function showCenter(){
  try{
	  menu_club.style.display='none';
      menu_center.style.display='block';
	  //window.open('Photo/Index.asp','_parent');
  }catch(e){}
}

function showClub(){
  //window.open('../../Photo_club/Index.asp','_parent');
  try{
	  menu_center.style.display='none';
      menu_club.style.display='block';  
  }catch(e){}
}
