function info(cont,table) {
	document.getElementById("maininfo2").className = "menu2";
	changecontent("maininfo", cont);
}

function uninfo(table) {
	document.getElementById("maininfo2").className = "info";
}
