function smartRollover() {
	if(document.getElementsByTagName) {
		var images = document.getElementsByTagName("img");

		for(var i=0; i < images.length; i++) {
			if(images[i].getAttribute("src").match("_off."))
			{
				images[i].onmouseover = function() {
					this.setAttribute("src", this.getAttribute("src").replace("_off.", "_on."));
				}
				images[i].onmouseout = function() {
					this.setAttribute("src", this.getAttribute("src").replace("_on.", "_off."));
				}
			}
		}
	}
}

if(window.addEventListener) {
	window.addEventListener("load", smartRollover, false);
}
else if(window.attachEvent) {
	window.attachEvent("onload", smartRollover);
}
	
function	menu()
{
	document.write('<img src="http://www.libecsales.com/common-img/menu_left.gif" width="17" height="32" />');
	document.write('<img src="http://www.libecsales.com/common-img/menu_line.gif" width="2" height="32" />');
	document.write('<a href="http://www.libecsales.com/index.php?act=on"><img src="http://www.libecsales.com/common-img/home_off.gif" alt="Home"  width="63" height="32" border="0" /></a>');
	document.write('<img src="http://www.libecsales.com/common-img/menu_line.gif" width="2" height="32" />');
	document.write('<a href="http://www.libecsales.com/company/company.html"><img src="http://www.libecsales.com/common-img/company_off.gif" alt="Company" width="88" height="32" border="0" /></a>');
	document.write('<img src="http://www.libecsales.com/common-img/menu_line.gif" width="2" height="32" />');
	document.write('<a href="http://www.libecsales.com/products/products.html"><img src="http://www.libecsales.com/common-img/products_off.gif" alt="Products" width="81" height="32" border="0" /></a>');
	document.write('<img src="http://www.libecsales.com/common-img/menu_line.gif" width="2" height="32" />');
	document.write('<a href="http://www.libecsales.com/s_parts/s_parts.html"><img src="http://www.libecsales.com/common-img/support_off.gif" alt="Support" width="76" height="32" border="0" /></a>');
	document.write('<img src="http://www.libecsales.com/common-img/menu_line.gif" width="2" height="32" />');
	document.write('<a href="http://www.libecsales.com/distributors/distributors.html"><img src="http://www.libecsales.com/common-img/dustri_off.gif" alt="Where to buy" width="111" height="32" border="0" /></a>');
	document.write('<img src="http://www.libecsales.com/common-img/menu_line.gif" width="2" height="32" />');
	document.write('<a href="http://www.libecsales.com/exhibitions/exhibitions.html"><img src="http://www.libecsales.com/common-img/exhibi_off.gif" alt="Exhibitions" width="98" height="32" border="0" /></a>');
	document.write('<img src="http://www.libecsales.com/common-img/menu_line.gif" width="2" height="32" />');
	document.write('<a href="http://www.libecsales.com/news/news.php"><img src="http://www.libecsales.com/common-img/news_off.gif" alt="News"  width="59" height="32" border="0" /></a>');
	document.write('<img src="http://www.libecsales.com/common-img/menu_line.gif" width="2" height="32" />');
	document.write('<a href="https://gt203.secure.ne.jp/~gt203072/us/contact/contact.html"><img src="http://www.libecsales.com/common-img/contact_off.gif" alt="Contact" width="76" height="32" border="0" /></a>');
	document.write('<img src="http://www.libecsales.com/common-img/menu_line.gif" width="2" height="32" />');
	document.write('<a href="http://www.libecsales.com/ltv/ltv.html"><img src="http://www.libecsales.com/common-img/ltv_off.gif" alt="LTV" width="112" height="32" border="0" /></a>');
	document.write('<img src="http://www.libecsales.com/common-img/menu_line.gif" width="2" height="32" />');
	document.write('<img src="http://www.libecsales.com/common-img/menu_right.gif" width="17" height="32" />');
	}
