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