    function showFundInfo( idupdate ) {
        switch (idupdate)
        {
        case 'Overview':
          showInfo( idupdate );
          hideInfo( 'Performance' );
          hideInfo( 'Management' );
          hideInfo( 'Composition' );
          hideInfo( 'Risk' );
          hideInfo( 'Fees' );
          hideSection( 'GICS-info' );
          break;
        case 'Performance':
          showInfo( idupdate );
          hideInfo( 'Overview' );
          hideInfo( 'Management' );
          hideInfo( 'Composition' );
          hideInfo( 'Risk' );
          hideInfo( 'Fees' );
          hideSection( 'GICS-info' );
          break;
        case 'Management':
          showInfo( idupdate );
          hideInfo( 'Overview' );
          hideInfo( 'Performance' );
          hideInfo( 'Composition' );
          hideInfo( 'Risk' );
          hideInfo( 'Fees' );
          hideSection( 'GICS-info' );
          break;
        case 'Composition':
          showInfo( idupdate );
          hideInfo( 'Overview' );
          hideInfo( 'Performance' );
          hideInfo( 'Management' );
          hideInfo( 'Risk' );
          hideInfo( 'Fees' );
          showSection( 'GICS-info' );
          break;
        case 'Risk':
          showInfo( idupdate );
          hideInfo( 'Overview' );
          hideInfo( 'Performance' );
          hideInfo( 'Management' );
          hideInfo( 'Composition' );
          hideInfo( 'Fees' );
          hideSection( 'GICS' );
          break;
        case 'Fees':
          showInfo( idupdate );
          hideInfo( 'Overview' );
          hideInfo( 'Performance' );
          hideInfo( 'Management' );
          hideInfo( 'Composition' );
          hideInfo( 'Risk' );
          hideSection( 'GICS-info' );
          break;
        }
    }
    
    function showInfo( idupdate ) {
        
        if(window.location.href.search(/printer/i) < 0){
            //alert('showInfo: '+idupdate);
            if ( (window.location.href.search(/ris/i) > 0) && ( !(idupdate == 'Risk' ))) {
                if (document.getElementById('div'+ idupdate +'') != '') {
                    document.getElementById('div'+ idupdate +'').style.backgroundImage = 'url(/images/designelements/tab-selected.gif)';
                    document.getElementById('a'+ idupdate +'').style.color = '#ffffff';
                    document.getElementById(''+ idupdate +'').style.visibility = 'visible';
                    document.getElementById(''+ idupdate +'').style.display = 'block';
                }
            } else if( (window.location.href.search(/ris/i) > 0) ) {
                    if( (window.location.href.search(/ris/i) > 0) ) {
                        if (document.getElementById('div'+ idupdate +'') != '') {
                            document.getElementById('div'+ idupdate +'').style.backgroundImage = 'url(/images/designelements/tab-selected.gif)';
                            document.getElementById('a'+ idupdate +'').style.color = '#ffffff';
                            document.getElementById(''+ idupdate +'').style.visibility = 'visible';
                            document.getElementById(''+ idupdate +'').style.display = 'block';
                        }
                    }
                
            } else if ( (window.location.href.search(/ptr/i) > 0) && ( !(idupdate == 'Risk' ))) {
                if (document.getElementById('div'+ idupdate +'') != '') {
                    document.getElementById('div'+ idupdate +'').style.backgroundImage = 'url(/images/designelements/tab-selected.gif)';
                    document.getElementById('a'+ idupdate +'').style.color = '#ffffff';
                    document.getElementById(''+ idupdate +'').style.visibility = 'visible';
                    document.getElementById(''+ idupdate +'').style.display = 'block';
                }
            } else if( (window.location.href.search(/ptr/i) > 0) ) {
                
            } else if ( (window.location.href.search(/rfv/i) > 0) && ( !(idupdate == 'Risk' ))) {
                if (document.getElementById('div'+ idupdate +'') != '') {
                    document.getElementById('div'+ idupdate +'').style.backgroundImage = 'url(/images/designelements/tab-selected.gif)';
                    document.getElementById('a'+ idupdate +'').style.color = '#ffffff';
                    document.getElementById(''+ idupdate +'').style.visibility = 'visible';
                    document.getElementById(''+ idupdate +'').style.display = 'block';
                }
            } else if( (window.location.href.search(/rfv/i) > 0) ) {
                
            } else if ( (window.location.href.search(/ros/i) > 0) && ( !(idupdate == 'Risk' ))) {
                if (document.getElementById('div'+ idupdate +'') != '') {
                    document.getElementById('div'+ idupdate +'').style.backgroundImage = 'url(/images/designelements/tab-selected.gif)';
                    document.getElementById('a'+ idupdate +'').style.color = '#ffffff';
                    document.getElementById(''+ idupdate +'').style.visibility = 'visible';
                    document.getElementById(''+ idupdate +'').style.display = 'block';
                }
            } else if( (window.location.href.search(/ros/i) > 0) ) {
                
            } else if ( (window.location.href.search(/rgd/i) > 0) && ( !(idupdate == 'Risk' ))) {
                if (document.getElementById('div'+ idupdate +'') != '') {
                    document.getElementById('div'+ idupdate +'').style.backgroundImage = 'url(/images/designelements/tab-selected.gif)';
                    document.getElementById('a'+ idupdate +'').style.color = '#ffffff';
                    document.getElementById(''+ idupdate +'').style.visibility = 'visible';
                    document.getElementById(''+ idupdate +'').style.display = 'block';
                }
            } else if( (window.location.href.search(/rgd/i) > 0) ) {
                
            } else if ( (window.location.href.search(/rip/i) > 0) && ( !(idupdate == 'Risk')) ) {
                if (document.getElementById('div'+ idupdate +'') != '') {
                    document.getElementById('div'+ idupdate +'').style.backgroundImage = 'url(/images/designelements/tab-selected.gif)';
                    document.getElementById('a'+ idupdate +'').style.color = '#ffffff';
                    document.getElementById(''+ idupdate +'').style.visibility = 'visible';
                    document.getElementById(''+ idupdate +'').style.display = 'block';
                }
            } else if( (window.location.href.search(/rip/i) > 0) ) {
                
            } else if ( (window.location.href.search(/rmi/i) > 0) && ( !(idupdate == 'Risk' ) ) ) {
                if (document.getElementById('div'+ idupdate +'') != '') {
                    document.getElementById('div'+ idupdate +'').style.backgroundImage = 'url(/images/designelements/tab-selected.gif)';
                    document.getElementById('a'+ idupdate +'').style.color = '#ffffff';
                    document.getElementById(''+ idupdate +'').style.visibility = 'visible';
                    document.getElementById(''+ idupdate +'').style.display = 'block';
                }
            } else if( (window.location.href.search(/rmi/i) > 0) ) {
                
            } else if ( (window.location.href.search(/rsm/i) > 0) && ( !(idupdate == 'Risk' ) ) ) {
                if (document.getElementById('div'+ idupdate +'') != '') {
                    document.getElementById('div'+ idupdate +'').style.backgroundImage = 'url(/images/designelements/tab-selected.gif)';
                    document.getElementById('a'+ idupdate +'').style.color = '#ffffff';
                    document.getElementById(''+ idupdate +'').style.visibility = 'visible';
                    document.getElementById(''+ idupdate +'').style.display = 'block';
                }
            } else if( (window.location.href.search(/rsm/i) > 0) ) {
                
            } else {
                if (document.getElementById('div'+ idupdate +'') != '') {
                    document.getElementById('div'+ idupdate +'').style.backgroundImage = 'url(/images/designelements/tab-selected.gif)';
                    document.getElementById('a'+ idupdate +'').style.color = '#ffffff';
                    document.getElementById(''+ idupdate +'').style.visibility = 'visible';
                    document.getElementById(''+ idupdate +'').style.display = 'block';
                }
            }
        }
    }
    
    function hideInfo( idupdate ) {
        if(window.location.href.search(/printer/i) < 0){
            //alert('hideInfo: '+idupdate);
            if ( (window.location.href.search(/ris/i) > 0) && ( !(idupdate == 'Risk' ) ) ) {         
                if (document.getElementById('div'+ idupdate +'') != '') {
                    document.getElementById('div'+ idupdate +'').style.backgroundImage = 'url(/images/designelements/tab.gif)';
                    document.getElementById('a'+ idupdate +'').style.color = '';
                    document.getElementById(''+ idupdate +'').style.visibility = 'hidden';
                    document.getElementById(''+ idupdate +'').style.display = 'none';
                }
            } else if ( (window.location.href.search(/ptr/i) > 0) && ( !(idupdate == 'Risk' )) ) {          
                if (document.getElementById('div'+ idupdate +'') != '') {
                    document.getElementById('div'+ idupdate +'').style.backgroundImage = 'url(/images/designelements/tab.gif)';
                    document.getElementById('a'+ idupdate +'').style.color = '';
                    document.getElementById(''+ idupdate +'').style.visibility = 'hidden';
                    document.getElementById(''+ idupdate +'').style.display = 'none';
                }
            } else if( (window.location.href.search(/ptr/i) > 0) ) {
                
            } else if ( (window.location.href.search(/rfv/i) > 0) && ( !(idupdate == 'Risk' )) ) {          
                if (document.getElementById('div'+ idupdate +'') != '') {
                    document.getElementById('div'+ idupdate +'').style.backgroundImage = 'url(/images/designelements/tab.gif)';
                    document.getElementById('a'+ idupdate +'').style.color = '';
                    document.getElementById(''+ idupdate +'').style.visibility = 'hidden';
                    document.getElementById(''+ idupdate +'').style.display = 'none';
                }
            } else if( (window.location.href.search(/rfv/i) > 0) ) {
                
            } else if ( (window.location.href.search(/ros/i) > 0) && ( !(idupdate == 'Risk' ) ) ) { 
                if (document.getElementById('div'+ idupdate +'') != '') {
                    document.getElementById('div'+ idupdate +'').style.backgroundImage = 'url(/images/designelements/tab.gif)';
                    document.getElementById('a'+ idupdate +'').style.color = '';
                    document.getElementById(''+ idupdate +'').style.visibility = 'hidden';
                    document.getElementById(''+ idupdate +'').style.display = 'none';
                }
            } else if( (window.location.href.search(/ros/i) > 0) ) {
                
            } else if ( (window.location.href.search(/rgd/i) > 0) && ( !(idupdate == 'Risk' ) ) ) { 
                if (document.getElementById('div'+ idupdate +'') != '') {
                    document.getElementById('div'+ idupdate +'').style.backgroundImage = 'url(/images/designelements/tab.gif)';
                    document.getElementById('a'+ idupdate +'').style.color = '';
                    document.getElementById(''+ idupdate +'').style.visibility = 'hidden';
                    document.getElementById(''+ idupdate +'').style.display = 'none';
                }
            } else if( (window.location.href.search(/rgd/i) > 0) ) {
                
            } else if ( (window.location.href.search(/rip/i) > 0) && ( !(idupdate == 'Risk')) ) {   
                if (document.getElementById('div'+ idupdate +'') != '') {
                    document.getElementById('div'+ idupdate +'').style.backgroundImage = 'url(/images/designelements/tab.gif)';
                    document.getElementById('a'+ idupdate +'').style.color = '';
                    document.getElementById(''+ idupdate +'').style.visibility = 'hidden';
                    document.getElementById(''+ idupdate +'').style.display = 'none';
                }
            } else if( (window.location.href.search(/rip/i) > 0) ) {
                
            } else if ( (window.location.href.search(/rmi/i) > 0) && ( !(idupdate == 'Risk' ) ) ) { 
                if (document.getElementById('div'+ idupdate +'') != '') {
                    document.getElementById('div'+ idupdate +'').style.backgroundImage = 'url(/images/designelements/tab.gif)';
                    document.getElementById('a'+ idupdate +'').style.color = '';
                    document.getElementById(''+ idupdate +'').style.visibility = 'hidden';
                    document.getElementById(''+ idupdate +'').style.display = 'none';
                }
            } else if( (window.location.href.search(/rmi/i) > 0) ) {
                
            } else if ( (window.location.href.search(/rsm/i) > 0) && ( !(idupdate == 'Risk' ) ) ) { 
                if (document.getElementById('div'+ idupdate +'') != '') {
                    document.getElementById('div'+ idupdate +'').style.backgroundImage = 'url(/images/designelements/tab.gif)';
                    document.getElementById('a'+ idupdate +'').style.color = '';
                    document.getElementById(''+ idupdate +'').style.visibility = 'hidden';
                    document.getElementById(''+ idupdate +'').style.display = 'none';
                }
            } else if( (window.location.href.search(/rsm/i) > 0) ) {
                
            } else if ( (window.location.href.search(/rmm/i) > 0) && ( !(idupdate == 'Risk' ) ) ) {         
                if (document.getElementById('div'+ idupdate +'') != '') {
                    document.getElementById('div'+ idupdate +'').style.backgroundImage = 'url(/images/designelements/tab.gif)';
                    document.getElementById('a'+ idupdate +'').style.color = '';
                    document.getElementById(''+ idupdate +'').style.visibility = 'hidden';
                    document.getElementById(''+ idupdate +'').style.display = 'none';
                }
            } else if( (window.location.href.search(/rmm/i) > 0) ) {
                
            } else {
                if (document.getElementById('div'+ idupdate +'') != '') {
                    document.getElementById('div'+ idupdate +'').style.backgroundImage = 'url(/images/designelements/tab.gif)';
                    document.getElementById('a'+ idupdate +'').style.color = '';
                    document.getElementById(''+ idupdate +'').style.visibility = 'hidden';
                    document.getElementById(''+ idupdate +'').style.display = 'none';
                }
            }
        }
    }
