window.onload = function() {
	onLoadFunctionList();
}


function onLoadFunctionList(){
	initializeItemBlocks();	
	initializeMainMenu();
}
