
/* Fechar Banner */
function fechar(){
	document.getElementById("flutuante").style.display = 'none';
}


/* -- Executa swf - Início -- */

//set player version here
var MM_contentVersion = 7;

//set sub version here
var release = "6,0,67,0";


//check for flash player
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin ) {
		var words = navigator.plugins["Shockwave Flash"].description.split(" ");
	    for (var i = 0; i < words.length; ++i)
	    {
		if (isNaN(parseInt(words[i])))
		continue;
		var MM_PluginVersion = words[i];
	    }
	var MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0
   && (navigator.appVersion.indexOf("Win") != -1)) {
	document.write('<SCR' + 'IPT LANGUAGE=VBScript\> \n'); //FS hide this from IE4.5 Mac by splitting the tag
	document.write('on error resume next \n');
	document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n');
	document.write('</SCR' + 'IPT\> \n');
}


/* -- 2. Deployment function -- */

function writeFlash(swf,flashVarString,w,h,bgcolor,menu,mode,q,id){
  if ( MM_FlashCanPlay ) {
     document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" '
     +'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version='+release+'" '
     +'width="'+w+'" height="'+h+'" id="'+id+'" align="">'
     +'<param name="movie" value="'+swf+'">'
     +'<param name="menu" value="'+menu+'"> '
     +'<param name="quality" value="'+q+'"> '
     +'<param name="wmode" value="'+mode+'"> '
     +'<param name="bgcolor" value="'+bgcolor+'"> '
     +'<param name="flashvars" value="'+flashVarString+'"> '
     +'<embed src="'+swf+'" flashvars="'+flashVarString+'" menu="'+menu+'" quality="'+q+'" wmode="'+mode+'" '
     +' bgcolor="'+bgcolor+'"  width="'+w+'" height="'+h+'" name="'+swf+'" '
     +' align=""  type="application/x-shockwave-flash" '
     +' pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object> ');
  } else {
     //behaviour for if there is no flash player
     document.write('Você precisa do Macromedia Flash Player '+MM_contentVersion+' para visualizar partes desre site. ');
     document.write('<em><a href="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" target="_blank">');
     document.write('Clique aqui para instalar.</a></em>');

     //this can be replaced by anything you want
     //e.g. document.location.replace("text.html");

  }
}

// Preload imagens

function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
   var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
   if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}


/* highlight */

var baseopacity=30

function slowhigh(which2){
imgobj=which2
browserdetect=which2.filters? "ie" : typeof which2.style.MozOpacity=="string"? "mozilla" : ""
instantset(baseopacity)
highlighting=setInterval("gradualfade(imgobj)",50)
}

function slowlow(which2){
cleartimer()
instantset(baseopacity)
}

function instantset(degree){
if (browserdetect=="mozilla")
imgobj.style.MozOpacity=degree/100
else if (browserdetect=="ie")
imgobj.filters.alpha.opacity=degree
}

function cleartimer(){
if (window.highlighting) clearInterval(highlighting)
}

function gradualfade(cur2){
if (browserdetect=="mozilla" && cur2.style.MozOpacity<1)
cur2.style.MozOpacity=Math.min(parseFloat(cur2.style.MozOpacity)+0.1, 0.99)
else if (browserdetect=="ie" && cur2.filters.alpha.opacity<100)
cur2.filters.alpha.opacity+=10
else if (window.highlighting)
clearInterval(highlighting)
}


/* ilumina form */

var highlightcolor="#f2f8fa"

var ns6=document.getElementById&&!document.all
var previous=''
var eventobj


var intended=/INPUT|TEXTAREA|SELECT|OPTION/


function checkel(which){
if (which.style&&intended.test(which.tagName)){
if (ns6&&eventobj.nodeType==3)
 eventobj=eventobj.parentNode.parentNode
return true
}
else
return false
}

//Function to highlight form element
function highlight(e){
 eventobj=ns6? e.target : event.srcElement
if (previous!=''){
if (checkel(previous))
 previous.style.backgroundColor=''
 previous=eventobj
if (checkel(eventobj))
 eventobj.style.backgroundColor=highlightcolor
}
else{
if (checkel(eventobj))
 eventobj.style.backgroundColor=highlightcolor
 previous=eventobj
}
}



/* abas */

	function muda_aba(div)
	{
		switch (div)
		{
			case "artes" : 
				document.getElementById("artes").style.display = "block"; 
				document.getElementById("edit").style.display = "none";  
				document.getElementById("diag").style.display = "none";
			break; 
			case "edit" : 
				document.getElementById("artes").style.display = "none"; 
				document.getElementById("edit").style.display = "block";  
				document.getElementById("diag").style.display = "none"; 
			break; 
			case "diag" : 
				document.getElementById("artes").style.display = "none"; 
				document.getElementById("edit").style.display = "none";  
				document.getElementById("diag").style.display = "block"; 
			break;
		}
	}

/* Aba inicio */
	
	function stAba(conteudo)
	{
		this.conteudo = conteudo;
	}

	var arAbas = new Array();
	arAbas[0] = new stAba('evabas');
	arAbas[1] = new stAba('evabas1');
	arAbas[2] = new stAba('evabas2');
	arAbas[3] = new stAba('evabas3');
	arAbas[4] = new stAba('evabas4');

	function AlternarAbas(conteudo)
	{
		for (i=0;i<arAbas.length;i++)
		{
		c = document.getElementById(arAbas[i].conteudo);
		c.style.display = 'none';
		}
		c = document.getElementById(conteudo);
		c.style.display = '';
	}

/* Aba fim */

	