function KBLaunch(){	if(document.getElementById){		var kbtext = document.getElementById('kbtext');		if(document.URL.indexOf('site=odw_en_GB')!==-1){window.location.href="http://kb.sony-europe.com/SRVS/CGI-BIN/WEBCGI.EXE?New,Kb=tv,ts=ts_en_odw,Simple='" + kbtext.value + "'";}		else		window.location.href="http://kb.sony-europe.com/SRVS/CGI-BIN/WEBCGI.EXE?New,Kb=CRSE_UK,ts=ts_en_odw,Simple='" + kbtext.value + "'";}     }