function MM_openBrWindow(theURL,winName,features) {
        window.open(theURL,winName,features);
}
function Vazio(nomeForm) {
    if (nomeForm.pesquisa.value==""){
        nomeForm.pesquisa.focus();
        return false;
    }
    return true;
}
function clickBtnFaleConosco(url) {
    showPopWin(url,600,550);
}
function clickBtnCadastreSuaEmpresa(url) {
    showPopWin(url,550,530);
}
function clickBtnPlanos(url) {
    window.open(url);
}
function clickBtnEMail(url) {
	showPopWin(url,700,520);
}
function clickBtnLink(url) {
    window.open(url);
}
function clickBtnVisualizaEmpresa(url) {
    showPopWin(url,650,550);
}
function clickBtnImgProduto(url) {
	showPopWin(url,700,520);
}




