<!--

/* This code is Copyright (c)1996-2003 by doZE!gfx */

	browserName = navigator.appName;
	browserVer = parseInt(navigator.appVersion);
	if ((browserName == "Netscape" && browserVer >= 3) | (browserVer >=4)) version ="yes";
		else version = "no";

	if (version == "yes") {
		homeon = new Image();
		homeon.src = "images/tn_home_r.gif";
		signupon = new Image();
		signupon.src = "images/tn_signup_r.gif";
		statisticson = new Image();
		statisticson.src = "images/tn_statistics_r.gif";
		termson = new Image();
		termson.src = "images/tn_terms_r.gif";
		chattipson = new Image();
		chattipson.src = "images/tn_chattips_r.gif";
		adson = new Image();
		adson.src = "images/tn_ads_r.gif";
		resourceson = new Image();
		resourceson.src = "images/tn_resources_r.gif";
		faqon = new Image();
		faqon.src = "images/tn_faq_r.gif";
		contacton = new Image();
		contacton.src = "images/tn_contact_r.gif";

		homeoff = new Image();
		homeoff.src = "images/tn_home_n.gif";
		signupoff = new Image();
		signupoff.src = "images/tn_signup_n.gif";
		statisticsoff = new Image();
		statisticsoff.src = "images/tn_statistics_n.gif";
		termsoff = new Image();
		termsoff.src = "images/tn_terms_n.gif";
		chattipsoff = new Image();
		chattipsoff.src = "images/tn_chattips_n.gif";
		adsoff = new Image();
		adsoff.src = "images/tn_ads_n.gif";
		resourcesoff = new Image();
		resourcesoff.src = "images/tn_resources_n.gif";
		faqoff = new Image();
		faqoff.src = "images/tn_faq_n.gif";
		contactoff = new Image();
		contactoff.src = "images/tn_contact_n.gif";

		bchaton = new Image();
		bchaton.src = "images/b_chat_r.gif";
		bnewon = new Image();
		bnewon.src = "images/b_new_r.gif";
		bexiston = new Image();
		bexiston.src = "images/b_exist_r.gif";
		bsiteliston = new Image();
		bsiteliston.src = "images/b_sitelist_r.gif";

		bbanneron = new Image();
		bbanneron.src = "images/b_banner_r.gif";
		bfullpageon = new Image();
		bfullpageon.src = "images/b_fullpage_r.gif";
		btgpon = new Image();
		btgpon.src = "images/b_tgp_r.gif";

		bstatson = new Image();
		bstatson.src = "images/b_stats_r.gif";
		bccbillon = new Image();
		bccbillon.src = "images/b_ccbill_r.gif";

		bchatoff = new Image();
		bchatoff.src = "images/b_chat_n.gif";
		bnewoff = new Image();
		bnewoff.src = "images/b_new_n.gif";
		bexistoff = new Image();
		bexistoff.src = "images/b_exist_n.gif";
		bsitelistoff = new Image();
		bsitelistoff.src = "images/b_sitelist_n.gif";

		bbanneroff = new Image();
		bbanneroff.src = "images/b_banner_n.gif";
		bfullpageoff = new Image();
		bfullpageoff.src = "images/b_fullpage_n.gif";
		btgpoff = new Image();
		btgpoff.src = "images/b_tgp_n.gif";

		bstatsoff = new Image();
		bstatsoff.src = "images/b_stats_n.gif";
		bccbilloff = new Image();
		bccbilloff.src = "images/b_ccbill_n.gif";
		
	}

	function img_act(imgName) {
		if (version == "yes") {
			imgOn = eval(imgName + "on.src");
			document[imgName].src = imgOn;
		}
	}

	function img_inact(imgName) {
		if (version == "yes") {
			imgOff = eval(imgName + "off.src");
			document[imgName].src = imgOff;
		}
	}

//-->
