	function clickBtnFaleConosco(url) {
		showPopWin(url,600,475);
	}
	function clickBtnCadastreSuaEmpresa(url) {
		showPopWin(url,580,530);
	}
	function clickBtnVisualizaEmpresa(url) {
		showPopWin(url,650,530);
	}	
	function clickBtnPromocao(url) {
		showPopWin(url,780,580);
		//window.open(url);
	}
	function clickBtnEMail(url) {
		showPopWin(url,600,475);
	}
	
	function addFav(){
	   	var url = "http://www.listadacidade.com";
	   	var title = "Lista da Cidade - Tudo que você procura está aqui";
	   	if (window.sidebar) {
	   		window.sidebar.addPanel(title, url, "");
	   	} else {
	   		if (window.opera && window.print) {
	   			var mbm = document.createElement('a');
	   			mbm.setAttribute('rel', 'sidebar');
	   			mbm.setAttribute('href', url);
	   			mbm.setAttribute('title', title);
	   			mbm.click();
	   		} else if (document.all) {
	   			window.external.AddFavorite(url, title);
	   		}
	   	}
	}
	
	function fechaSubTela(){
		document.getElementById('fundo').style.display = 'none';
		document.getElementById('categoria').style.display = 'none';
	}

	function abreSubTela(){
		document.getElementById('fundo').style.display = 'block'; 
		document.getElementById('categoria').style.display = 'block';
	}
