<!--

// Flash Map Control
function getpage(section) {
	switch (section) {
	
//	case 'gbi':
//		location.href = '/Investment+And+Development/Britain+and+Ireland/';
//		break;
//	case 'ce':
//		location.href = '/Investment+And+Development/Continental+Europe/';
//		break;
//	case 'aus':
//		location.href = '/Investment+And+Development/Australia+Asia+Pacific/';
//		break;
//	case 'amer':
//		location.href = '/Investment+And+Development/Americas/';
//		break;	
case 'gbi':
             location.href = '/Investment+And+Development/Britain+and+Ireland/';        
 break;
         case 'ce':
            location.href = '/Investment+And+Development/Continental+Europe/';        
             break;
        case 'aus':
            location.href = '/Investment+And+Development/Australia/';
        break;
        case 'asia':
             location.href = '/Investment+And+Development/Asia+Pacific/';
         break;
         case 'amer':
            location.href = '/Investment+And+Development/Americas/';
         break;	
		
	}
}


function getpage_fund(section) {
	switch (section) {
	case 'gbi':
             location.href = '/Fund%20Management/Locations/UK/';        
                break;
         case 'ce':
            location.href = '/Fund%20Management/Locations/Continental+Europe/';        
             break;
        case 'aus':
            location.href = '/Fund%20Management/Locations/Australia';
        break;
        case 'asia':
             location.href = '/Fund%20Management/Locations/Asia';
         break;
         case 'amer':
            location.href = '/Fund%20Management/Locations/USA/';
         break;	
		
	}
}


function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function toggleDisplay(x) {
	if (document.getElementById(x).style.display == "none"){
		document.getElementById(x).style.display = "";
	}
	else {
		document.getElementById(x).style.display = "none";		
	}
}

function togglePortfolio() {
	// Off
	if (document.getElementById('ctl00_PortfolioBox1_service').value == 0 ) {
		document.getElementById('asseton').style.display = "none";
		document.getElementById('fundon').style.display = "none";					
	}
	// Inv & Dev
	else if ((document.getElementById('ctl00_PortfolioBox1_service').value == 'Investment' ) || (document.getElementById('ctl00_PortfolioBox1_service').value == 'Development' ) || (document.getElementById('ctl00_PortfolioBox1_service').value == 'All' )) {
		document.getElementById('asseton').style.display = "";
		document.getElementById('fundon').style.display = "none";		
	}
	// Fund
	else {
		document.getElementById('asseton').style.display = "none";
		document.getElementById('fundon').style.display = "";						
	}
	
}	



			
//-->