function openChat() {
 open_popup('http://www.globalimoveis.com/phplive/request.php?l=admin&x=1&deptid=0&page=http%3A//www.globalimoveis.com/site/', 'chat', 500, 350, 1)
}

function openSolardasBrisas() {
 open_popup('/site/hotsite/solardasbrisas/index.html', 'solardasbrisas', 780, 545, 0)
}


function open_popup(url, janela, largura, altura, barra) {
	window.open(url, janela, 'width=' + largura + ',height=' + altura + ', scrollbars=' + barra + ' ,top=' + ((screen.availHeight/2) - (altura/2)) + ',left=' + ((screen.availWidth/2) - (largura/2)));

	return ;
}

	function value_change(value, this_)
{
	if (value == this_.value) {
		this_.value = '';
	}
	else if(this_.valeu == '') {
		this_.value = value;
	}
	else {
		this_.value = this_.value;
	}
}


defaultStatus = ": : Global Imóveis : :"

function montaFlash(destino, flavez, width, height, trans, scale){
	var myFlash = 
		'<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="'+width+'" height="'+height+'" id="'+flavez+'" align="middle">'+
		'<param name="allowScriptAccess" value="sameDomain" />'+
		'<param name="movie" value="'+flavez+'.swf" />'
	;
	if (trans == "yes"){
		myFlash += '<param name="wmode" value="transparent" />';
	}
	if (scale == "yes"){
		myFlash += '<param name="scale" value="noscale" />';
	}
	myFlash +=
		'<param name="quality" value="high" />'+
		'<param name="menu" value="false" />'+
		'<embed src="'+flavez+'.swf" quality="high" width="'+width+'" height="'+height+'"  align="middle" allowScriptAccess="sameDomain" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />'+
		'</object>'
	;
	document.getElementById(destino).innerHTML = myFlash;
}
