// JavaScript Document

activateMenu = function(nav) {
  if(document.all && document.getElementById(nav).currentStyle) {
	  
    var navroot = document.getElementById(nav);
	var lis=navroot.getElementsByTagName("LI");
	
      for(i=0;i<lis.length;i++){
	    if(lis[i].lastChild.tagName=="UL") {
			
        lis[i].onmouseover=function() {
		this.lastChild.style.display="block";
		
        }
		
	    lis[i].onmouseout=function() {
        this.lastChild.style.display="none";
		
	    }		
	  }
    }
  }
}

window.onload=function(){
  activateMenu('hdrm');
}


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>Hot House Marketing</title></head>';
	    tmp+='<body style="background-color:#000000;margin:0;padding:0;">';
		tmp+='<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="' + w + '" height="' + h + '">';
		tmp+='<param name="movie" value="' + img + '">';
                tmp+='<param name="allowScriptAccess" value="sameDomain" />';
		tmp+='<embed src="' + img + '" width="' + w + '" height="' + h + '" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" allowScriptAccess="sameDomain"></embed></object>';
		tmp+='</body></html>';		

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

}



<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="310" height="235" id="3mr_may">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="vid/vb/3mr_may.swf" />
<embed src="vid/vb/3mr_may.swf" quality="high" width="310" height="235" name="3mr_may" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>





