function genWin(U,N,T,L,S,C,F,X,Y,xx,yy)  {
xx=screen.width/2.5;
yy=screen.height/2.5;
window.open(U,N,"toolbar="+T+",location="+L+",directories=0,status="+S+",scrollbars="+C+",menubar=0,resizable=0,fullscreen="+F+",width="+X+",height="+Y+",top="+yy+",left="+xx+"");
	}


