BLANK_IMAGE = 'images/b.gif';

var ITEMS = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#E3F0FA",	// color of the item border, if any
		shadow:"#C9CACB",	// color of the item shadow, if any
		bgON:"white",		// background color for the items
		bgOVER:"#C5DBED"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};



var MENU_ITEMS = [
	{pos:'relative', itemoff:[0,77], leveloff:[27,0],  "size":[0,0]},
	{code:"<img src='images/nav-home.gif' width='118' height='27' />", url:"index.php", "format":{"itemoff":[0,77],"size":[27,118],
	ocode:"<img src='images/nav-homeb.gif' width='118' height='27' />"
	}
				
	},
	
	{code:"<img src='images/nav-about.gif' width='114' height='27' />",  url:"about.php", "format":{"itemoff":[0,118],"size":[27,114],
	 ocode:"<img src='images/nav-aboutb.gif' width='114' height='27' />"
	}
		
	},
	{code:"<img src='images/nav-services.gif' width=113 height=27/>",   url:"#", "format":{"itemoff":[0,114],"size":[27,113],
	 ocode:"<img src='images/nav-servicesb.gif' width='113' height='27' />"
				},		
				
				sub:[
			{itemoff:[23,0], "style":ITEMS,"size":[24,200] },
			{code:"Copy/Print",  url:"services-copy.php" },
			{code:"Document Scanning & Records to ROM",  url:"services-scanning.php" },			
			{code:"Electronic Data Discovery",  url:"services-data.php" },			
			{code:"Courier Service",  url:"services-courier.php" },
			{code:"Large Format Print",  url:"services-large.php" },			
			{code:"Bindery & Finishing",  url:"services-bindery.php" },
			{code:"On Site Services" , url:"services-onsite.php"},
			{code:"Send A File" , url:"send_file.php"}
					]
	},
	{code:"<img src='images/nav-pricing.gif' width='115' height='27'/>",   url:"pricing.php", "format":{"itemoff":[0,113],"size":[27,115],
	 ocode:"<img src='images/nav-pricingb.gif' width='115' height='27' />"
	}
	},
	{code:"<img src='images/nav-partialclient.gif' width='114' height='27'/>", "format":{"itemoff":[0,115],"size":[27,114],
	 ocode:"<img src='images/nav-partialclientb.gif' width='114' height='27' />"
	},		
				
				sub:[
			{itemoff:[23,0], "style":ITEMS,"size":[24,120] },
						{code:"Video Testimonials" , url:"testimonials.php"},
						{code:"Partial Clients" , url:"clients.php"}
					]
	},
		{code:"<img src='images/nav-contact.gif' width=111 height=27/>",   url:"#", "format":{"itemoff":[0,114],"size":[27,111],
	 ocode:"<img src='images/nav-contactb.gif' width='111' height='27' />"
	},		
				
				sub:[
			{itemoff:[23,0], "style":ITEMS,"size":[24,120] },
			{code:"Contact Info",
				sub:[
					{leveloff:[0,120]},
					{code:"Harrisburg, PA",  url:"harrisburg.php" },
					{code:"Lancaster, PA" , url:"lancaster.php"}
				]
			},
			{code:"Request a Quote",  url:"contact2.php" },
			{code:"Schedule a Pick-Up",  url:"contact3.php" }
				]
	}

	
];
