//	test for getElementById object to weed out old browsers
/*
if(!document.getElementById) {
	window.location = "upgrade.php";
}
*/