<!--
//#############################################################
function exibeDiv(div){
	if(document.getElementById(div).style.display == 'none'){
		document.getElementById(div).style.display = 'block';
	} else {
		document.getElementById(div).style.display = 'none';
	}
}
//#############################################################
function load_swf(ban_widht,ban_height,ban_xml,ban_swf){
	document.writeln('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="' + ban_widht + '" height="' + ban_height + '">');
	document.writeln('  <param name="movie" value="' + ban_swf + '" />');
	document.writeln('  <param name="quality" value="high" />');
	document.writeln('  <param name="wmode" value="opaque" />');
	document.writeln('  <param name="swfversion" value="6.0.65.0" />');
	document.writeln('  <param name="expressinstall" value="Scripts/expressInstall.swf" />');
	document.writeln('  <param name="flashvars" value="_xml=' + ban_xml + '">');
	document.writeln('  <!--[if !IE]>-->');
	document.writeln('  <object type="application/x-shockwave-flash" data="' + ban_swf + '" width="' + ban_widht + '" height="' + ban_height + '">');
	document.writeln('    <!--<![endif]-->');
	document.writeln('    <param name="quality" value="high" />');
	document.writeln('    <param name="wmode" value="opaque" />');
	document.writeln('    <param name="swfversion" value="6.0.65.0" />');
	document.writeln('    <param name="expressinstall" value="Scripts/expressInstall.swf" />');
	document.writeln('    <param name="flashvars" value="_xml=' + ban_xml + '">');
	document.writeln('    <div>');
	document.writeln('      <h4>O conte&uacute;do desta p&aacute;gina requer uma vers&atilde;o mais recente do Adobe Flash Player.</h4>');
	document.writeln('      <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Obter Adobe Flash player" width="112" height="33" /></a></p>');
	document.writeln('    </div>');
	document.writeln('    <!--[if !IE]>-->');
	document.writeln('  </object>');
	document.writeln('  <!--<![endif]-->');
	document.writeln('</object>');
}
//#############################################################
function exibeBox(div){
	if(div == 'box_academico'){
		document.getElementById('box_servicos').style.display = 'none';
		document.getElementById('box_webmail').style.display = 'none';
		document.getElementById('box_academico').style.display = 'block';
	}else if(div == 'box_servicos'){
		document.getElementById('box_academico').style.display = 'none';
		document.getElementById('box_webmail').style.display = 'none';
		document.getElementById('box_servicos').style.display = 'block';
	}else if(div == 'box_webmail'){
		document.getElementById('box_academico').style.display = 'none';
		document.getElementById('box_servicos').style.display = 'none';
		document.getElementById('box_webmail').style.display = 'block';
	}
}
//#############################################################
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//#############################################################
-->