// JavaScript Document
function MM_popupMsg(msg) { //v1.0
  alert(msg);
}
function MM_popupMsg1(msg) { //v1.0
  res=confirm(msg);
  if(res==true)location.href="developer/tenant/index.html";
}
function MM_popupMsg2(msg) { //v1.0
  res=confirm(msg);
  if(res==true)location.href="developer/tenant/index.html";
}
function MM_popupMsg3(msg) { //v1.0
  res=confirm(msg);
  if(res==true)location.href="scinfo/parking/index.html";
}
function MM_popupMsg4(msg) { //v1.0
  res=confirm(msg);
  if(res==true)location.href="scinfo/go_shopping/index.html";
}
function MM_popupMsg5(msg) { //v1.0
  res=confirm(msg);
  if(res==true)location.href="developer/tenant/index.html";
}
