//Javascript functions for use throughout the website

function AdminGoPage(pagestr){
	document.location='admin.php?mode='+pagestr;
}
