// config da barra
var BarraNumero = 24;
var BarraCor1 = '#7F8DA8'; // cor clara
var BarraCor2 = '#667077'; // cor escura

var dC = document;
function $(id) {
	return document.getElementById(id);
}


function writeFlash(flash, width, height) {
  document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0" ID=thumb160x120 WIDTH="'+width+'" HEIGHT="'+height+'">');
  document.write('<PARAM NAME=movie VALUE="'+flash+'"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#006699>');
  var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
  //if ( plugin && parseInt(plugin.description.substring(plugin.description.indexOf(".")-1)) >= 4 ) {
  	document.write('<EMBED src="'+flash+'" quality=high bgcolor=#006699 swLiveConnect=FALSE WIDTH="'+width+'" HEIGHT="'+height+'" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">');
  //}
  document.write("</OBJECT>");
}

