// JavaScript Document

function changelocation() {
	//var pulldown = document.getElementById('search_location'index.html);
	//var locId = pulldown.options[pulldown.selectedIndex].value;
	//var url  = "..\\MS_49.html" + locId;
	//window.location.assign(url);
	if (document.f1.search_location.value !="0")
	{
		//alert (document.f1.search_location.value);
		location.href=document.f1.search_location.value;
	}	
}

function getHost() {

var zurl =""+window.location;
var urlparts = zurl.split('/');
var host = urlparts[0];
zurl_r=zurl.replace("http://www.forsyth.hk/","chi/")
location.href=zurl_r;
//when we use window.location it's not return string so please use



}