function popup(address, Name, w, h) {
 var windowprops = "location=no,scrollbars=no,menubars=no,toolbars=no,resizable=no,height=" + h + ",width=" + w;
 pop = window.open(address, Name, windowprops);
}

