<!--
function JumpTo(x) {
	if(x != "") {   
		window.location.href = x;
		document.forms[0].elements[0].blur();
	}
}
//-->
