	if (top.frames.length!=0)
	    top.location=self.document.location;

	var doMouseOver = false;
	
	if(document.images)	{
		doMouseOver = true;
		active1 = new Image(171,47);
		active1.src = "images/bt_quem2.jpg"
	}
	
	if(document.images)	{
		doMouseOver = true;
		active1 = new Image(171,47);
		active1.src = "images/bt_coaching2.jpg"
	}
	
	//Cursos
	function MoverCursos() {
  		document.all.Cursos.style.display=""
	}
	function MoutCursos() {
  		document.all.Cursos.style.display="none"
	}
	//QuemSomos
	function MoverQuemSomos() {
  		document.all.QuemSomos.style.display=""
	}
	function MoutQuemSomos() {
  		document.all.QuemSomos.style.display="none"
	}
	//Coaching
	function MoverCoaching() {
  		document.all.Coaching.style.display=""
	}
	function MoutCoaching() {
  		document.all.Coaching.style.display="none"
	}
	//Coaching
	function MoverToefl() {
  		document.all.Toefl.style.display=""
	}
	function MoutToefl() {
  		document.all.Toefl.style.display="none"
	}
	//MenuImagens
	function mOvr(src) {
     src.style.cursor = 'hand';
     src.bgColor = "#cccccc";
	}

	function mOut(src) {
     src.style.cursor = 'hand';
     src.bgColor = "#999999";
	}
	
	
