<!-- Begin 

function selectURL(nexturl) {
	if (nexturl != "") {
		window.top.location.href = nexturl;
	}
}
//-->
