function newWin(w,h,pic,url,text) { var win; win=window.open ("inc/popup.inc.php?image=" + pic + "&img=" + url + "&txt=" + text + "","Ecards","width=" + w + ",height=" + h + ",scrollbars=no,resizable=no,screenX=50,screenY=50"); }