var timeout	= 300;
var closetimer	= 0;
var ddmenuitem	= 0;
function mopen(id)
{	
	mcancelclosetime();
	if(ddmenuitem) ddmenuitem.style.visibility = 'hidden';
	ddmenuitem = document.getElementById(id);
	ddmenuitem.style.visibility = 'visible';
}
function mclose()
{
	if(ddmenuitem) ddmenuitem.style.visibility = 'hidden';
}

function mclosetime()
{
	closetimer = window.setTimeout(mclose, timeout);
}

function mcancelclosetime()
{
	if(closetimer)
	{
		window.clearTimeout(closetimer);
		closetimer = null;
	}
}
document.onclick = mclose; 

//  menu generating



document.write('<ul id="menu"><li><a href="gallery278.html" onmouseover="document.tab1.src=\'images/tab1-over.gif\';mopen(\'m4\') ');
document.write('" onmouseout="document.tab1.src=\'images/tab1.gif\';mclosetime()"><img name="tab1" src="images/tab1.gif" ');
document.write('/></a><div id="m4" onmouseover="mcancelclosetime()" onmouseout="mclosetime()"><a ');
document.write('href="events.html">Events</a><a href="gift_registry.html">Gift Registry</a><a ');
document.write('href="promotion.html">Promotion</a></div></li><li><a ');
document.write('href="esco_leasing.html" onmouseover="document.tab2.src=\'images/tab2-over.gif\';mopen(\'m1\')" onmouseout="document.tab2.src=\'images/tab2.gif\';mclosetime()');
document.write('"><img name="tab2" src="images/tab2.gif" /></a><div id="m1" onmouseover="mcancelclosetime()" onmou');
document.write('seout="mclosetime()"><a href="about.html">About ESCO</a><a href="home_s');
document.write('tyling.html">Home Styling</a><a href="press_releases.html">Press Release<');
document.write('/a><a href="http://www.escoleasing.com/webmail" target="_blank">Staff Login</a></div></li><li><a href="product.html" onmouseover="document.tab3.src=\'images/tab3-over.gif\';mopen(\'');
document.write('m2\')" onmouseout="document.tab3.src=\'images/tab3.gif\';mclosetime()"> <img name="tab3" src="images/tab3.gif" /></a><div id="m2" onmouseover');
document.write('="mcancelclosetime()" onmouseout="mclosetime()"><a href="product.html">Whats New</a><a href="product-cat.php"');
document.write('>By Category</a><a href="product.php">By Category-Extension</a><a href=');
document.write('"product-rent.php">Rentable Products</a></div></li><li><a href=');
document.write('"partnership.html" onmouseover="document.tab4.src=\'images/tab4-over.gif\'" onmouseout="document.tab4.src=\'images/tab4.gif\'"><img name="tab4" src="images/tab4.gif" />');
document.write('</a><div id="m3" onmouseover="mcancelclosetime()" onmouseout="mcloseti');
document.write('me()"><a href="events.html">ESCO Events</a><a href="gift_registry.html">Gift');
document.write(' Registry</a></div></li><li><a href="gallery.html"  onmouseover="document.tab5.src=\'images/tab5-over.gif\'" onmouseout="document.tab5.src=\'images/tab5.gif\'"><img name="tab5" src="images/tab5.gif" />');
document.write('</a></li><li><a href="contact_us.html"  onmouseover="document.tab6.src=\'images/tab6-over.gif\'" onmouseout="document.tab6.src=\'images/tab6.gif\'"><img name="tab6" src="images/tab6.gif" /></a></li><ul>');




