function alternar_img(nombre,fuente)
		{
			imagen = new Object();
			imagen = nombre;
			imagen.src = fuente;
		}
function abreVentana3(url){
	popup=window.open(url,'Ayuda2','width=597, height=591,scrollbars=yes, locationbars=no,status=no');
}
function abreVentana4(url){
	popup=window.open(url,'Ayuda2','width=770, height=520,scrollbars=no, locationbars=no,status=no');
}

		
