var gameContentDiv = document.getElementById("gamecontent");
function main(){
	doMainMenu();
}
main();