function init() {
	initPopup();
	initMenu();
	initVanaClock();
}

window.onload = init;
