
/**********************************************************
 * Menu do topo                                  *
 **********************************************************/
 
startList = function(ulobj) {
	navRoot = ulobj || document.getElementById("navtl");
	lis = navRoot.getElementsByTagName('LI');
	lisl = lis.length;
		for (i=0; i<lisl; i++) {

			node = lis[i];
			if (node.nodeName=="LI") {
				node.onmouseover=function() {
					this.className+=" over";
				}
				 node.onmouseout=function() {
					 this.className=this.className.replace(" over", "");
				 }
			}
		}
}

if (document.all&&document.getElementById) {
	window.onload=startList;
}

/**********************************************************
 * Flash flutuante                                  *
 **********************************************************/
function fechaBANNER(id_div){
      document.getElementById(id_div).style.display='none';
}

function writeFlash(id) {
         document.getElementById(id).innerHTML = "<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' width='720' height='690' id='myflash' align='middle' style='position: relative; z-index:0;'><param name='allowScriptAccess' value='sameDomain' /><param name='movie' value='swf/selo_novacampanha.swf' /><param name='quality' value='high' /><param name='wmode' value='transparent' /><embed  wmode=transparent src='swf/selo_novacampanha.swf' quality='high' width='720' height='690' name='mymovie' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /></object>";
}

/**********************************************************
 * Banner principal                                 *
 **********************************************************/
function writeBanner(id) {
         document.getElementById(id).innerHTML = "<object style='float:left;margin-left:10px;margin-top: 10px;' classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' width='550' height='90' align='middle'><param name='allowScriptAccess' value='sameDomain' /><param name='movie' value='swf/curso_extensao.swf' /><param name='quality' value='high' /><param name='wmode' value='transparent' /><embed src='swf/curso_extensao.swf' wmode=transparent quality='high' width='550' height='90' name='banner_f' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /></object>";
}

function writeBanner01(id) {
         document.getElementById(id).innerHTML = "<object style='float:left;margin-left:10px;margin-top: 10px;' classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' width='550' height='90' align='middle'><param name='allowScriptAccess' value='sameDomain' /><param name='movie' value='swf/jovemcidadao.swf' /><param name='quality' value='high' /><param name='wmode' value='transparent' /><embed src='swf/jovemcidadao.swf' wmode=transparent quality='high' width='550' height='90' name='banner_f' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /></object>";
}
