var initX       = 1; 
var initY       = 55; 
var backColor   = '#F5BB11'; 
var borderColor = '#CA9803';
var borderSize  = 1; 
var itemHeight  = 23;
var xOverlap    = 0;
var yOverlap    = 0;
//

menuContent = new Array ();
if(screen.width==800){
		var xx  = 699;
		var yy  = 112;
}
if(screen.width==1024){

		var xx  = 812;
		var yy  = 112;
}
if(screen.width==1152){
		var xx  = 875;
		var yy  = 112;
}
if(screen.width==1280){

		var yy  = 112;
		if(IsIE)
			var xx  = 938;
		else
			var xx  = 941;

}
if(screen.width==1400||screen.width==1420||screen.width==1440||screen.width==1460||screen.width==1480){

		var yy  = 112;
		if(IsIE)
			var xx  = 1017;
		else
			var xx  = 1020;
}

if(screen.width==1600||screen.width==1620||screen.width==1640||screen.width==1680){

				var yy  = 112;
		if(IsIE)
			var xx  = 1017;
		else
			var xx  = 1020;
}

if(screen.width==1856){

				var yy  = 112;
		if(IsIE)
			var xx  = 1017;
		else
			var xx  = 1020;
}

if(screen.width==1900||screen.width==1920||screen.width==1940||screen.width==1960||screen.width==1980){

				var yy  = 112;
		if(IsIE)
			var xx  = 1017;
		else
			var xx  = 1020;
}


if(screen.width==2000||screen.width==2020||screen.width==2048){

				var yy  = 112;
		if(IsIE)
			var xx  = 1017;
		else
			var xx  = 1020;
}


//First Menu
	menuContent [0] = new Array ( 
		-1, 
		-1,
		100,
		xx,
		yy, 
	
		new Array (
				
		'<img src="graphics/spacer.gif" vspace=2 hspace=3 border="0">Buyer','#',
		'<img src="graphics/spacer.gif" vspace=2 hspace=3 border="0">Supplier','#'
		)
	);
