<!--
var newWindow = null
function Ventanilla(fichero,nombreventana,ancho,alto)
{	newWindow=window.open(fichero,nombreventana,"width="+ ancho +",height="+ alto +",status,scrollbars,resizable");
}
//-->
