<!--
function jumpPage(url) {
	if(url != "") {
			window.self.location.href = url;
	}
	return false;
}

//-->

