function pantalla_completa () {
	ancho = screen.width;
	alto = screen.height;
	window.open ("ppal.htm","HOME","fullscreen=0, menubar=0,toolbar=0,scrollbars=auto,width=" + ancho + ",height=" + alto);
}
