//Cerebro
    function ShowCerebro()
    {
		var Popup = document.getElementById('Cerebro');
        /* get the mouse left position */
        x = event.clientX + document.body.scrollLeft;
        /* get the mouse top position  */
        y = event.clientY + document.body.scrollTop + 35;
        /* display the pop-up */
        Popup.style.display="block";
        /* set the pop-up's left */
        Popup.style.left = x;
        /* set the pop-up's top */
        Popup.style.top = y;
    }
    /* this function hides the pop-up when
     user moves the mouse out of the link */
    function HideCerebro()
    {
		var Popup = document.getElementById('Cerebro');
        /* hide the pop-up */
        Popup.style.display="none";
    }
	//Pinky
function ShowPinky()
    {
		var Popup = document.getElementById('Pinky');
        /* get the mouse left position */
        x = event.clientX + document.body.scrollLeft;
        /* get the mouse top position  */
        y = event.clientY + document.body.scrollTop + 35;
        /* display the pop-up */
        Popup.style.display="block";
        /* set the pop-up's left */
        Popup.style.left = x;
        /* set the pop-up's top */
        Popup.style.top = y;
    }
    /* this function hides the pop-up when
     user moves the mouse out of the link */
    function HidePinky()
    {
		var Popup = document.getElementById('Pinky');
        /* hide the pop-up */
        Popup.style.display="none";
    }
	//Correo Caminos
    function ShowCorrecaminos()
    {
		var Popup = document.getElementById('Correcaminos');
        /* get the mouse left position */
        x = event.clientX + document.body.scrollLeft;
        /* get the mouse top position  */
        y = event.clientY + document.body.scrollTop + 35;
        /* display the pop-up */
        Popup.style.display="block";
        /* set the pop-up's left */
        Popup.style.left = x;
        /* set the pop-up's top */
        Popup.style.top = y;
    }
    /* this function hides the pop-up when
     user moves the mouse out of the link */
    function HideCorrecaminos()
    {
		var Popup = document.getElementById('Correcaminos');
        /* hide the pop-up */
        Popup.style.display="none";
    }
//Coyote
function ShowCoyote()
    {
		var Popup = document.getElementById('Coyote');
        /* get the mouse left position */
        x = event.clientX + document.body.scrollLeft;
        /* get the mouse top position  */
        y = event.clientY + document.body.scrollTop + 35;
        /* display the pop-up */
        Popup.style.display="block";
        /* set the pop-up's left */
        Popup.style.left = x;
        /* set the pop-up's top */
        Popup.style.top = y;
    }
    /* this function hides the pop-up when
     user moves the mouse out of the link */
    function HideCoyote()
    {
		var Popup = document.getElementById('Coyote');
        /* hide the pop-up */
        Popup.style.display="none";
    }
	//Jerry
function ShowJerry()
    {
		var Popup = document.getElementById('Jerry');
        /* get the mouse left position */
        x = event.clientX + document.body.scrollLeft;
        /* get the mouse top position  */
        y = event.clientY + document.body.scrollTop + 35;
        /* display the pop-up */
        Popup.style.display="block";
        /* set the pop-up's left */
        Popup.style.left = x;
        /* set the pop-up's top */
        Popup.style.top = y;
    }
    /* this function hides the pop-up when
     user moves the mouse out of the link */
    function HideJerry()
    {
		var Popup = document.getElementById('Jerry');
        /* hide the pop-up */
        Popup.style.display="none";
    }
	//Piolin
function ShowPiolin()
    {
		var Popup = document.getElementById('Piolin');
        /* get the mouse left position */
        x = event.clientX + document.body.scrollLeft;
        /* get the mouse top position  */
        y = event.clientY + document.body.scrollTop + 35;
        /* display the pop-up */
        Popup.style.display="block";
        /* set the pop-up's left */
        Popup.style.left = x;
        /* set the pop-up's top */
        Popup.style.top = y;
    }
    /* this function hides the pop-up when
     user moves the mouse out of the link */
    function HidePiolin()
    {
		var Popup = document.getElementById('Piolin');
        /* hide the pop-up */
        Popup.style.display="none";
    }
	//Pollito
function ShowPollito()
    {
		var Popup = document.getElementById('Pollito');
        /* get the mouse left position */
        x = event.clientX + document.body.scrollLeft;
        /* get the mouse top position  */
        y = event.clientY + document.body.scrollTop + 35;
        /* display the pop-up */
        Popup.style.display="block";
        /* set the pop-up's left */
        Popup.style.left = x;
        /* set the pop-up's top */
        Popup.style.top = y;
    }
    /* this function hides the pop-up when
     user moves the mouse out of the link */
    function HidePollito()
    {
		var Popup = document.getElementById('Pollito');
        /* hide the pop-up */
        Popup.style.display="none";
    }
	//Silvestre
function ShowSilvestre()
    {
		var Popup = document.getElementById('Silvestre');
        /* get the mouse left position */
        x = event.clientX + document.body.scrollLeft;
        /* get the mouse top position  */
        y = event.clientY + document.body.scrollTop + 35;
        /* display the pop-up */
        Popup.style.display="block";
        /* set the pop-up's left */
        Popup.style.left = x;
        /* set the pop-up's top */
        Popup.style.top = y;
    }
    /* this function hides the pop-up when
     user moves the mouse out of the link */
    function HideSilvestre()
    {
		var Popup = document.getElementById('Silvestre');
        /* hide the pop-up */
        Popup.style.display="none";
    }
	//Taz
function ShowTaz()
    {
		var Popup = document.getElementById('Taz');
        /* get the mouse left position */
        x = event.clientX + document.body.scrollLeft;
        /* get the mouse top position  */
        y = event.clientY + document.body.scrollTop + 35;
        /* display the pop-up */
        Popup.style.display="block";
        /* set the pop-up's left */
        Popup.style.left = x;
        /* set the pop-up's top */
        Popup.style.top = y;
    }
    /* this function hides the pop-up when
     user moves the mouse out of the link */
    function HideTaz()
    {
		var Popup = document.getElementById('Taz');
        /* hide the pop-up */
        Popup.style.display="none";
    }
	//Tom
function ShowTom()
    {
		var Popup = document.getElementById('Tom');
        /* get the mouse left position */
        x = event.clientX + document.body.scrollLeft;
        /* get the mouse top position  */
        y = event.clientY + document.body.scrollTop + 35;
        /* display the pop-up */
        Popup.style.display="block";
        /* set the pop-up's left */
        Popup.style.left = x;
        /* set the pop-up's top */
        Popup.style.top = y;
    }
    /* this function hides the pop-up when
     user moves the mouse out of the link */
    function HideTom()
    {
		var Popup = document.getElementById('Tom');
        /* hide the pop-up */
        Popup.style.display="none";
    }
	//Vaca
function ShowVaca()
    {
		var Popup = document.getElementById('Vaca');
        /* get the mouse left position */
        x = event.clientX + document.body.scrollLeft;
        /* get the mouse top position  */
        y = event.clientY + document.body.scrollTop + 35;
        /* display the pop-up */
        Popup.style.display="block";
        /* set the pop-up's left */
        Popup.style.left = x;
        /* set the pop-up's top */
        Popup.style.top = y;
    }
    /* this function hides the pop-up when
     user moves the mouse out of the link */
    function HideVaca()
    {
		var Popup = document.getElementById('Vaca');
        /* hide the pop-up */
        Popup.style.display="none";
    }
