<!--Begin Include: nav.js--><SCRIPT LANGUAGE="JavaScript">		<!--Hide from older browsers		var app;		((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3)) ? versionOK=true : versionOK=false;				// Localize here...		back_txt = "Go back to your previous page.";		find_txt = "Perform Your Search.";		search_txt = "Search Our Articles.";		specials_txt = "See Our New Articles.";		browse_txt = "Browse Our Articles.";		random_txt = "See a Article.";		// ...end localize					if (versionOK)		{			browse = new Image();			browse_active = new Image();						back = new Image();			back_active = new Image();			specials = new Image();			specials_active = new Image();			find = new Image();			find_active = new Image();			checkout = new Image();			search = new Image();			search_active = new Image();			browse.src = "images/browse1.gif";			browse_active.src = "images/browse2.gif";						back.src = "images/back1.gif";			back_active.src = "images/back2.gif";						specials.src = "images/specials1.gif";			specials_active.src = "images/specials2.gif";			find.src = "images/find1.gif";			find_active.src = "images/find2.gif";			cont.src = "images/continue1.gif";			cont_active.src = "images/continue2.gif";			search.src = "images/search1.gif";			search_active.src = "images/search2.gif";		}				function helptxt ( name )		{			if ( name == "" )				self.status = "";			else				self.status = eval(name + "_txt");			return true;		}			function setimg ( name, activate )		{			var obj;			var indx;			if (versionOK)			{				indx = name.indexOf(".");				if (indx > 0 )					obj = name.substring(0,indx);				else					obj = name;				if (activate)				{					document[name].src = eval(obj + "_active" + ".src");					return helptxt ( obj );				}				else				{					document[name].src = eval(obj + ".src");					return helptxt ( "" );				}			}					}		//End hiding-->	</SCRIPT><!--End Include: nav.js-->
