<!--
        var current = 'mail'
        if (document.images) { // Active Images

                // Main Navi Menu                
              
                ishangoon = new Image();
                ishangoon.src = "../../images/fr/topnav/ishango_on.gif"; 

                ishangooff = new Image(); 
                ishangooff.src = "../../images/fr/topnav/ishango_off.gif"; 
				
				introductionon = new Image();
                introductionon.src = "../../images/fr/topnav/section_ishango/introduction_down_on.gif"; 

                introductionoff = new Image(); 
                introductionoff.src = "../../images/fr/topnav/section_ishango/introduction_down_off.gif"; 
				
				introductionnexton = new Image();
                introductionnexton.src = "../../images/fr/topnav/section_ishango/introduction_down_on_next.gif"; 

                introductionnextoff = new Image(); 
                introductionnextoff.src = "../../images/fr/topnav/section_ishango/introduction_down_off_next.gif"; 
				
				riddleon = new Image();
                riddleon.src = "../../images/fr/topnav/section_ishango/riddle_down_on.gif"; 

                riddleoff = new Image(); 
                riddleoff.src = "../../images/fr/topnav/section_ishango/riddle_down_off.gif";
				
				riddlenexton = new Image();
                riddlenexton.src = "../../images/fr/topnav/section_ishango/riddle_down_on_next.gif"; 

                riddlenextoff = new Image(); 
                riddlenextoff.src = "../../images/fr/topnav/section_ishango/riddle_down_off_next.gif";
				
				inmapon = new Image();
                inmapon.src = "../../images/fr/topnav/section_ishango/in_map_down_on.gif"; 

                inmapoff = new Image(); 
                inmapoff.src = "../../images/fr/topnav/section_ishango/in_map_down_off.gif"; 
				
				inmapnexton = new Image();
                inmapnexton.src = "../../images/fr/topnav/section_ishango/in_map_down_on_next.gif"; 

                inmapnextoff = new Image(); 
                inmapnextoff.src = "../../images/fr/topnav/section_ishango/in_map_down_off_next.gif"; 
				
				discovereron = new Image();
                discovereron.src = "../../images/fr/topnav/section_ishango/discoverer_down_on.gif"; 

                discovereroff = new Image(); 
                discovereroff.src = "../../images/fr/topnav/section_ishango/discoverer_down_off.gif";
				
				discoverernexton = new Image();
                discoverernexton.src = "../../images/fr/topnav/section_ishango/discoverer_down_on_next.gif"; 

                discoverernextoff = new Image(); 
                discoverernextoff.src = "../../images/fr/topnav/section_ishango/discoverer_down_off_next.gif";
				
				exhibitionon = new Image();
                exhibitionon.src = "../../images/fr/topnav/exhibition_on.gif"; 

                exhibitionoff = new Image(); 
                exhibitionoff.src = "../../images/fr/topnav/exhibition_off.gif"; 
				
				practicalon = new Image();
                practicalon.src = "../../images/fr/topnav/section_exhibition/practical_down_on.gif"; 

                practicaloff = new Image(); 
                practicaloff.src = "../../images/fr/topnav/section_exhibition/practical_down_off.gif"; 
				
				practicalnexton = new Image();
                practicalnexton.src = "../../images/fr/topnav/section_exhibition/practical_down_on_next.gif"; 

                practicalnextoff = new Image(); 
                practicalnextoff.src = "../../images/fr/topnav/section_exhibition/practical_down_off_next.gif"; 
				
				operationon = new Image();
                operationon.src = "../../images/fr/topnav/section_exhibition/operation_down_on.gif"; 

                operationoff = new Image(); 
                operationoff.src = "../../images/fr/topnav/section_exhibition/operation_down_off.gif"; 
				
				operationnexton = new Image();
                operationnexton.src = "../../images/fr/topnav/section_exhibition/operation_down_on_next.gif"; 

                operationnextoff = new Image(); 
                operationnextoff.src = "../../images/fr/topnav/section_exhibition/operation_down_off_next.gif"; 
				
				qtvron = new Image();
                qtvron.src = "../../images/fr/topnav/section_exhibition/qtvr_down_on.gif"; 

                qtvroff = new Image(); 
                qtvroff.src = "../../images/fr/topnav/section_exhibition/qtvr_down_off.gif"; 
				
				qtvrnexton = new Image();
                qtvrnexton.src = "../../images/fr/topnav/section_exhibition/qtvr_down_on_next.gif"; 

                qtvrnextoff = new Image(); 
                qtvrnextoff.src = "../../images/fr/topnav/section_exhibition/qtvr_down_off_next.gif"; 
				
				presson = new Image();
                presson.src = "../../images/fr/topnav/section_exhibition/press_down_on.gif"; 

                pressoff = new Image(); 
                pressoff.src = "../../images/fr/topnav/section_exhibition/press_down_off.gif"; 
				
				pressnexton = new Image();
                pressnexton.src = "../../images/fr/topnav/section_exhibition/press_down_on_next.gif"; 

                pressnextoff = new Image(); 
                pressnextoff.src = "../../images/fr/topnav/section_exhibition/press_down_off_next.gif"; 
				
				moreon = new Image();
                moreon.src = "../../images/fr/topnav/section_exhibition/more_down_on.gif"; 

                moreoff = new Image(); 
                moreoff.src = "../../images/fr/topnav/section_exhibition/more_down_off.gif"; 
				
				morenexton = new Image();
                morenexton.src = "../../images/fr/topnav/section_exhibition/more_down_on_next.gif"; 

                morenextoff = new Image(); 
                morenextoff.src = "../../images/fr/topnav/section_exhibition/more_down_off_next.gif";
				
				arrowrighton = new Image();
                arrowrighton.src = "../../images/arrowright_on.gif"; 

                arrowrightoff = new Image(); 
                arrowrightoff.src = "../../images/arrowright.gif";
				
				arrowlefton = new Image();
                arrowlefton.src = "../../images/arrowleft_on.gif"; 

                arrowleftoff = new Image(); 
                arrowleftoff.src = "../../images/arrowleft.gif";
		}

// Function to 'activate' images.
function imgOn(imgName)
{
        if (document.images)
        {
                document [imgName].src = eval(imgName + "on.src");
        }
}

// Function to 'deactivate' images.
function imgOff(imgName)
{
        if (document.images)
        {
                document [imgName].src = eval(imgName + "off.src");
        }
}

// -->
