function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function checkBrowser(){
	this.ver=navigator.appVersion
	this.dom=document.getElementById?1:0
	this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom)?1:0;
	this.ie4=(document.all && !this.dom)?1:0;
	this.ns5=(this.dom && parseInt(this.ver) >= 5) ?1:0;
	this.ns4=(document.layers && !this.dom)?1:0;
	this.bw=(this.ie5 || this.ie4 || this.ns4 || this.ns5)
	return this
}

bw=new checkBrowser()

function JanelaDtl(img_dtl, nome_dtl, larg, alt) {
	var _dtl = window.open(
		img_dtl,
		nome_dtl,
		"width=" + larg + ",height=" + alt + ",dependent=no,directories=no,location=no,menubar=no,resizable=no,scrollbars=no,status=no,titlebar=yes,toolbar=no"

	);
	_dtl.focus();
    
}

/* preload images */

var imgPath = "images/"; 

var iNames = new Array( 
    "fnd_conceito.gif",
    "fnd_servicos.gif",
    "fnd_dicas.gif",
    "fnd_receitas.gif",
    "fnd_noticias.gif",
    "fnd_depoimentos.gif",
    "fnd_contato.gif"

); 

var imgs = new Array(iNames.length); 

for (i=0; i<iNames.length; i++) { 
    imgs[i] = new Image(); 
    imgs[i].src = imgPath + iNames[i]; 
} 


/* 1= up/jpg - 0=dn/gif */
function onMouseGJ(over, img_name, gj) { 
 document.images[img_name].src = 
 "images/" + img_name + ( (over) ? "_up" : "_dn" ) + ( (gj) ? ".jpg" : ".gif" ); 
} 

/* 1= up/jpg - 0=dn/gif */
function ChImage(img_name, img_nmNew, gj) { 
 document.images[img_name].src = 
 "images/" + img_nmNew + ( (gj) ? ".jpg" : ".gif" ); 
} 

function NovaJanela() {
	var _arqt = window.open(
		"arquitetos.html",
		"_arqt",
		"width=314,height=200,dependent=no,directories=no,location=no,menubar=no,resizable=no,scrollbars=no,status=no,titlebar=yes,toolbar=no"
	);
	_arqt.focus();
    
}