locationPath=getLocationPath(); 			// Checking hosting location 

//for Search Template
if(location.href.toString().search('westcomzivo')!=-1){
	locationPath=prodURL;
}
else{
	locationPath=prodURL2;
}

if(document.URL.toString().search('/text/')!=-1)
	isText=1;

if(location.href.toString().search('westcomzivo')!=-1){		//Setting kanhan Server
	gbUrlPath='common.westcomzivo.com/gb/';
}else{
	gbUrlPath='sc.info.gov.hk/gb/';
}

if(document.URL.toString().search(enFolder)!=-1){
	langID=1;
	langPath=enFolder;
}else if(document.URL.toString().search(tcFolder)!=-1){
	langID=2;
	langPath=tcFolder;
}else{
	langID=3;
	langPath=scFolder;
}

if(document.URL.toString().search('/gb/')!=-1){
	imagePath = locationPath+'/gb/';
}else{
	imagePath = locationPath+langPath;
}

if(window.name=='PrintPage'){
	printPage=true;
}

styleSheet();
