function newWin(url){
	winobj=open(url,"new","width=618,height=700,left=50,top=50,scrollbars=1,location=0,menubar=0");
	winobj.focus();
}
