var ventana = "";
function abre(nombre){
var
prop="toolbar=0,location=0,channelmode=0,dependent=0,directories=0,fullscreen=0,status=,menubar=0,resizable=0,width=640,height=460,scrollbars=yes";
var archivo = ""+nombre;
ventana = window.open(archivo,"ventana",prop);
ventana.focus();
}