// JavaScript Document
function showMenu(){
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" id="menu" width="258" height="127" >')
document.write('<param name="movie" value="flash/menu.swf">')
document.write('<param name="quality" value="high">')
document.write('<embed src="flash/menu.swf" quality="high" scale="noscale" wmode="transparent" swLiveConnect=true id="menu" name="menu" pluginspage="http://www.macromedia.com/go/getflashplayer" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" width="258" height="127" />    \n')
document.write('</object>')
}

function showMenuIngles(){
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" id="menu" width="258" height="127">')
document.write('<param name="movie" value="flash/menu_ingles.swf">')
document.write('<param name="quality" value="high">')
document.write('<embed src="flash/menu_ingles.swf" quality="high" scale="noscale" wmode="transparent" swLiveConnect=true id="menu" name="menu" pluginspage="http://www.macromedia.com/go/getflashplayer" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" width="258" height="127" />    \n')
document.write('</object>')
}

function showMapa(){
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="483" height="304" title="Mapa">')
document.write('<param name="movie" value="flash/mapa.swf">')
document.write('<param name="quality" value="high">')
document.write('<embed src="flash/mapa.swf" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="483" height="304"></embed>')
document.write('</object>')	
}

function showMapaIngles(){
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="483" height="304" title="Mapa">')
document.write('<param name="movie" value="flash/mapa_uk.swf">')
document.write('<param name="quality" value="high">')
document.write('<embed src="flash/mapa_uk.swf" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="483" height="304"></embed>')
document.write('</object>')	
}

function showHomeDestaques(filepath){
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="258" height="90" >')
document.write('<param name="movie" value="'+filepath+'">')
document.write('<param name="quality" value="high">')
document.write('<embed src="'+filepath+'" quality="high" width="258" height="90" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" ></embed>')
document.write('</object>')		
}

function showHeader(filepath, pWidth, pHeight){
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='+ pWidth +' height='+ pHeight +' >')
document.write('<param name="movie" value="'+filepath+'">')
document.write('<param name="quality" value="high">')
document.write('<embed src="'+filepath+'" quality="high" width='+ pWidth +' height='+ pHeight +' wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" ></embed>')
document.write('</object>')		
}


function showMapaReunioes(filepath, pWidth, pHeight){
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='+ pWidth +' height='+ pHeight +'>')
document.write('<param name="movie" value="'+filepath+'">')
document.write('<param name="quality" value="high">')
document.write('<embed src="'+filepath+'" quality="high" width='+ pWidth +' height='+ pHeight +' wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" ></embed>')
document.write('</object>')		
}

