//keywords

var code="code";var url="url";var sub="sub";

//styles

var defcolor = {"border":"#cccccc", "shadow":"#DBD8D1", "bgON":"#cc0000","bgOVER":"#000000", "imagebg":"#DBD8D1", "oimagebg":"#B6BDD2"};

var defcss = {"ON":"clsCMOn", "OVER":"clsCMOver"};

var defcssTop = {"ON":"clsCMTopOn", "OVER":"clsCMTopOver"};

var defdivider = {"ON":"clsCMdivider", "OVER":"clsCMdivider"};

var TOP = {"border":1, "borders":[0,0,1,0], "shadow":0, "color":defcolor, "css":defcssTop};

var STYLE1 = {"border":1, "borders":[1,0,1,0], "shadow":0, "color":defcolor, "css":defcss};

var STYLE_TOP = {"border":1, "borders":[1,1,1,0], "shadow":0, "color":defcolor, "css":defcss};

var STYLE_BOTT = {"border":1, "borders":[1,0,1,1], "shadow":0, "color":defcolor, "css":defcss};

var STYLE_NONE = {"border":0, "borders":[0,0,0,0], "shadow":0, "color":defcolor, "css":defcss};

var DIVIDER = {"border":0, "borders":[1,1,0,1], "shadow":0, "color":defcolor, "css":defdivider};

//items and formats

is=new bw_check(); 

if ((is.ie)&&(is.mac)){

offsetx=10;

offsety=15;

} else {

offsetx=0;

offsety=0;

}

var MENU_ITEMS =

[

	{"pos":"relative", "size":[20,70], "itemoff":[20,0], "imgsize":[16,27], "leveloff":[20+offsety,0+offsetx], "delay":600, "image":"images/spacer.gif", "imgsize":[1,1], "arrow":"images/spacer.gif", "arrsize":[0,0],  "style":TOP},

	

	{code:"Overview", "format":{"size":[20,69], "arrow":null, "image":null, "style":TOP,"itemoff":[0,0]}, url:"/about/",

		sub:[

			{"size":[20,140], "itemoff":[20,0], "arrow":null, "leveloff":[0,0], "style":STYLE1, "image":null},

			{code:'&nbsp;Overview', "format":{"style":STYLE_TOP}, url:"/about/"},

			{code:'&nbsp;Location',  url:"/about/location.html"},

			{code:'&nbsp;Contact Us',  url:"/about/contact.php"},			

			{code:'&nbsp;Awards', "format":{"style":STYLE_BOTT},  url:"/about/awards.html"}

			]

	},

	{code:"Products", "format":{"size":[20,73], "arrow":null, "image":null, "style":TOP,"itemoff":[0,69]}, url:"/products/",

		sub:[

			{"size":[20,140], "itemoff":[20,0], "arrow":null, "leveloff":[0,0], "style":STYLE1, "image":null},

			{code:'&nbsp;Booklets', "format":{"style":STYLE_TOP}, url:"/products/booklets.html"},

			{code:'&nbsp;Coupons', url:"/products/index.html"},

			{code:'&nbsp;Labels - Standard', url:"/products/labels_stand.html"},

			{code:'&nbsp;Labels - Special', url:"/products/labels_spec.html"},	

			{code:'&nbsp;Labels - Synthetic /<br>&nbsp;&nbsp;&nbsp; Specialty Foils', "format":{"size":[32,140]}, url:"/products/labels_synth.html"},		

			{code:'&nbsp;Stamps', "format":{"itemoff":[32,0]}, url:"/products/stamps.html"},								{code:'&nbsp;Integrated Cards', "format":{"style":STYLE_BOTT}, url:"/products/integrated_card.html"}

			]

	},

	{code:"Promotions", "format":{"size":[20,87], "arrow":null, "image":null, "style":TOP,"itemoff":[0,73]}, url:"/promotions/",

		sub:[

			{"size":[20,140], "itemoff":[20,0], "arrow":null, "leveloff":[0,0], "style":STYLE1, "image":null},

			{code:'&nbsp;Promotional Coupons', "format":{"style":STYLE_TOP}, url:"/promotions/index.html"},

			{code:'&nbsp;Membership / <br>&nbsp;&nbsp;&nbsp;Subscription Cards', "format":{"size":[32,140]}, url:"/promotions/card_broch.html"},

			{code:'&nbsp;Heat or Cool &amp; Reveal', "format":{"itemoff":[32,0]}, url:"/promotions/heat_cool.html"},

			{code:'&nbsp;Neck Tags', url:"/promotions/neck_tags.html"},

			{code:'&nbsp;Scratch &amp Win', url:"/promotions/scratch.html"},

			{code:'&nbsp;Shelf Wobblers', url:"/promotions/shelf_wobblers.html"},

			{code:'&nbsp;Tattoos',  url:"/promotions/tattoos.html"},

			{code:'&nbsp;Promotional Labels', "format":{"style":STYLE_BOTT}, url:"/promotions/labels.html"}

			]

	},

	

	{code:"Technologies", "format":{"size":[20,87], "arrow":null, "image":null, "style":TOP, "itemoff":[0,87]}, url:"/technologies/",

		sub:[

			{"size":[20,123], "itemoff":[20,0], "arrow":null, "leveloff":[0,0], "style":STYLE1, "image":null},

			{code:'&nbsp;Rotary Letterpress', "format":{"style":STYLE_TOP}, url:"/technologies/index.html"},

			{code:'&nbsp;Offset Print', url:"/technologies/offset_print.html"},

			{code:'&nbsp;Screen Printing', url:"/technologies/screen_printing.html"},

			{code:'&nbsp;Pre-press', url:"/technologies/pre_press.html"},

			{code:'&nbsp;Variable Printing', "format":{"style":STYLE_BOTT}, url:"/technologies/variable_printing.html"}

			]

	},



	{code:"Contact Us", "format":{"size":[20,87], "arrow":null, "image":null, "style":TOP,"itemoff":[0,87]},

		url:"/about/contact.php"

	},

];