function openPopWin(name1, windowname, w, h) {
 newWin = window.open(name1, windowname,"width="+w+", height="+h+", scrollbars=yes, resizable=yes, menubar=no, history=no, statusbar=no");
}