window.onload=function(){
	
	var a=document.getElementById("menu_home");
	if(!a) return false;
	a.onmousemove=function(){
		this.style.background="#F60";
	}
	a.onmouseout=function(){
		this.style.background="#1F4498";
	}
	
		var b=document.getElementById("menu_shop");
	if(!b) return false;
	b.onmousemove=function(){
		this.style.background="#F60";
	}
	b.onmouseout=function(){
		this.style.background="#1F4498";
	}
	
		var c=document.getElementById("menu_new");
	if(!c) return false;
	c.onmousemove=function(){
		this.style.background="#F60";
	}
	c.onmouseout=function(){
		this.style.background="#1F4498";
	}
	
		var d=document.getElementById("menu_buy");
	if(!d) return false;
	d.onmousemove=function(){
		this.style.background="#F60";
	}
	d.onmouseout=function(){
		this.style.background="#1F4498";
	}
	
		var e=document.getElementById("menu_about");
	if(!e) return false;
	e.onmousemove=function(){
		this.style.background="#F60";
	}
	e.onmouseout=function(){
		this.style.background="#1F4498";
	}

}



function menu1() { location.href = "http://www.easy7day.com"; }
function menu2() { location.href = "http://www.easy7day.com"; }
function menu3() { location.href = "http://www.easy7day.com"; }
function menu4() { location.href = "http://www.easy7day.com"; }
function menu5() { location.href = "http://www.easy7day.com"; }
function menu6() { location.href = "http://www.easy7day.com"; }