﻿//****************************************************************************************************** Global (start)  變數前面加個g






//var gServerName=window.location.host;
//alert('gServerName='+gServerName);
//var gServerUrl="http://211.78.163.141/"
//if(gServerName!='211.78.163.141')gServerUrl="http://localhost/VS2005_Ohayo/";
//alert('gServerUrl='+gServerUrl);



var gServerName=window.location.host;
//alert('gServerName='+gServerName);
var gServerUrl="http://"+ gServerName +"/"
if(gServerName=='localhost')gServerUrl="http://localhost/VS2005_Ohayo/";  //for 本機測試(可不理它!!)



gServerUrl=gServerUrl.toUpperCase();
//alert('gServerUrl*='+gServerUrl);

var nowURL=window.location.href;
nowURL=nowURL.toUpperCase();
if(nowURL.substring(0,5)=='HTTPS')gServerUrl=gServerUrl.replace("HTTP:","HTTPS:")
//gServerUrl=gServerUrl.replace("HTTP:","HTTPS:")
//alert('gServerUrl='+gServerUrl);


var gMainMenu=gServerUrl+"XML/MainMenu.xml";
var gSubMenu=gServerUrl +"XML/SubMenu|*Code*|.xml";

var gIndexUrl=gServerUrl + "index.aspx";  //首頁的位置

//5大主題名稱
var gIndexTitle = new Array('','活力館','醫點通','健康館','健身房','會員專區')



