
var initX       = 1; 
var initY       = 55; 
var backColor   = '#257EBB'; 
var borderColor = '#1D589B'; 
var borderSize  = 1; 
var itemHeight  = 22;
var xOverlap    = 0;
var yOverlap    = 0;
//

menuContent = new Array ();
if(screen.width==800){
		var xx  = 149;
		var yy  = 151;
}
if(screen.width==1024){
		var xx  = 250;
		var yy  = 151;
}
if(screen.width==1152){
		var xx  = 290;
		var yy  = 151;
}
if(screen.width==1280){

		var xx  = 441;
		var yy  = 151;
}
if(screen.width==1400){
		var xx  = 441;
		var yy  = 151;
}

if(screen.width==1680){
		var xx  = 441;
		var yy  = 151;
}
if(screen.width==1856){

		var xx  = 441;
		var yy  = 151;
}

if(screen.width==1900){

		var xx  = 441;
		var yy  = 151;
}

if(screen.width==1920){

		var xx  = 441;
		var yy  = 151;	
}

if(screen.width==1940){

		var xx  = 441;
		var yy  = 151;
}

if(screen.width==1980){

		var xx  = 441;
		var yy  = 151;
}

if(screen.width==2000){

		var xx  = 441;
		var yy  = 151;
	
}

if(screen.width==2048){

		var xx  = 441;
		var yy  = 151;
		
}


//First Menu
	menuContent [0] = new Array ( 
		-1, 
		-1,
		115,
		xx,
		yy, 
	
		new Array (
				
		'<img src="graphics/spacer.gif" vspace=5 hspace=3 border="0">Contract Services',SiteUrl+'contract_service.asp',
		'<img src="graphics/spacer.gif" vspace=5 hspace=3 border="0">Logistics',SiteUrl+'logistics.asp'
	/*	,'<img src="graphics/spacer.gif" vspace=5 hspace=3 border="0">Services3',SiteUrl+'service3.asp',
		'<img src="graphics/spacer.gif" vspace=5 hspace=3 border="0">Services4',SiteUrl+'service4.asp',
		'<img src="graphics/spacer.gif" vspace=5 hspace=3 border="0">Services5',SiteUrl+'service5.asp',
		'<img src="graphics/spacer.gif" vspace=5 hspace=3 border="0">Services6',SiteUrl+'service6.asp',
		'<img src="graphics/spacer.gif" vspace=5 hspace=3 border="0">Services7',SiteUrl+'service7.asp',
		'<img src="graphics/spacer.gif" vspace=5 hspace=3 border="0">Services8',SiteUrl+'service8.asp'
		*/		
		)
	);
		