function fctTeste() {
	/*
		Divmenu  = document.getElementById("MM_Menu");
		m = document.getElementById("menu");
		menuLeft2 = document.getElementById("menuLeft");

		// Sub menus

		strTop  = Divmenu.offsetTop;
		strLeft = menuLeft2.offsetLeft;
		
		m.style.top  = Divmenu.offsetTop;
		strBrowser = navigator.appName;
		strTamanho = screen.width;

		var ie = /msie/i.test(navigator.userAgent);
		var ieBox = ie && (document.compatMode == null || document.compatMode == "BackCompat");
		var canvasEl = ieBox ? document.body : document.documentElement;
		var w = window.innerWidth || canvasEl.clientWidth;
	

		
		if (w > 998) {
			strTot = ((w - 989) / 2) + 129;
		} else {
			strTot = strLeft;
		}

		// Sub Teatro
		subTeatro2 = document.getElementById("subTeatro");
		subTeatro2.style.top  = strTop+28;
		
		// Sub Espetáculos
		subEspetaculos2 = document.getElementById("subEspetaculos");
		subEspetaculos2.style.top  = strTop+28;
		
		// Sub Ingressos 
		subIngressos2 = document.getElementById("subIngressos");
		subIngressos2.style.top  = strTop+28;
		
		// Sub Projetos
		subProjetoEducativo2 = document.getElementById("subProjetoEducativo");
		subProjetoEducativo2.style.top  = strTop+28;
	
//		alert(strBrowser);

		if (strBrowser == "Netscape") {
			
			Divmenu.height = 28;
			strTot = strTot - 7;
			subTeatro2.style.left = strTot;
			subEspetaculos2.style.left = strTot+86;
			subIngressos2.style.left = strTot+204;
			subProjetoEducativo2.style.left = strTot+310;

		} else if (strBrowser == "Microsoft Internet Explorer") {

			Divmenu.height = 29;
			subTeatro2.style.left = strTot;
			subEspetaculos2.style.left = strTot+86;
			subIngressos2.style.left = strTot+204;
			subProjetoEducativo2.style.left = strTot+310;

		}

	*/
	}