function resulW(form) {
	var attr = 'width=400,height=350,location=0,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,hotkeys=0';
	window.open('/blank.htm', form.target, attr);
}