function mudacor1(){
	document.getElementById("item1").style.background="#00CCFF"
}

function mudacor2(){
	document.getElementById("item2").style.background="#00CCFF"
}

function mudacor3(){
	document.getElementById("item3").style.background="#00CCFF"
}

function mudacor4(){
	document.getElementById("item4").style.background="#00CCFF"
}

function mudacor5(){
	document.getElementById("item5").style.background="#00CCFF"
}

function mudacor6(){
	document.getElementById("item6").style.background="#00CCFF"
}

function desmuda(){
	document.getElementById("item1").style.background="#6089A6"
	document.getElementById("item2").style.background="#6089A6"
	document.getElementById("item3").style.background="#6089A6"
	document.getElementById("item4").style.background="#6089A6"
	document.getElementById("item5").style.background="#6089A6"
	document.getElementById("item6").style.background="#6089A6"

}



function corobra1(){
	document.getElementById("dest_obra1").style.border="1px solid #CCCCCC"
}

function corobra2(){
	document.getElementById("dest_obra2").style.border="1px solid #CCCCCC"
}

function corobra(){
	document.getElementById("dest_obra1").style.border="1px solid #F7F7F7"
	document.getElementById("dest_obra2").style.border="1px solid #F7F7F7"
}



// abrir popups de empreendimentos
function abre(tipo)
     {
          if ( tipo == "mon" )
             {
             window.open('http://tecnosul.com.br/mon/default.asp?texto=home','console1','height=550,width=880,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
             }
		  if ( tipo == "vil_verde" )
             {
             window.open('http://tecnosul.com.br/vil_verde/index.html','console1','height=450,width=780,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
             }
		 if ( tipo == "qui" )
             {
             window.open('http://tecnosul.com.br/qui/home.htm','console1','height=450,width=780,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
             }
 		if ( tipo == "bri" )
             {
             window.open('http://tecnosul.com.br/bri/hotsite.htm','console1','height=600,width=800,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
             }
	    if ( tipo == "vil" )
             {
             window.open('http://tecnosul.com.br/vil/default.asp?texto=home','console1','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
             }
     }
// -->


