function init() {
	initMenu();
}

var IE = document.all?true:false;

window.onload = init;
