function verAyuda(url) {
 	msgWindow=window.open(url,"AYUDA","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=400,height=400");
}
function opencal(url)
{
    var ancho=200; var alto=250;
    var posX= 100;
    var posY= 200;
    props= "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=0,copyhistory=0,width="+ancho+",height="+alto+",left=" +posX+ ",top=" +posY;
    nuevaventana = window.open(url,'CALENDARIO',props);
}

function abrirventana(url)
{
    var ancho=700; var alto=450;
    var posX= (screen.width-ancho)/2;
    var posY= (screen.height-(alto+70))/2;
    props= "toolbar=0,location=0,directories=0,status=0,menubar=1,scrollbars=no,resizable=1,copyhistory=0,width="+ancho+",height="+alto+",left=" +posX+ ",top=" +posY;
    nuevaventana = window.open(url,'VENTANA',props);
}
function verPdf(url) {
 	msgWindow=window.open(url,"JusJornalL","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=600,height=400");

}
var ActualFecha 	= new Date();
var nombredialargo 	= new Array("Domingo","Segunda-feira","Terça-feira","Quarta-feira","Quinta-feira","Sexta-feira","Sábado");
var mesestexto 		= new Array("Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", "Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro" );

function phoje (){
	document.write(ActualFecha.getDate() +" de "+mesestexto[ActualFecha.getMonth()] + " de " + ActualFecha.getFullYear() + " " );
}

function NomeDia (){
	document.write("  "+nombredialargo[ActualFecha.getDay()] +"<br>" +  ActualFecha.getDate() +" de "+mesestexto[ActualFecha.getMonth()] + " de " + ActualFecha.getFullYear() + " " );
}

function openFlash(url)
{
    var ancho=650; var alto=600;
    var posX= 20;
    var posY= 20;
    props= "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=0,copyhistory=0,width="+ancho+",height="+alto+",left=" +posX+ ",top=" +posY;
    nuevaventana = window.open(url,'WKPortugal',props);
}

function verespe(u) {
  var ancho=300; var alto=300;
  var posX= (screen.width-ancho)/2;
  var posY= (screen.height-(alto+70))/2;
  props= "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=1,copyhistory=0,width="+ancho+",height="+alto+",left=" +posX+ ",top=" +posY;
  nuevaventana = window.open(u,'ESPECIALES',props);
}

function patrocinio(u) {
  var ancho=357; var alto=550;
  var posX= (screen.width-ancho)/2;
  var posY= (screen.height-(alto+70))/2;
  props= "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=1,copyhistory=0,width="+ancho+",height="+alto+",left=" +posX+ ",top=" +posY;
  nuevaventana = window.open(u,'PATROCINIO',props);
}

