function openFotos(id, limitd){

  var imWidth=459+10;
  var imHeight=447+38;
  fTop=50;
  fLeft=50;
  ops='height=' + imHeight + ',width=' + imWidth + ',top=' + fTop + ',left=' + fLeft + ',scrollbars=0, toolbar=0';
  URL='/foto.php?id=' + id + '&limit=' + limitd;
  window.open(URL,'FOTOSBCCL',ops);
  window.open(URL,'FOTOSBCCL',ops);
}


function openAd(){

  var imWidth=529;
  var imHeight=568;
  fTop=50;
  fLeft=50;
  ops='height=' + imHeight + ',width=' + imWidth + ',top=' + fTop + ',left=' + fLeft + ',scrollbars=no, toolbar=0';
  URL='/pop2.html';
  window.open(URL,'FOTOSABCCL',ops);
  window.open(URL,'FOTOSABCCL',ops);
}