function newWin(w,h,pic,url,text) {
  var win;
  win=window.open ("ecard_send.php?image=" + pic + "&page=" + url + "&image_text=" + text + "","Ecards","width=" + w + ",height=" + h + ",scrollbars=yes,resizable=no,screenX=50,screenY=50");
}