menuImages = new Array(26);
for (i = 00; i < 26; i++) {
	if (i != 9) {
		menuImages[i] = new Image(80,13);
		menuImages[i].src = '/images/menu'+i+'.png';
	}
}

function on_image(loc, img) {
	loc.src=menuImages[img].src;
}

function off_image(loc, img) {
	loc.src=menuImages[img].src;
}

function abrir(pagina) {
	control = window.open(pagina, '_blank');
	control.focus();
}

function nofona() {
	alert('Seccion aun no disponible');
}

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-312195-3']);
_gaq.push(['_trackPageview']);

(function() {
	var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
	ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
	var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

