	function showFundInfo( idupdate ) {
		switch (idupdate)
		{
		case 'Overview':
		  showInfo( idupdate );
		  hideInfo( 'Performance' );
		  hideInfo( 'Management' );
		  hideInfo( 'Composition' );
		  hideInfo( 'Risk' );
		  hideInfo( 'Fees' );
		  break;
		case 'Performance':
		  showInfo( idupdate );
		  hideInfo( 'Overview' );
		  hideInfo( 'Management' );
		  hideInfo( 'Composition' );
		  hideInfo( 'Risk' );
		  hideInfo( 'Fees' );
		  break;
		case 'Management':
		  showInfo( idupdate );
		  hideInfo( 'Overview' );
		  hideInfo( 'Performance' );
		  hideInfo( 'Composition' );
		  hideInfo( 'Risk' );
		  hideInfo( 'Fees' );
		  break;
		case 'Composition':
		  showInfo( idupdate );
		  hideInfo( 'Overview' );
		  hideInfo( 'Performance' );
		  hideInfo( 'Management' );
		  hideInfo( 'Risk' );
		  hideInfo( 'Fees' );
		  break;
		case 'Risk':
		  showInfo( idupdate );
		  hideInfo( 'Overview' );
		  hideInfo( 'Performance' );
		  hideInfo( 'Management' );
		  hideInfo( 'Composition' );
		  hideInfo( 'Fees' );
		  break;
		case 'Fees':
		  showInfo( idupdate );
		  hideInfo( 'Overview' );
		  hideInfo( 'Performance' );
		  hideInfo( 'Management' );
		  hideInfo( 'Composition' );
		  hideInfo( 'Risk' );
		  break;
		}
	}
	
	function showInfo( idupdate ) {
		if(window.location.href.search(/printer/i) < 0){
			//alert('showInfo: '+idupdate);
			if ( (window.location.href.search(/rfv/i) > 0) && ( (idupdate == 'Overview') || (idupdate == 'Performance') || (idupdate == 'Management') || (idupdate == 'Composition') || (idupdate == 'Fees') ) ) {
				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(/ris/i) > 0) && ( (idupdate == 'Overview') || (idupdate == 'Performance') || (idupdate == 'Management') || (idupdate == 'Composition') || (idupdate == 'Fees') ) ) {
				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(/risk/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 == 'Overview') || (idupdate == 'Performance') || (idupdate == 'Management') || (idupdate == 'Composition') || (idupdate == 'Fees') ) ) {
				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(/rap/i) > 0) && ( (idupdate == 'Overview') || (idupdate == 'Performance') || (idupdate == 'Management') || (idupdate == 'Composition') || (idupdate == 'Fees') ) ) {
				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(/rap/i) > 0) ) {
			  	
			} else if ( (window.location.href.search(/rmm/i) > 0) && ( (idupdate == 'Overview') || (idupdate == 'Management') || (idupdate == 'Fees') ) ) {
				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(/rmm/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(/rfv/i) > 0) && ( (idupdate == 'Overview') || (idupdate == 'Performance') || (idupdate == 'Management') || (idupdate == 'Composition') || (idupdate == 'Fees') ) ) {			
				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(/ris/i) > 0) && ( (idupdate == 'Overview') || (idupdate == 'Performance') || (idupdate == 'Management') || (idupdate == 'Composition') || (idupdate == 'Fees') ) ) {			
				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(/ris/i) > 0) ) {
				
			} else if ( (window.location.href.search(/ptr/i) > 0) && ( (idupdate == 'Overview')|| (idupdate == 'Performance') || (idupdate == 'Management') || (idupdate == 'Composition') || (idupdate == 'Fees') ) ) {			
				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(/rap/i) > 0) && ( (idupdate == 'Overview') || (idupdate == 'Performance') || (idupdate == 'Management') || (idupdate == 'Composition') || (idupdate == 'Fees') ) ) {			
				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(/rap/i) > 0) ) {
				
			} else if ( (window.location.href.search(/rmm/i) > 0) && ( (idupdate == 'Overview') || (idupdate == 'Management') || (idupdate == 'Fees') ) ) {			
				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';
				}
			}
		}
	}