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