function screeniePlus(url,w,h) {
  screenieWin = window.open(url, 'screenie', 'width='+w+',height='+h+',left=50,top=50,scrollbars=0')
}

function screenie(url) {
  screenieWin = window.open(url, 'screenie', 'width=550,height=455,left=50,top=50,scrollbars=0')
}

// "Send to a Friend" Popup Script * * * * * * * * * * */
function Send() {
  popupEmailWin = window.open('/files/PHP/email_friend.php', 'send', 'scrollbars=auto,width=500,height=540,left=380,top=50,noresize');
}
