function goHome()
{
	document.location.href='index.php';
}
function gotoURL(url)
{
	document.location.href=url;
}

