function abre(loco,ancho,alto){
prop='statusbar=no,scrollbars=no,height='+alto+',width='+ancho;
window.open(loco, "",'\"'+prop+'\"');

}
