//keywords
var code="code";var url="url";var sub="sub";
//styles
var TOP_STYLE = {"border":0, "shadow":0, "color":{"border":"#877A58", "shadow":"#877A58", "bgON":"#C3C7B4","bgOVER":"#efefef"}, "css":{"ON":"clsCMOn", "OVER":"clsCMVOver"}};
var STYLE1 = {"border":1, "shadow":1, "color":{"border":"#877A58", "shadow":"#877A58", "bgON":"#ffffff","bgOVER":"#C3C7B4"}, "css":{"ON":"clsCMOn", "OVER":"clsCMOver"}};
//items and formats
var H_MENU_ITEMS =
[
	// THE SECOND PARM IN "pos" DEFINES HORIZONTAL BAR'S VERTICAL POSITION ON PAGE
	{"pos":[0,110],"size":[22,125],"itemoff":[0,125],"leveloff":[0,125],"delay":500,"style":TOP_STYLE},
	{code:"&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Home",url:"index.php"},
	{code:"&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;About",
		sub:[
			{"size":[22,160], "itemoff":[24,0], "leveloff":[24,0], "style":STYLE1},
			{code:'&nbsp; Company Information',url:"companyinfo.php"},
			{code:'&nbsp; Testimonials',url:"comingsoon.php"},
			{code:'&nbsp; What\'s New?',url:"news.php"},
			{code:'&nbsp; Powerpoint Presentation',url:"comingsoon.php"},
			{code:'&nbsp; Privacy Policy',url:"privacypolicy.php"},
			{code:'&nbsp; Terms and Policies',url:"terms.php"},
			{code:'&nbsp; Affiliate Program',url:"comingsoon.php"}
			]
	},
	{code:"&nbsp; &nbsp; &nbsp;Services",
		sub:[
			{"size":[22,160], "itemoff":[24,0], "leveloff":[24,0], "style":STYLE1},
			{code:'&nbsp; Video Production',url:"videoproduction.php"},
			{code:'&nbsp; Video Duplication',
				sub:[
				{"size":[22,55],"itemoff":[24,0],"leveloff":[0,165],"style":STYLE1},
				{code:'&nbsp; DVD',url:"dvdduplication.php"},
				{code:'&nbsp; VHS',url:"vhsduplication.php"}
				]
			},
			{code:'&nbsp; Video Samples',url:"samples.php"},
			]
	},
 	{code:"&nbsp; &nbsp; Contact Us",
		sub:[
			{"size":[21,165], "itemoff":[24,0], "leveloff":[24,0], "style":STYLE1},
			{code:'&nbsp; Ask a Question',url:"contactus.php?id=Ask-a-Question"},
			{code:'&nbsp; Send a Comment',url:"contactus.php?id=Send-a-Comment"}
			]
	},
	{code:"&nbsp; &nbsp; &nbsp; &nbsp;Newsletter",
		sub:[
			{"size":[21,180], "itemoff":[24,0], "leveloff":[24,0], "style":STYLE1},
			{code:'&nbsp; About the Newsletter',url:"newsletterinfo.php"},
			{code:'&nbsp; View Newsletters',url:"articlelist.php"},
			{code:'&nbsp; Subscribe / Unsubscribe',url:"newsletterregister.php"}
			]
	},
	{code:"&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Search", url:"isearch2/index.php",target:"_blank"}
];
