if(document.images) {
	home_off = new Image(); home_off.src = "lay/menu_home_off.gif";
	empresa_off = new Image(); empresa_off.src = "lay/menu_empresa_off.gif";
	industria_off = new Image(); industria_off.src = "lay/menu_industria_off.gif";
	comercio_off = new Image(); comercio_off.src = "lay/menu_comercio_off.gif";
	orcamento_off = new Image(); orcamento_off.src = "lay/menu_orcamento_off.gif";
	contato_off = new Image(); contato_off.src = "lay/menu_contato_off.gif";
	
	home_on = new Image(); home_on.src = "lay/menu_home_on.gif";
	empresa_on = new Image(); empresa_on.src = "lay/menu_empresa_on.gif";
	industria_on = new Image(); industria_on.src = "lay/menu_industria_on.gif";
	comercio_on = new Image(); comercio_on.src = "lay/menu_comercio_on.gif";
	orcamento_on = new Image(); orcamento_on.src = "lay/menu_orcamento_on.gif";
	contato_on = new Image(); contato_on.src = "lay/menu_contato_on.gif";
}

function troca(i,s) {
	if(document.images[i]) {
		document.images[i].src = eval(i+'_'+s+'.src');
	}
}

function AbrePagina(perfil, tamx, tamy, yn) {
	lf = Math.floor(screen.width/2) - Math.floor(tamx/2);
	tp = Math.floor(screen.height/2) - Math.floor(tamy/2);
	window.open(perfil,"","resizable=no,toolbar=no,status=no,menubar=no,scrollbars=" + yn + ",width=" + tamx + ",height=" + tamy + ", left = " + lf + ", top = " + tp)
}

