
function preload(){
	try {
		initializeMap();
	}
	catch(e){
	}
}

function unload(){
	try {
		GUnload();
	}
	catch(e){
	}
}

