//
// Subventana
//
//
function abresubventana(fichero)
{
sub1=window.open(fichero,"ventana","left=200, top=200, scrollbars=1, toolbars=0, resizable=yes, width=500, height=300");
}

