function Show_Layer(Click_Menu)
{
 $(document).ready(function(){
               
	$('#display1').fadeIn(400);

});

}
