var centro=screen.width/2;
function posX(n){return centro-parseInt(n/2);}
function ventana(v)
 {
 var now=new Date();
 var d=now.getDate();
 var m=now.getMonth();
 var h=now.getHours();
 var mi=now.getMinutes();
 var urlRFS=v;
 var velocidadX=7;
 var velocidadY=5; 
 var colorFondo="#FFFFFF";
 var colorTexto="#CCCCCC";
 var le=((screen.width-700)/2);
 var to=((screen.height-600)/2);
 var wide=700;
 var high=600;
 if(ie)
  {
  var ventanaRFS=window.open("","foto","fullscreen");
  ventanaRFS.document.write('<html><body bgcolor="'+colorFondo+'" scroll="no"><b><font face="verdana" color="'+colorTexto+'" size="1">cargando...</font></b></body></html>');
  ventanaRFS.focus();
  for(h=high-1;h<high;h+=velocidadY){ventanaRFS.resizeTo(1,h);}
  for(w=wide-1;w<wide;w+=velocidadX){ventanaRFS.resizeTo(w,h);}
  for(t=to-1;t<to;t+=velocidadY){ventanaRFS.moveTo(1,t);}
  for(l=le-1;l<le;l+=velocidadX){ventanaRFS.moveTo(l,t);}
  ventanaRFS.location=urlRFS;
  }
 else{window.open(urlRFS,"foto","width=700,height=500,top="+((screen.height-500)/2)+",left="+((screen.width-700)/2)+",scrollbars=no,resizable=no");}
 }

function verCarTec(h) {
 open(h,'ficha','width=720,height=550,status=no,directories=no,scrollbars=yes,resizable=no,toolbar=no,location=no,screenX=0,screenY=0,left=0,top=0');
}
