// JavaScript Document

function popup (URL){ 
   window.open(URL,"","width=600,height=600,scrollbars=NO") 
} 
