function wopen(url, wname, wd, hg) {
   newWin = window.open(url, wname, "width=" + wd + ",height=" + hg + ",toolbar=0,directories=0,menubar=0,status=yes,resizable=1,location=0,scrollbars=0,copyhistory=0");
}
