 function popup(url)
    {
       var newWin = null;
       newwin = window.open(url,'POPUP','toolbar=0,menubar=0,location=0,status=0,scrollbars=1,resizable=1,Xscreen=100,Yscreen=100,width=600,height=500'); 
    }
