NS4 = (document.layers);
IE4 = (document.all);

currItemMenu = -1;

function mouseover(obj) {
  if(!IE4) return;
  if(!obj.active) obj.style.color = "#98072c";
}

function mouseout(obj) {
  if(!IE4) return;
  if(!obj.active)  obj.style.color = "";
}

	//	browserName = navigator.appName;
	//	browserVersion = parseFloat(navigator.appVersion);

//	if (browserName == "Netscape") 
	//	document.writeln("<link rel=\"stylesheet\" type=\"text/css\" href=\"../css/altern.css\" title=\"altern\">")
	//else document.writeln("<link rel=\"stylesheet\" type=\"text/css\" href=\"../css/general.css\" title=\"general\">")
