// JavaScript

function flash(lar,alt,nome){
	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="' + lar + '" height="' + alt + '">');
	document.write('<param name="movie" value="swf/' + nome + '" />');
	document.write('<param name="quality" value="high" />');
	document.write('<embed src="swf/' + nome + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + lar + '" height="' + alt + '"></embed>');
	document.write('</object>');
	}
	function flash2(lar,alt,nome){
	document.write('teste<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="' + lar + '" height="' + alt + '">');
	document.write('<param name="movie" value="painel/' + nome + '" />');
	document.write('<param name="quality" value="high" />');
	document.write('<embed src="painel/' + nome + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + lar + '" height="' + alt + '"></embed>');
	document.write('</object>');
	}
	
function mapams(){window.open('html/mapams.html','Mapams','top=0 left=0 width=800 height=600 resizable=yes scrollbars=yes');}
function mapamt(){window.open('html/mapamt.html','Mapamt','width=600 height=396 scrollbars=no');}

function anuncio(id){window.open('Anuncio.asp?Id='+id,'Mapamt','width=608 height=420 scrollbars=no');}

function cotacoes(){window.open('html/cotacoes.html','cot','width=400 height=116 scrollbars=no');}

function proposta(id){window.open('Proposta.asp?Id='+id,'cot','width=445 height=245 scrollbars=yes');}
