

var initX       = 1; 
var initY       = 55; 
var backColor   = '#D8EBFD'; 
var borderColor = '#094982'; 
var borderSize  = 1; 
var itemHeight  = 24;
var xOverlap    = 0;
var yOverlap    = 0;
//

menuContent = new Array ();
if(screen.width==800){

		if(IsIE)
			var xx  = 335;
		else
			var xx  = 335;
		var yy  = 167;

}
if(screen.width==1024){

		if(IsIE)
			var xx  = 442;
		else
			var xx  = 445;
		var yy  = 167;
		
}
if(screen.width==1152){
		
		if(IsIE)
			var xx  = 506;
		else
			var xx  = 508;
		var yy  = 167;
		
}
if((screen.width==1280)||(screen.width==1400)||(screen.width==1440)||(screen.width==1600)||(screen.width==1680)||(screen.width==1856)||(screen.width==1900)||(screen.width==1920)||(screen.width==1940)||(screen.width==1980)||(screen.width==2000)||(screen.width==2048)){

	
		if(IsIE)
			var xx  = 570;
		else
			var xx  = 581;
		var yy  = 167;
}


//First Menu
	menuContent [0] = new Array ( 
		-1, 
		-1,
		141,
		xx,
		yy, 
	
		new Array (
				

		'<img src="graphics/spacer.gif" vspace=5 hspace=3 border="0">Investment Philosophy','investment_philosophy.htm',
		'<img src="graphics/spacer.gif" vspace=5 hspace=3 border="0">Investment Criteria','investment_criteria.htm'
		)
	);
		