// additonalfunctions.js
 

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='index.php?id="+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function ne_elemant_alter(){
	if (document.getElementById("menu2")){document.getElementById("menu2").style.backgroundColor = "#dfdfdf";document.getElementById("menu2").style.color = "#333333";}
	if (document.getElementById("sword")){document.getElementById("sword").style.backgroundColor = "#dfdfdf";document.getElementById("sword").style.color = "#999999";}
	if (document.getElementById("username")){document.getElementById("username").style.backgroundColor = "#dfdfdf";document.getElementById("username").style.color = "#999999";}
	if (document.getElementById("userpass")){document.getElementById("userpass").style.backgroundColor = "#dfdfdf";document.getElementById("userpass").style.color = "#999999";}

	if (document.getElementById("menu2button")){document.getElementById("menu2button").style.display = "none";}


}



