locationPath=getLocationPath(); 			// Checking hosting location 

//for Search Template
/*
if(location.href.toString().search('westcomzivo')!=-1){
	locationPath='ht'+'tp://kam-hing.westcomzivo.com';
}
else{
	locationPath='ht'+'tp://www.kam-hing.com.hk';
}
*/

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

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();
