var initX       = 200; 
var initY       = 55; 
var backColor   = '#023E6C'; 
var borderColor = '#5799CA'; 
var borderSize  = '1'; 
var itemHeight  = 18;
var xOverlap    = 0;
var yOverlap    = 0;
//

/* Start: Resolutions other than those handled below */

var xx =370;
var yy= 35;
var xx1=472;
var yy1=35;
var xx2=663;
var yy2=35;

/* End: Resolutions other than those handled below */

menuContent = new Array ();

if(screen.width==800)
{
var xx =130;
var yy= 35;
var xx1=233;
var yy1=35;
var xx2=423;
var yy2=35;
}

if(screen.width==1024)
{

var xx =242;
var yy= 35;
var xx1=345;
var yy1=35;
var xx2=535;
var yy2=35;
}

if(screen.width==1152)
{
var xx =306;
var yy= 35;
var xx1=409;
var yy1=35;
var xx2=600;
var yy2=35;

}
if(screen.width==1280)
{
var xx =370;
var yy= 35;
var xx1=472;
var yy1=35;
var xx2=663;
var yy2=35;
}
if(screen.width==1400)
{
var xx =370;
var yy= 35;
var xx1=472;
var yy1=35;
var xx2=663;
var yy2=35;
}
if(screen.width==1600)
{
var xx =370;
var yy= 35;
var xx1=472;
var yy1=35;
var xx2=663;
var yy2=35;
}
if(screen.width==1856)
{
var xx =370;
var yy= 35;
var xx1=472;
var yy1=35;
var xx2=663;
var yy2=35;
}
if(screen.width==1920)
{
var xx =370;
var yy= 35;
var xx1=472;
var yy1=35;
var xx2=663;
var yy2=35;
}
if(screen.width==2048)
{
var xx =370;
var yy= 35;
var xx1=472;
var yy1=35;
var xx2=663;
var yy2=35;
}

menuContent [0] = new Array ( 
-1, 
-1,
100,
xx,
yy, 
new Array (
'&nbsp;Recent Work', jsSiteUrl + 'index.php?action=showContent&contentId=14',
'&nbsp;Commercial', jsSiteUrl + 'index.php?action=showContent&contentId=4',
'&nbsp;Portrait', jsSiteUrl + 'index.php?action=showContent&contentId=5',
'&nbsp;Fine Art', jsSiteUrl + 'index.php?action=showContent&contentId=6'
));
	if(true == _conf_ecom_checkout){
		var mnu_ecom = 		new Array (
			'&nbsp;View Cart', jsSiteUrl + 'ecom/index.php?tplaction=viewcart',
			'&nbsp;Checkout', jsSiteUrl + 'ecom/index.php?tplaction=account',
			'&nbsp;License Options', jsSiteUrl + 'index.php?action=showContent&contentId=15',
			'&nbsp;Frame Options', jsSiteUrl + 'index.php?action=showContent&contentId=16',
			'&nbsp;My Lightbox', jsSiteUrl + 'ecom/index.php?tplaction=wishlist&productid=0',
			'&nbsp;Order History', jsSiteUrl 			+ 'ecom/index.php?tplaction=ordertrack'
		);
	}else{
		var mnu_ecom = 		new Array (
			'&nbsp;View Cart', jsSiteUrl + 'ecom/index.php?tplaction=viewcart',
			'&nbsp;License Options', jsSiteUrl + 'index.php?action=showContent&contentId=15',
			'&nbsp;Frame Options', jsSiteUrl + 'index.php?action=showContent&contentId=16',
			'&nbsp;My Lightbox', jsSiteUrl + 'ecom/index.php?tplaction=wishlist&productid=0',
			'&nbsp;Order History', jsSiteUrl 			+ 'ecom/index.php?tplaction=ordertrack'
		);
	}

menuContent [1] = new Array ( 
-1, 
-1,
110,
xx1,
yy1, 
mnu_ecom);
if(is_logged_in=="yes"){
		var mnu_profile = 		new Array (
			'&nbsp;Idea Exchange', 	jsSiteUrl+'resourcelibrary/index.php',
			'&nbsp;Calendar', 			jsSiteUrl+'calendar/index.php',
			'&nbsp;Discussion Area', 		jsSiteUrl+'discussionforum/index.php',
			'&nbsp;Polling', 		jsSiteUrl+'polling/index.php',
			'&nbsp;Chat', 			'javascript:launch_web_messenger()',
			'&nbsp;View Profile', 		jsSiteUrl+'manageuser/index.php',
			'&nbsp;Edit Profile',		jsSiteUrl+'manageuser/index.php?action=editProfile',
			'&nbsp;Change Password',	jsSiteUrl+'manageuser/index.php?action=changePass'
		);

	}else{
		var mnu_profile = 		new Array (
			'&nbsp;Idea Exchange', 	jsSiteUrl+'resourcelibrary/index.php',
			'&nbsp;Calendar', 			jsSiteUrl+'calendar/index.php',
			'&nbsp;Discussion Area', 		jsSiteUrl+'discussionforum/index.php',
			'&nbsp;Polling', 		jsSiteUrl+'polling/index.php'
		);
	}
menuContent [2] = new Array ( 
-1, 
-1,
123,
xx2,
yy2, 
mnu_profile
);

