function AbreJanela() {
	janela=window.open('cd/plauer.html', '', 'width=230, height=270'); 
}


function MM_findObj(n, d) { //v3.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
}

function MM_showHideLayers() { //v3.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
    obj.visibility=v; }
}

function verifyCompatibleBrowser(){ 
    this.ver=navigator.appVersion 
    this.dom=document.getElementById?1:0 
    this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom)?1:0; 
    this.ie4=(document.all && !this.dom)?1:0; 
    this.ns5=(this.dom && parseInt(this.ver) >= 5) ?1:0; 
 
    this.ns4=(document.layers && !this.dom)?1:0; 
    this.bw=(this.ie5 || this.ie4 || this.ns4 || this.ns5) 
    return this 
} 

bw=new verifyCompatibleBrowser()

function menus(acao,quem){
	document.getElementById(quem).style.visibility=acao;
}

function topo() {
	document.write("<div style='float:left;width:592px;height:90px;'>")
	document.write("	<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' width='592' height='90' id='flash' align='middle'>")
	document.write("		<param name='allowScriptAccess' value='sameDomain' />")
	document.write("		<param name='movie' value='flash.swf' />")
	document.write("		<param name='quality' value='high' />")
	document.write("		<param name='bgcolor' value='#ffffff' />")
	document.write("		<embed src='flash.swf' quality='high' bgcolor='#ffffff' width='592' height='90' name='flash' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />")
	document.write("	</object>")
	document.write("</div>")
	
	document.write("<div style='float:left;width:34px;height:90px;'/>")
	
	document.write("<div style='float:left;width:141px;height:90px;'>")
	document.write("	<div style='float:left;width:141px;height:65px;'/>")
	document.write("	<div style='float:left;width:141px;height:25px;'>")
	document.write("		<a href='fale.html' target='_self'><img src='images/home_fale.gif' alt='' width='101' height='12' border='0'/></a>")
	document.write("	</div>")
	document.write("</div>")
}
