function popup(name, URL, height, width){
        name = window.open(URL,name,'width='+width+',height='+height+',left=30,top=30,resizable=yes,titlebar=yes,menubar=no,status=no,scrollbars=auto,toolbars=no,location=no');
        name.focus();
}