function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function popUp(url,wide,high,button) {
var win = window.open('','newwindow','width=' + wide + ',height=' + high + ',left=30,top=30,scrollbars=no,resizable=yes, menubar=off,directories=off,toolbar=off');
win.document.open("text/html", "replace");
win.document.write('<HTML><HEAD><TITLE>Brighter Bathrooms - Better Value</TITLE></HEAD><BODY MARGINWIDTH="0" MARGINHEIGHT="0" LEFTMARGIN="10" TOPMARGIN="10"><img src=' + url + '>');
win.document.write('<br><br><div align=center><a href=javascript:window.close();><image src=http://www.bathroomheaven.com/uploads/Close.gif border=0 alt="Close window"></a></div>');
win.document.close();
}

function pcPopup(url)
{
newwindow=window.open(url,'name','height=500,width=600,scrollbars=1');
if (window.focus) {newwindow.focus()}
return false;
}



