function translate(form){
	window.top.location.href="http://translate.google.com/translate?client=tmpg&hl=en&u=http%3A%2F%2Fwww.tchg.org.uk%2Fmain.cfm%3Ftype%3DIDX&langpair="+form.langpair.value;
}

