function openISPIndex() {
	location.href = "http://isp.pchome.com.tw/" ;
}
function openIndex() {
	location.href = newBaseURLForHeader + "/index.htm" ;
}
function openSystemRequirement() {
	location.href = newBaseURLForHeader + "/systemRequirement.htm" ;
}
function openBenchmark() {
	location.href = newBaseURLForHeader + "/benchmark.htm" ;
}
function openContactUs() {
	location.href = newBaseURLForHeader + "/contactUs.htm" ;
}
function openInstallation() {
	location.href = newBaseURLForHeader + "/installation.htm" ;
}
function openMember(strOption) {
	if (strOption == 'alreadyLogin') {
		location.href = newBaseURLForHeader + "/memberFunctionList.htm" ;
	} else {
		location.href = newBaseURLForHeader + "/memberLogin.htm" ;
	}
}
function goPurchase() {
	submitURL = newBaseURLForHeader + "/memberLogin.htm?strOption=purchase" ;
	location.href = submitURL ;
}
function goFirstPurchase() {
	submitURL = newBaseURLForHeader + "/userClause.htm?strOption=firstPurchase" ;
	location.href = submitURL ;
}
function openPurchase() {
	location.href = newSSLBaseURLForHeader + "/orderClause.htm" ;
}
function openPurchaseFlow() {
	location.href = newSSLBaseURLForHeader + "/purchaseFlow.htm" ;
}
function logout() {
	location.href = newBaseURLForHeader + "/memberLogout.htm" ;
}
function openInputAccountWindow(strPurpose) {
	openURL = "/website/inputUserAccount.htm?strPurpose=" + strPurpose ;
	intWidth = 400 ;
	intHeight = 125 ;
	x = (screen.width - intWidth) / 2 ;
	y = (screen.height - intHeight) / 2 ;	

	strFeature = "scrollbars=yes,resizable=yes,width=" + intWidth + ",height=" + intHeight + ",top=" + y + ",left=" + x ;	
	window.open(openURL, "inputUserAccount", strFeature);
}
function goJoinMember() {
	location.href = newSSLBaseURLForHeader + "/userBasicInfo.htm?forEngineTrial=true" ;
}