function carregaFlash(caminho,largura,altura) {
 document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="'+largura+'" height="'+altura+'">');
 document.write('<param name="movie" value="'+caminho+'">');
 document.write('<param name="quality" value="high">');
 document.write('<param name="wmode" value="transparent">');
 document.write('<param name="menu" value="false">');
 document.write('<embed src="'+caminho+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+largura+'" height="'+altura+'"></embed>');
 document.write('</object>');
}

function mudaLinha(tipo, num){
		var nome = "linha_menu" + num;
		document.getElementById(nome).className = 'linhaMenu' + tipo;
}
	function mudaMenu(nome){
		if(document.getElementById(nome).innerHTML == "Open the menu About CPM Braxis"){
			document.getElementById(nome).innerHTML = "Close the menu About CPM Braxis";
			document.getElementById(nome+"_conteudo").style.display = "";
		}else{
			document.getElementById(nome).innerHTML = "Open the menu About CPM Braxis";
			document.getElementById(nome+"_conteudo").style.display = "none";
		}
	}

function popPDF(link){
		window.open(link,'','scrollbars=yes,resizable=yes,width=750,height=500');
}
<!--
imagenumber = 8;
randomnumber = Math.random() ;
rand1 = Math.round((imagenumber-1) * randomnumber) + 1 ;
temp = rand1;
if(rand1<9) rand1 ="0" + rand1;
fotos1 = "images/banner/"+rand1+".jpg";

aLink = new Array(imagenumber);

aLink[0] = "";
aLink[1] = "sobrecpm_certificacoes.php?pgid=10";
aLink[2] = "prodserv_consultoria_ti.php?menu=2";
aLink[3] = "prodserv_infra_estrutura.php?menu=5";
aLink[4] = "prodserv_solucoes_negocios.php?menu=3";
aLink[5] = "global_sourcing.php?menu=6";
aLink[6] = "produtos_servicos.php?menu=1";
aLink[7] = "prodserv_outsourcing.php?menu=4";
aLink[8] = "sobre_cpm.php";
//aLink[9] = "sobre_cpm.php";

cLink = aLink[temp];

// -->
