﻿//****************************************************************************************************** Global (start)  變數前面加個g



var gServerName=window.location.host;
//alert('gServerName='+gServerName);
var gServerUrl="http://"+ gServerName +"/"
//alert('gServerName.indexof(localhost)='+gServerName.indexOf('localhost'));
if (gServerName.indexOf('localhost') > -1) gServerUrl = "http://localhost:8485/1_WealthPlus/";  //for 本機測試(可不理它!!)


var gMainMenu=gServerUrl+"XML/MainMenu.xml";

var gNewsList_M1;  //客製化 首面NewsList.asp在本網站的 m1值。
var gIndexUrl=gServerUrl + "index.aspx";  //首頁的位置







