/* popups */

 function openWindow(URL,Name)
        {
        var win;
        win=window.open(URL,Name,"directories=0,location=0,menubar=0,resizeable=1,scrolling=1,status=0,toolbar=0,width=450,height=450,left=50,top=50");
         win.focus();
         }