var menuEnRestore=function(){
var path = 'http://shibbyfashion.co.uk/wp-content/themes/shibby2/';

			if(page=='ShibbyFashion'){ 	
				$('menu-en').style.background='url(\''+path+'img/menu.png\') no-repeat 0px -85px';
			} else
			if(page=='Portfolio'){ 	
				$('menu-en').style.background='url(\''+path+'img/menu.png\') no-repeat 0px -170px';
			} else

			if(page=='Resume'){ 	
				$('menu-en').style.background='url(\''+path+'img/menu.png\') no-repeat 0px -255px';
			}else 

			if(page=='About'){ 	
				$('menu-en').style.background='url(\''+path+'img/menu.png\') no-repeat 0px -340px';
			}else 

			if(page=='Contact'){ 	
				$('menu-en').style.background='url(\''+path+'img/menu.png\') no-repeat 0px -425px';
			}else 
			
			if(page=='Boutique'){ 	
				$('menu-en').style.background='url(\''+path+'img/menu.png\') no-repeat 0px -510px';
			}
			else
			{
			$('menu-en').style.background='url(\''+path+'img/menu.png\') no-repeat 0px -85px';
			}


}

var menuEnHover=function(x,y){
	var path = 'http://shibbyfashion.co.uk/wp-content/themes/shibby2/';
				$('menu-en').style.background='url(\''+path+'img/menu.png\') no-repeat '+x+'px '+y+'px';

}