
	function createWin(content,name,x1,y1){
	wind=window.open(content,name,"width=10,height=10,screenX=30,screenY=30,scrollbars=yes,resizable=yes,locationbar=no,menubar=no"); 
	wind.resizeTo(x1,y1);
	wind.focus();
}


	function createWin(content,name,x1,y1){
	wind=window.open(content,name,"width=10,height=10,screenX=30,screenY=30,scrollbars=yes,resizable=yes,locationbar=no,menubar=no"); 
	wind.resizeTo(x1,y1);
	wind.focus();
}


