
var initX       = 1; 
var initY       = 55; 
var backColor   = '#AC0000'; 
var borderColor = '#DC0000'; 
var borderSize  = 1; 
var itemHeight  = 20;
var xOverlap    = 0;
var yOverlap    = 0;
var xx  = 240;
var yy  = 156;
var xx1 = 240;
var yy1 = 245;
var siteUrl="http://www.persuasioncg.com/";
//var siteUrl="http://192.168.0.2/~team01/pmg-persmark/";
menuContent = new Array ();
if(screen.width==800)
{
		var xx  = 240;
		var yy  = 156;
		var xx1 = 240;
		var yy1 = 245;
				
}

if(screen.width==1024)
{
		var xx  = 353;
		var yy  = 155;
		var xx1 = 353;
		var yy1 = 244;
}

if(screen.width==1152)
{
		var xx  = 417;
		var yy  = 155;
		var xx1 = 417;
		var yy1 = 245;
}

if(screen.width==1280)
{
		var xx  = 480;
		var yy  = 155;
		var xx1 = 480;
		var yy1 = 245;
}

if(screen.width==1400)
{
		var xx  = 500;
		var yy  = 155;
		var xx1 = 500;
		var yy1 = 245;
}

if(screen.width==1600)
{
		var xx  = 500;
		var yy  = 155;
		var xx1 = 500;
		var yy1 = 245;
}

//First Menu
	menuContent [0] = new Array ( 
		-1, 
		-1,
		280,
		xx,
		yy, 
	
		new Array (
				
				'<img src="'+siteUrl+'graphics/spacer.gif" vspace=2 hspace=2 border="0">Communications',siteUrl+'main/pages/index.php?pagename=communications',
				'<img src="'+siteUrl+'graphics/spacer.gif" vspace=2 hspace=2 border="0">Marketing',siteUrl+'main/pages/index.php?pagename=marketing',
				'<img src="'+siteUrl+'graphics/spacer.gif" vspace=2 hspace=2 border="0">Web/E-commerce, Interactive and Design',siteUrl+'main/pages/index.php?pagename=design'
				
		)
	);
	
	//Second Menu
	menuContent [1] = new Array ( 
		-1, 
		-1,
		260,
		xx1,
		yy1, 
	
		new Array (
				
				'<img src="'+siteUrl+'graphics/spacer.gif" vspace=2 hspace=2 border="0" alt="Brand Identity and Marketing Collateral" title="Brand Identity and Marketing Collateral">Brand Identity and Marketing Collateral',siteUrl+'main/portfolio/index.php?pagename=brand',
				'<img src="'+siteUrl+'graphics/spacer.gif" vspace=2 hspace=2 border="0" alt="Online and Interactive Solutions" title="Online and Interactive Solutions">Online and Interactive Solutions',siteUrl+'main/portfolio/index.php?pagename=online'
				
		)
	);
	