    function LiteIt(ID,Name) {        if (navigator.appVersion.charAt(0) >= 3) {        	document.images[ID].src = eval(Name + ".src")        }    }    if (navigator.appVersion.charAt(0) >= 3) {    	gallery_off = new Image(166,30);       	gallery_off.src = "images/gallery_off.gif";       	gallery_on = new Image(166,30);       	gallery_on.src = "images/gallery_on.gif";       	links_off = new Image(166,30);       	links_off.src = "images/links_off.gif";       	links_on = new Image(166,30);       	links_on.src = "images/links_on.gif";       	galaxy_off = new Image(166,30);       	galaxy_off.src = "images/galaxy_off.gif";       	galaxy_on = new Image(166,30);       	galaxy_on.src = "images/galaxy_on.gif";       	cad_cav_off = new Image(166,30);       	cad_cav_off.src = "images/cad_cav_off.gif";       	cad_cav_on = new Image(166,30);       	cad_cav_on.src = "images/cad_cav_on.gif";       	rules_off = new Image(166,30);       	rules_off.src = "images/rules_off.gif";       	rules_on = new Image(166,30);       	rules_on.src = "images/rules_on.gif";       	bl_off = new Image(166,30);       	bl_off.src = "images/bl_off.gif";       	bl_on = new Image(166,30);       	bl_on.src = "images/bl_on.gif";       	cog_off = new Image(166,30);       	cog_off.src = "images/cog_off.gif";       	cog_on = new Image(166,30);       	cog_on.src = "images/cog_on.gif";       	accessories_off = new Image(166,30);       	accessories_off.src = "images/accessories_off.gif";       	accessories_on = new Image(166,30);       	accessories_on.src = "images/accessories_on.gif";       	products_off = new Image(166,30);       	products_off.src = "images/products_off.gif";       	products_on = new Image(166,30);       	products_on.src = "images/products_on.gif";       	forum_off = new Image(166,30);       	forum_off.src = "images/forum_off.gif";       	forum_on = new Image(166,30);       	forum_on.src = "images/forum_on.gif";       	cav_events_off = new Image(166,30);       	cav_events_off.src = "images/cav_events_off.gif";       	cav_events_on = new Image(166,30);       	cav_events_on.src = "images/cav_events_on.gif";       	submission_off = new Image(166,30);       	submission_off.src = "images/submission_off.gif";       	submission_on = new Image(166,30);       	submission_on.src = "images/submission_on.gif";    }
