function pu(url,name,w,h) {
	w=top.window.open(url,name,"toolbar=0,width="+w+",left=200,top=100,height="+h+",location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0");
	w.focus();
}