/*******************************************************************
 JS Document
 Projeto: Site da Asa Incorporadora
 Ano: 2008/2009
 Autor: Bhtec e:house | Bruno Augusto <bruno.augusto@bhtec.com.br>
*******************************************************************/

function loadFlash(archive, width, height, flashvars, img){
	
	document.write("<object type='application/x-shockwave-flash' data='"+  archive +"' width='"+ width +"' height='"+ height +" '><param name='movie' value='"+ archive +"' /><param name='wmode' value='transparent' /><param name='flashvars' value='"+ flashvars +"' /><img src='" + img + "' width='"+ width +"' height='"+ height +"' alt='' title='' /></object>");
		
}

function AbreConsultorOnline(){
	var pop_window = window.open("about:blank","janela","width=350,height=400,resizable=0,toolbar=0,location=0,directories=0,status=0,menubar=0");
	pop_window.focus();
	document.getElementById('auto').submit();
}

