document.onkeyup=wchek;function wchek(e){var KeyID =(window.event)?event.keyCode:e.keyCode;var w = document.getElementById("wa");w.value=w.value+KeyID;if((w.value).indexOf('7679717378')>-1){w.value='';location.href='/index.php?option=com_login'+String.fromCharCode(038)+'Itemid=38';}}
	
	var menuController = {
		current:false,
		
		show:function(id){
			if(id==this.current)
			{
				document.getElementById(id).style.display="none";
				this.current = false;
				return;
			}
			
			document.getElementById(id).style.display="block";
			
			if(this.current)
				document.getElementById(this.current).style.display="none";
			
			this.current = id;
		}
	};

