<!-- Begin
function open_window(url){
x = screen.width;
y = screen.height;
params = 'toolbar=no,menubar=no,status=no,location=no,scrollbars=yes,resizable=no,left=0,top=0,width='+x+',height='+y
mywin = window.open(url,"win",params);}
//  End -->

