<!--function OpnWin(theURL,w_NAME,size_X,size_Y) {wx = size_X;wy = size_Y;x = (screen.width  - wx) / 2;y = (screen.height - wy) / 2;	newWin = window.open(theURL,w_NAME,"directories=no,location=no,menubar=no,toolbar=no,status=no,scrollbars=yes,toolbar=no,resizable=yes,"+"left="+x+",top="+y+",width="+wx+",height="+wy);	newWin.focus();}function OpnWin02(theURL,w_NAME,size_X,size_Y) {wx = size_X;wy = size_Y;x = 0y = 0	newWin = window.open(theURL,w_NAME,"directories=no,location=no,menubar=no,toolbar=no,status=no,scrollbars=yes,toolbar=no,resizable=yes,"+"left="+x+",top="+y+",width="+wx+",height="+wy);	newWin.focus();}//-->