
var initX       = 1; 
var initY       = 55; 
var backColor   = '#FFFFFF'; 
var borderColor = '#BBBBD9'; 
var borderSize  = 1; 
var itemHeight  = 20;
var xOverlap    = 0;
var yOverlap    = 0;
//

menuContent = new Array ();
if(screen.width==800){
		
		if(IsIE)
			var xx  = 236;
		else
			var xx  = 238;
		var yy  = 62;
	
		
		if(IsIE)
			var xx1  = 317;
		else
			var xx1  = 319;
		var yy1  = 62;

		
		if(IsIE)
			var xx2  = 417;
		else
			var xx2  = 419;
		var yy2  = 62;
		
		if(IsIE)
			var xx3  = 417;
		else
			var xx3  = 419;
		var yy3  = 62;
		
}
if(screen.width==1024){
		
		if(IsIE)
			var xx  = 348;
		else
			var xx  = 350;
		var yy  = 62;
	
		
		if(IsIE)
			var xx1  = 429;
		else
			var xx1  = 431;
		var yy1  = 62;

		
		if(IsIE)
			var xx2  = 529;
		else
			var xx2  = 531;
		var yy2  = 62;
		
		
		if(IsIE)
			var xx3  = 529;
		else
			var xx3  = 531;
		var yy3  = 62;
		
}
if(screen.width==1152){
		
		if(IsIE)
			var xx  = 412;
		else
			var xx  = 414;
		var yy  = 62;
	
		
		if(IsIE)
			var xx1  = 493;
		else
			var xx1  = 495;
		var yy1  = 62;

		
		if(IsIE)
			var xx2  = 593;
		else
			var xx2  = 595;
		var yy2  = 62;
		
		
		if(IsIE)
			var xx3  = 593;
		else
			var xx3  = 595;
		var yy3  = 62;
		
}

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  = 476;
		else
			var xx  = 487;
		var yy  = 62;
	
		
		if(IsIE)
			var xx1  = 557;
		else
			var xx1  = 568;
		var yy1  = 62;

		
		if(IsIE)
			var xx2  = 657;
		else
			var xx2  = 668;
		var yy2  = 62;

		
		if(IsIE)
			var xx3  = 835;
		else
			var xx3  = 846;
		var yy3  = 62;
}


//First Menu
	menuContent [0] = new Array ( 
		-1, 
		-1,
		131,
		xx,
		yy, 
	
		new Array (

		'<img src="graphics/spacer.gif" vspace=5 hspace=3 border="0">IVD Market Summary','ivd_market.html'
		)
	);		
//Second Menu
	menuContent [1] = new Array ( 
		-1, 
		-1,
		126,
		xx1,
		yy1, 
	
		new Array (
				
		'<img src="graphics/spacer.gif" vspace=5 hspace=3 border="0">History','history.html',
		'<img src="graphics/spacer.gif" vspace=5 hspace=3 border="0">Management Team','management.html',
		'<img src="graphics/spacer.gif" vspace=5 hspace=3 border="0">Careers','careers.html'
		)
	);			

//Third Menu
	menuContent [2] = new Array ( 
		-1, 
		-1,
		169,
		xx2,
		yy2, 
	
		new Array (
				
		'<img src="graphics/spacer.gif" vspace=5 hspace=3 border="0">Intelliprobe Immunosensor','intelliprobe.html',
		'<img src="graphics/spacer.gif" vspace=5 hspace=3 border="0">Application Development','application.html',
		'<img src="graphics/spacer.gif" vspace=5 hspace=3 border="0">Technology License','technology.html'
		)
	);
	
//Fourth Menu
	menuContent [3] = new Array ( 
		-1, 
		-1,
		92,
		xx3,
		yy3, 
	
		new Array (
				
		'<img src="graphics/spacer.gif" vspace=5 hspace=3 border="0">Directions','directions.html'
		)
	);	