function goTo(menuID){
	window.location="index.php?module=Content&menuID=" + menuID;
}
