var initX       = 154; 
var initY       = 40; 
var backColor   = '#000000'; 
var borderColor = '#d3d3d3';  
var borderSize  = 0; 
var itemHeight  = 20;
var xOverlap    = 0;
var yOverlap    = 0;

menuContent = new Array ();
if(screen.width==800)
{
		var xx  = 473;
		var yy  = 200;
		
		var xx1  = 473;
		var yy1  = 211;
		



}

	if(screen.width==1280){
		if(window.ActiveXObject != null){
		var xx  = 560;
		var yy  = 721;
		}else if(window.XMLHttpRequest != null){
			var xx  = 560;
			var yy  = 721;
		}
		var xx1  = 473;
		var yy1  = 211;
		
		var xx2  = 473;
		var yy2  = 233;
		
		var xx3  = 473;
		var yy3 = 255;
		
		

}
	if((screen.width==1280) && (document.getElementById)){
		
		
		var xx1  = 473;
		var yy1  = 211;
		
		var xx2  = 473;
		var yy2  = 233;
		
		var xx3  = 473;
		var yy3 = 255;
		
		

}

if(screen.width==1400){
		var xx  = 473;
		var yy  = 200;
		
		var xx1  = 473;
		var yy1  = 211;
		
		
}


//First Menu
	menuContent [0] = new Array ( 
		-1, 
		-1,
		180,
		xx,
		yy, 
	
		new Array (
				'The Government','government.html',
				'The Opposition','opposition.html',
				'The House of Commons','houseofcommons.html',
				'The House of Lords','houseoflords.html',
				'Regional Assemblies','regionalassemblies.html',
				'UK MEPs','ukmeps.html',
				'Other information','otherinformation.html'
			)
	);
