function alexEmailScramble (name, domain) {
var emailname = name;
var emailserver = domain;
document.write("<a href='mailto:" +
emailname + "@" + emailserver +"'>");
document.write(emailname + "@" + emailserver);
document.write("</a>");
}

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);

function newWin() {
alert("You have clicked a link that opens a new window")
}

function leaveSite() {
alert("You are now leaving the Bridges Associates website")
}

function mannersSite() {
alert("This item is purchased through one of our affiliates. You will now be directed to the Manners I. Care website");
}
function mannersWin(theURL) { //v2.0
  window.open(theURL,'manners','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=600,height=600');
}