function selSite(newsite)
{
		window.location = "../" + newsite.options[newsite.selectedIndex].value + "/index.php";
}
