<!--
    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");
	}
}

function popPromo (page){

//set up a string with all of your window parameters
var sProperties = "";
sProperties += "scrollbars=0,";
sProperties += "width=300,";
sProperties += "height=230,";
sProperties += "status=0,";
sProperties += "menubar=0,";
sProperties += "location=0,";
sProperties += "toolbar=0,";
sProperties += "screenX=150,";
sProperties += "screenY=150,";
sProperties += "left=0,";
sProperties += "top=0";

win = window.open(page,"SendWindow",sProperties);
win.focus(); 
}    

    //-->