function frameSelect() {
	search = (location.href.indexOf('?') > 0) ? location.href.substring((location.href.indexOf('?')) + 1) : ' ';
	if(search.length > 1) {
		window.centre.location = search+".htm";
	}
}
