function open_window(url) { 
x = window.open(url,"x",'toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1,width=800,height=700,fullscreen=no'); 
} 
// <A href="javascript:open_window(' [URL] ');"> 

