	
	var menu_1, menu_2;
	function setMenu(){
		try{
		var IE = navigator.appName.indexOf("Microsoft") != -1;
		var filmato = IE ? window.menu_top : window.document.menu_top;
		if(filmato.PercentLoaded() == 100){
			filmato.TGotoFrame("_level0._root.menu", 1);
		}else{ setTimeout("setMenu()", 1000);}
		}catch(e){
			setTimeout("setMenu()", 2000);
		}
	}
