function janela(url, w, h){
window.open(url,"","toolbar=no,location=no,directories=no,menubar=no,scrollbars=no,status=no,resizable=yes, width= " + w + ", height = " + h + ", top=0,left=0")
}
function gotoFunction() {
        self.location = document.datagoto.data.options[document.datagoto.data.selectedIndex].value;
}
function receitas(url, w, h){
window.open(url,"","toolbar=no,location=no,directories=no,menubar=no,scrollbars=yes,status=no,resizable=yes, width= " + w + ", height = " + h + ", top=0,left=0")
}
function mercado(url, w, h){
window.open(url,"","toolbar=yes,location=no,directories=no,menubar=no,scrollbars=yes,status=no,resizable=yes, width= " + w + ", height = " + h + ", top=0,left=0")
}
function janela2(url, w, h){
window.open(url,"","toolbar=no,location=no,directories=no,menubar=no,scrollbars=yes,status=no,resizable=yes, width= " + w + ", height = " + h + ", top=0,left=0")
}