var STYLE = {	border:1,			// item's border width, pixels; zero means "none"	shadow:0,			// item's shadow size, pixels; zero means "none"	color:{		border:"white",	// colour of the item border, if any		shadow:"#DBD8D1",	// colour of the item shadow, if any		bgON:"#BC0021",		// background colour for the items		bgOVER:"#BC0021"	// background colour 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,130], leveloff:[0,0], style:STYLE, size:[22,225]},		{code:"", url:"#", format:{size:[22,40]}},	{code:"<div style=padding-left:5px>Home</div>", url:"canadianprinter.htm",format:{itemoff:[0,39],size:[22,60]}},	{code:"<div style=padding-left:5px>Subscriptions</div>", url:"#",format:{itemoff:[0,59],size:[22,110]},		sub:[			{"itemoff":[21,0], leveloff:[21,0]},			{code:"<div style=padding-left:5px>Canadian Printer</div>", "url":"https://cornerstonewebmedia.com/CPS-CustomerCare/pub-cpri/",format:{size:[22,130]}},			{code:"<div style=padding-left:5px>Package Printing</div>", "url":"flexo_subscribe.htm",format:{size:[22,130]}},			{code:"<div style=padding-left:5px>E-Newsletter</div>", "url":"newsletter_subscribe.htm",format:{size:[22,130]}}		]	},	{code:"<div style=padding-left:5px>Advertising</div>", url:"#",format:{itemoff:[0,109],size:[22,100]},		sub:[			{"itemoff":[21,0], leveloff:[21,0]},			{code:"<div style=padding-left:5px>2008 Media Kit</div>", "url":"http://www.bizlink.com/PDFs/canprinter_mediakit.pdf",format:{size:[22,145]}}		]	},	{code:"<div style=padding-left:5px>Package Printing</div>", url:"ppic.htm",format:{itemoff:[0,99],size:[22,130]}},	{code:"<div style=padding-left:5px>Current E-Newsletter</div>", url:"http://www.bizlink.com/enewsletters/printer/currentnews.html",format:{itemoff:[0,130],size:[22,155]}},		{code:"<div style=padding-left:5px>Archives</div>", url:"#",format:{itemoff:[0,155],size:[22,90]},		sub:[			{"itemoff":[21,0], leveloff:[21,0]},			{code:"<div style=padding-left:5px>Magazine</div>", "url":"http://www.cdnprinter.rogers.dgtlpub.com",format:{size:[22,120]}},			{code:"<div style=padding-left:5px>E-Newsletter</div>", "url":"newsletter_archives.htm",format:{size:[22,120]}}		]		},	,	{code:"<div style=padding-left:5px>Industry Links</div>", url:"industry_links.htm",format:{itemoff:[0,89],size:[22,120]}},	{code:"<div style=padding-left:5px>Contact Us</div>", url:"contactus.htm",format:{itemoff:[0,119],size:[22,100]}},	{code:"<div style=padding-left:5px>About Us</div>", url:"aboutus.htm",format:{itemoff:[0,99],size:[22,80]}}	];
