<!--
    if (document.images) {
	
	home = new Image()
	home.src = "../images/tn-home.gif"
	homeon = new Image()
	homeon.src = "../images/tn-home-on.gif"
	
	shop = new Image()
	shop.src = "../images/tn-shop.gif"
	shopon = new Image()
	shopon.src = "../images/tn-shop-on.gif"
	
	cust = new Image()
	cust.src = "../images/tn-customer.gif"
	custon = new Image()
	custon.src = "../images/tn-customer-on.gif"
	
	ask = new Image()
	ask.src = "../images/tn-askus.gif"
	askon = new Image()
	askon.src = "../images/tn-askus-on.gif"
	
	site = new Image()
	site.src = "../images/tn-sitemap.gif"
	siteon = new Image()
	siteon.src = "../images/tn-sitemap-on.gif"

}
function iC(i, iName){
	if (document.images){
		document.images[i].src = eval(i + iName + ".src");
	}
}
    //-->