var langNo = "";
var locationPath = "../../";
var graphicPath = "../../";
if(location.href.toLowerCase().toString().match('/gb/') != null){
	locationPath += "tc/"
	graphicPath += "sc/"
	langNo = 3
}
else if(location.href.toLowerCase().match("/en/") != null){
	locationPath += "en/"
	graphicPath += "en/"
	langNo = 1;
}
else if(location.href.toLowerCase().match("/tc/") != null){
	locationPath += "tc/"
	graphicPath += "tc/"
	langNo = 2;
}



