function SiteJump (site_target) {
	with (site_target) document.location.href = "index.php?id=" + options[selectedIndex].value;
}

