


function git() { //v3.0
  var i, args=git.arguments; document.gitreturnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
function bayagit(theURL) { //v2.0
  document.location.href = theURL;
}



var highColor = "#9e0012";

function highlight(obj){
	if (navigator.appName == "Microsoft Internet Explorer") {
		if (obj.style.backgroundColor != ""){
			obj.style.backgroundColor = "";
		}else{
			obj.style.backgroundColor = highColor;
		}
	}
}


var highColor1 = "#fdfdfd";

function highlight1(obj){
	if (navigator.appName == "Microsoft Internet Explorer") {
		if (obj.style.backgroundColor != ""){
			obj.style.backgroundColor = "";
		}else{
			obj.style.backgroundColor = highColor1;
		}
	}
}

