function launchPhotos(){
  url = "photos.php";
  if(screen){
    leftPos=screen.width-700;
    leftPos=(leftPos/2)-5;
    topPos=screen.height-440;
    topPos=(topPos/2)-30;
  }
  samysPhotosWin=window.open(url, "samysPhotoWin", "width=700,height=440,left="+leftPos+",top="+topPos);
}

function launchCoupon(){
  url = "coupon.php";
  if(screen){
    leftPos=screen.width-550;
    leftPos=(leftPos/2)-5;
    topPos=screen.height-400;
    topPos=(topPos/2)-30;
  }
  samysCouponWin=window.open(url, "samysCouponWin", "width=550,height=400,left="+leftPos+",top="+topPos);
}

function happyHolidays(){
  url = "hh.htm";
  if(screen){
    leftPos=screen.width-300;
    leftPos=(leftPos/2)-5;
    topPos=screen.height-226;
    topPos=(topPos/2)-30;
  }
  samysHhWin=window.open(url, "samysHhWin", "width=300,height=226,left="+leftPos+",top="+topPos);
}