	function exibeFash(swf, width, height, wmode, cache)
	{
	noCache = cache || cache == undefined ? "" : "?" + new Date();
	wmode = wmode || wmode == undefined ? "opaque" : "transparent";
	
	monta_swf = "";
	monta_swf += "<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=\""+ width +"\" height=\""+ height +"\" title=\"\">";
	monta_swf += "<param name=\"movie\" value=\""+ swf + noCache +"\" />";
	monta_swf += "<param name=\"quality\" value=\"high\" />";
	monta_swf += "<param name=\"menu\" value=\"0\" />";
	monta_swf += "<param name=\"wmode\" value=\"transparent\" />";
	monta_swf += "<embed src=\""+ swf + noCache +"\" quality=\"high\"" + wmode +"\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" wmode=\"transparent\"  type=\"application/x-shockwave-flash\" width=\""+ width +"\" height=\""+ height +"\"></embed>";
	monta_swf += "</object>";
	
	document.write(monta_swf);
	}
  
  function abresite()
    {
    largura = screen.width -5;
    altura = screen.height;
    window.open('FormularioOnline.aspx','nome_janela','width=850,height=550,top=0,left=0,screenX=0,screenY=0,status=no,scrollbars=yes,toolbar=no,resizable=no,maximized=yes,menubar=no,location=no');
    }
  
  function abrepopup() 
  {
    window.open('FormularioOnline.aspx','','width=400,height=625');
  }
  
  function abrepopupdemo(pagina)
  {
    largura = screen.width -5;
    altura = screen.height;
    window.open(pagina,'nome_janela','width=450,height=450,top=0,left=0,screenX=0,screenY=0,status=no,            scrollbars=yes,toolbar=no,resizable=no,maximized=yes,menubar=no,location=no');
  }
  
  function maximiza()
  {
  largura = screen.width -2;
  altura = screen.height- 25;
  window.resizeTo(largura, altura);
  //window.open('','nome_janela','width='+largura+',height='+altura+',top=0,left=0,screenX=0,screenY=0,status=no,scrollbars=yes,toolbar=no,resizable=yes,maximized=yes,menubar=no,location=no');
  }
