
function mailpage()
{
mail_str = "mailto:?subject=Check out Birthday Supplies and More";
mail_str += "&body=I thought you might be interested in the great selection of party favors at this site.";
mail_str +=".You can view it at http://www.birthdaysuppliesandmore.com";
location.href = mail_str;
}

// PopUp Maker 5.0 by CodeBrain.com
// PopUp Window Script
// Place this script in the <head> of your page.

function doPopUp()
{
doPopUpWindow = window.open("http://www.birthdaysuppliesandmore.com/add-to-favorites.htm","Favorites","left=100,top=100,screenX=100,screenY=100,width=400,height=100");
}

<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->

