var popUpWin=0;

function popUpWindowMAX(URLStr)
{
	if(popUpWin)
  {
    if(!popUpWin.closed) popUpWin.close();
  }
	popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menub ar=no,scrollbars=yes,resizable=YES,copyhistory=yes,width=800,height=600');
}

function popUpWindow(URLStr)
{
	if(popUpWin)
  {
    if(!popUpWin.closed) popUpWin.close();
  }
	popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menub ar=no,scrollbars=yes,resizable=no,copyhistory=yes,width=800,height=600');
}

function popUpNotas(URLStr)
{
  if(popUpWin)
  {
    if(!popUpWin.closed) popUpWin.close();
  }
  popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width=450,height=496');
}
function popUpNoticias(URLStr)
{
  if(popUpWin)
  {
    if(!popUpWin.closed) popUpWin.close();
  }
  popUpWin = open(URLStr, 'popUpWin', 'toolbar=yes,location=yes,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=yes,width=550,height=650');
}
function popUpAviso(URLStr)
{
  if(popUpWin)
  {
    if(!popUpWin.closed) popUpWin.close();
  }
  popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width=450,height=452');
}
function popUpSmall(URLStr)
{
  if(popUpWin)
  {
    if(!popUpWin.closed) popUpWin.close();
  }
  popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width=300,height=200');
}
function popUpFotos(URLStr)
{
  if(popUpWin)
  {
    if(!popUpWin.closed) popUpWin.close();
  }
  popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width=500,height=420');
}

function presentacionpps(){
foro=window.open("/Noticias/2007/presentacion.html","ventana1","width=750,height=700,top=100,left=100,resizable=no,scrollbars=no,menubar=no,toolbar=no,status=no,location=no")}

