function newWinPix(url, winname, w, h) {
window.open(url, winname, "fullscreen=no,status=no,toolbar=no,menubar=no,resizable=no,scrolling=no, width="+(w+30)+",height="+(h+30)+",left="+0+",top="+0);
}//function
