
var win;
			var file;
			var x=0;
			function showImage(img,w,h){
				if(win)
					win.close();
				if(file && file==img)
					return;
				file=img;
				var tmp='<html><head><title>HotHouse Pizza</title></head>';
				tmp+='<body style="background-color:#000000;margin:0;padding:0;">';
				tmp+='<center><img src="' + img + '" alt="" /></center>';
				tmp+='</body></html>';

				win=window.open('','image' + ++x,'width=' + w +',height=' + h + '');
				win.document.write(tmp);
				win.document.close();
				win.focus();
				file='';
				return;
			}


var submenu = new Array()

submenu[0]='<a href="menu_c.html">Classics</a> <a href="menu_p.html">Personalize Your Pizza</a> <a href="menu_m.html">Meals &amp; Beverage</a>'		
submenu[1]='<a href="hot_deals.html#pd">Pick Up</a> <a href="hot_deals.html#ww">Wing Wednesday</a>'
submenu[2]='<a href="contact.html">Contact Us</a> <a href="site_map.html">Site Map</a>'


var delay_hide=9999999999999999999
var menuobj=document.getElementById? document.getElementById("describe") : document.all? document.all.describe : document.layers? document.dep1.document.dep2 : ""

function showit(which){
clear_delayhide()
thecontent=(which==-1)? "" : submenu[which]
  if (document.getElementById||document.all)
    menuobj.innerHTML=thecontent
  else if (document.layers) {
    menuobj.document.write(thecontent)
    menuobj.document.close()
  }
}

function resetit(e){
  if (document.all&&!menuobj.contains(e.toElement))
    delayhide=setTimeout("showit(-1)",delay_hide)
  else if (document.getElementById&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
    delayhide=setTimeout("showit(-1)",delay_hide)
}

function pc() {
  var password;
  var pass1 = "hhpl08";
  password = prompt('Enter your password:','');

  if (password == pass1) { window.location = "press_logo.html"; } 
  else { return false; }
}

function clear_delayhide(){
  if (window.delayhide)
  clearTimeout(delayhide)
}

function contains_ns6(a, b) {
  while (b.parentNode)
  
  if ((b = b.parentNode) == a)
  return true;
  return false;
}