// JavaScript Document

function mostraranuncio1() {

div = document.getElementById('content');

div.style.display = '';

}

function mostraranuncio2() {

div = document.getElementById('contanuncio2');

div.style.display = '';

}

function mostraranuncio3() {

div = document.getElementById('contanuncio3');

div.style.display = '';

}


function mostraranuncio4() {

div = document.getElementById('contanuncio4');

div.style.display = '';

}



function mostraranuncio5() {

div = document.getElementById('contanuncio5');

div.style.display = '';

}



function mostraranuncio6() {

div = document.getElementById('contanuncio6');

div.style.display = '';

}

function mostraranuncio9() {

div = document.getElementById('contanuncio9');

div.style.display = '';

}

function mostraranuncio10() {

div = document.getElementById('contanuncio10');

div.style.display = '';

}

function mostraranuncio11() {

div = document.getElementById('contanuncio11');

div.style.display = '';

}

function mostraranuncio12() {

div = document.getElementById('contanuncio12');

div.style.display = '';

}

function cerraranuncio1() {

div = document.getElementById('content');

div.style.display='none';

}

function cerraranuncio2() {

div = document.getElementById('contanuncio2');

div.style.display='none';

}

function cerraranuncio3() {

div = document.getElementById('contanuncio3');

div.style.display='none';

}

function cerraranuncio4() {

div = document.getElementById('contanuncio4');

div.style.display='none';

}

function cerraranuncio5() {

div = document.getElementById('contanuncio5');

div.style.display='none';

}

function cerraranuncio6() {

div = document.getElementById('contanuncio6');

div.style.display='none';

}

function cerraranuncio9() {

div = document.getElementById('contanuncio9');

div.style.display='none';

}

function cerraranuncio10() {

div = document.getElementById('contanuncio10');

div.style.display='none';

}

function cerraranuncio11() {

div = document.getElementById('contanuncio11');

div.style.display='none';

}

function cerraranuncio12() {

div = document.getElementById('contanuncio12');

div.style.display='none';

}

	$(document).ready(
		function()
		{
			$('#dock').Fisheye(
				{
					maxWidth: 50,
					items: 'a',
					itemsText: 'span',
					container: '.dock-container',
					itemWidth: 40,
					proximity: 90,
					halign : 'center'
				}
			)
			$('#dock2').Fisheye(
				{
					maxWidth: 60,
					items: 'a',
					itemsText: 'span',
					container: '.dock-container2',
					itemWidth: 40,
					proximity: 80,
					alignment : 'left',
					valign: 'bottom',
					halign : 'center'
				}
			)
		}
	);	


<!--//--><![CDATA[//><!--
startList = function() {

if (document.getElementById) {
	navRoot = document.getElementById("nav");
	for (i=0; i<navRoot.childNodes.length; i++) {
		node = navRoot.childNodes[i];
		if (node.nodeName=="LI") {
		node.onclick=function() {
		
this.className = (this.className == "on") ? "off" : "on";

			}
   		}
  	}
 }
}
window.onload=startList;
//--><!]]>


