function aleatorio(inferior,superior){ 
    numPossibilidades = superior - inferior 
    aleat = Math.random() * numPossibilidades 
    aleat = Math.floor(aleat);
	return parseInt(inferior) + aleat 
	
} 

function insere_menu()
{
	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="750" height="30">\n');
    document.write('<param name="movie" value="flash/menu.swf">\n');
    document.write('<param name="quality" value="high">\n');
    document.write('<embed src="flash/menu.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="750" height="30"></embed>\n');
    document.write('</object>\n');
}

function insere_topo(flash)
{
	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="729" height="246">\n');
    document.write('<param name="movie" value="flash/topo_' + aleatorio(1,5) +'.swf">\n');
    document.write('<param name="quality" value="high">\n');
    document.write('<embed src="flash/' + flash +'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="729" height="246"></embed>\n');
    document.write('</object>\n');
}

function InsertSampleMovie2()
{
	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="59" height="207">\n');
    document.write('<param name="movie" value="flash/barra.swf">\n');
    document.write('<param name="quality" value="high">\n');
    document.write('<embed src="flash/barra.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="59" height="207"></embed>\n');
    document.write('</object>\n');
}


function InsertSampleMovie3()
{
	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="750" height="40">\n');
	document.write('<param name="movie" value="flash/menu.swf">\n');
	document.write('<param name="quality" value="high">\n');
  	document.write('<embed src="flash/menu.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="750" height="40"></embed>\n');
	document.write('</object>\n');
}

function InsertBanner_rolante(banner)
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="120" height="600">\n');
    document.write('<param name="movie" value="'+banner+'">\n');
    document.write('<param name="quality" value="high">\n');
    document.write('<embed src="'+banner+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="120" height="600"></embed>\n');
    document.write('</object>\n');	
}

function InsertBanner_bottom(banner)
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="468" height="60">\n');
    document.write('<param name="movie" value="'+banner+'">\n');
    document.write('<param name="quality" value="high">\n');
    document.write('<embed src="'+banner+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="468" height="60"></embed>\n');
    document.write('</object>\n');	
}

function InsertBanner_esq(banner)
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="153" height="100">\n');
    document.write('<param name="movie" value="'+banner+'">\n');
    document.write('<param name="quality" value="high">\n');
    document.write('<embed src="'+banner+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="120" height="60"></embed>\n');
    document.write('</object>\n');	
}

