s_SiteName="";
s_Domain="";
s_Mail="123";
s_Tel="";
function Info_Meun_Close(A)
 {
  document.getElementById(A).style.visibility = "hidden"
 }
function Info_Meun_Open(A)
 {
  document.getElementById(A).style.visibility = "visible"
 }