function cambiar(pag){
		 if (pag!=""){
				location.href = pag+".htm";
			}
		}
