// + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
// Criado por Michel 09/05/2007 //
// + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +


// Banner TOPO: topo.asp
function flash_banner_topo( var01 ) {
        document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="514" height="66">');
        document.write('    <param name="movie" value="imagens/' + var01 + '">');
        document.write('    <param name="quality" value="high"> ');
		if ( var01 == 'bnr_vale15_514.swf' ) {
			document.write('    <param name="wmode" value="transparent">');
		} else {
			document.write('    <param name="wmode" value="normal">');
		}
        document.write('    <embed src="imagens/' + var01 + '" width="514" height="66" quality="high" ');
        document.write('     type="application/x-shockwave-flash" ');
		if ( var01 == 'bnr_vale15_514.swf' ) {
			document.write('     wmode="transparent">');
		} else {
			document.write('     wmode="normal">');
		}
        document.write('    </embed>');
        document.write('</object>');
}

// Banner Cursos (Home): index_novidades.asp
function flash_banner_curso3_fdb( var01 ) {
    document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" ');
    document.write(' codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" ');
    document.write(' width="184" height="248" id="ofertas_2" align="middle">');
    document.write('<param name="movie" value="curso3_fdb.swf?atu=' + var01 + '" />');
    document.write('<param name="quality" value="high" />');
    document.write('<param name="bgcolor" value="#ffffff" />');
    document.write('<embed src="curso3_fdb.swf?atu=' + var01 + '" quality="high" bgcolor="#ffffff" width="184" height="248" ');
    document.write(' align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" />');
    document.write('</object>');
}


// Banner Lateral: bannerlateral.asp
function flash_banner_banner_lateral( var01, var02, var03 ) {
        document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="130"');
        document.write(' height="' + var01 + '" id="bannerFlash" align="middle">');
        document.write('<param name="movie" value="' + var02 + '" />');
        document.write('<param name="quality" value="high" />');
        document.write('<param name="bgcolor" value="#ffffff" />');
        document.write('<embed src="' + var02 + '" quality="high" bgcolor="#ffffff" width="130"');
        document.write(' height="' + var01 + '" name="bannerFlash" align="middle" allowScriptAccess="sameDomain" ');
        document.write(' type="application/x-shockwave-flash" />');
        document.write('</object>');
}


// Banner Grupos: banner_grupos.asp
function escalaeducac_grp( var01 ) {
        document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="507" height="68" title="Escala Educacional">');
        document.write('<param name="movie" value="' + var01 + '" /> <param name="quality" value="high" />');
        document.write('<embed src="' + var01 + '" quality="high" type="application/x-shockwave-flash" width="507" height="68"></embed>');
        document.write('</object>');
}


// Banner Promoções: promocoes.asp 
function flash_banner_promocoes( var01 ) {
    document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" ');
    document.write(' width="509" height="66" id="promo_flash" align="middle">');
    document.write('<param name="movie" value="' + var01 + '" /> <param name="quality" value="high" />');
    document.write('<param name="bgcolor" value="#ffffff" />');
    document.write('<embed src="' + var01 + '" quality="high" bgcolor="#ffffff" width="509" height="66"');
    document.write(' name="promo_flash" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" />');
    document.write('</object>');
}



// Banner Home: index_ofertas.asp 
function flash_banner_home( var01 ) {
    document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" ');
    document.write(' style="z-index:0" width="389" height="115.7" id="ofertas_home" align="middle">');
    document.write('<param name="movie" value="' + var01 + '" /> '); 
	document.write('<param name="quality" value="high" />');
    document.write('<param name="menu" value="false" />');
    document.write('<param name="bgcolor" value="#ffffff" /> ');
	document.write('<param name="wmode" value="transparent">');
    document.write('<embed src="' + var01 + '" menu="false" quality="high" bgcolor="#ffffff" wmode="transparent" width="389" height="115.7"');
    document.write(' name="ofertas_home" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" />');
    document.write('</object>');
}

// Banner Home: index_ofertas.asp 
function flash_banner_geral( var01, varWidth, varHeight ) {
    document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" ');
    document.write(' style="z-index:0" width="' + varWidth + '" height="' + varHeight + '" id="flash_geral" align="middle">');
    document.write('<param name="movie" value="' + var01 + '" /> '); 
	document.write('<param name="quality" value="high" />');
    document.write('<param name="menu" value="false" />');
    document.write('<param name="bgcolor" value="#ffffff" /> ');
	document.write('<param name="wmode" value="transparent">');
    document.write('<embed src="' + var01 + '" menu="false" quality="high" bgcolor="#ffffff"');
	document.write(' wmode="transparent" width="' + varWidth + '" height="' + varHeight + '"');
    document.write(' name="flash_geral" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" />');
    document.write('</object>');
}






// + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
// Spash / FLOATER GERAL nas páginas: assinatura.asp, index.asp
// + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
function floaterGeral(varNome, varWidth, varHeight) {
        document.write('<object id="splash_geral" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" ');
        document.write(' codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" ');
        document.write(' style="z-index:3" width="' + varWidth + '" height="' + varHeight + '" align="middle">');
        document.write('<param name="movie" value="' + varNome + '" />');
        document.write('<param name="menu" value="true" />');
        document.write('<param name="quality" value="best" />');
        //document.write('<param name="scale" value="noscale" />');
        document.write('<param name="wmode" value="transparent" />');
        document.write('<embed src="' + varNome + '" menu="true" quality="best" wmode="transparent" ');
        document.write(' width="' + varWidth + '" height="' + varHeight + '" '); 
		document.write(' name="' + varNome + '" align="middle" type="application/x-shockwave-flash" />');
        document.write('</object>');
}
// + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
