BLANK_IMAGE = 'images/spacer.gif';

var STYLEZ = 
{
};

var MENU_ITEMS = [
	{pos:[28,10], itemoff:[0,00], leveloff:[0,0], style:STYLEZ, size:[0,0]},
	{
	 	url:"lightweight-hats.php",
		code:"<img class='menu_img' alt='Collection' width='77' height='11' name='shophats' src='images/shophats1.gif' border='0'>",
	 	ocode:"<img class='menu_img' alt='Collection' width='77' height='11' name='shophats' src='images/shophats2.gif' border='0'>",
	 	pos:'relative',
	 	itemoff:[20,0],
	 	size:[11,77],
		sub:[
			{itemoff:[25,0],style:STYLEZ,leveloff:[19,0],size:[25,191]},
			{
			 	url:"lightweight-hats.php",
				code:"<img class='menu_img' alt='Women's Lightweight Hats' width='191' height='25' name='light' src='images/light1.gif' border='0'>",
	 			ocode:"<img class='menu_img' alt='Women's Lightweight Hats' width='191' height='25' name='light' src='images/light2.gif' border='0'>"
	 		},
		
			{
			 	url:"fleece-hats.php",
				code:"<img class='menu_img' alt='Women's Fleece Hats' width='191' height='25' name='fleece' src='images/fleece1.gif' border='0'>",
				ocode:"<img class='menu_img' alt='Women's Fleece Hats' width='191' height='25' name='fleece' src='images/fleece2.gif' border='0'>"
			},

			{
			 	url:"childrens-hats.php",
				code:"<img class='menu_img' alt='Children's Fleece Hats' width='191' height='25' name='children' src='images/children1.gif' border='0'>",
				ocode:"<img class='menu_img' alt='Children's Fleece Hats' width='191' height='25' name='children' src='images/children2.gif' border='0'>"
			}
			]	
	},

	{
	 	url:"about.php",
		code:"<img class='menu_img' alt='Info' width='33' height='11' name='info' src='images/info1.gif' border='0'>",
	 	ocode:"<img class='menu_img' alt='Info' width='33' height='11' name='info' src='images/info2.gif' border='0'>",
	 	pos:'relative',
	 	pos:'relative',
	 	itemoff:[0,132],
	 	size:[11,33],
		sub:[
			{itemoff:[25,0],style:STYLEZ,leveloff:[19,-30],size:[25,155]},
			{
			 	url:"about.php",
				code:"<img class='menu_img' alt='About Wizbang' width='155' height='25' name='aboutwb' src='images/aboutwb1.gif' border='0'>",
	 			ocode:"<img class='menu_img' alt='About Wizbang' width='155' height='25' name='aboutwb' src='images/aboutwb2.gif' border='0'>"
	 		},
		
			{
			 	url:"http://wizbanghats.wordpress.com",target:'_blank',
				code:"<img class='menu_img' alt='Blog' width='155' height='25' name='blog' src='images/blog1.gif' border='0'>",
				ocode:"<img class='menu_img' alt='Blog' width='155' height='25' name='blog' src='images/blog2.gif' border='0'>"
			},

			{
			 	url:"faq.php",
				code:"<img class='menu_img' alt='Frequently Asked Questions' width='155' height='25' name='faq' src='images/faq1.gif' border='0'>",
				ocode:"<img class='menu_img' alt='Frequently Asked Questions' width='155' height='25' name='faq' src='images/faq2.gif' border='0'>"
			},
			{
			 	url:"washing.php",
				code:"<img class='menu_img' alt='Washing Instructions' width='155' height='25' name='wash' src='images/wash1.gif' border='0'>",
				ocode:"<img class='menu_img' alt='Washing Instructions' width='155' height='25' name='wash' src='images/wash2.gif' border='0'>"
			}
			]	
	},

	{
	 	url:"stores.php",
		code:"<img class='menu_img' alt='Stores' width='46' height='11' name='stores' src='images/stores1.gif' border='0'>",
	 	ocode:"<img class='menu_img' alt='Stores' width='46' height='11' name='stores' src='images/stores2.gif' border='0'>",
	 	pos:'relative',
	 	itemoff:[0,105],
	 	size:[11,46]
	},

	{
	 	url:"contact.php",
		code:"<img class='menu_img' alt='Contact Us' width='59' height='11' name='contact' src='images/contact1.gif' border='0'>",
	 	ocode:"<img class='menu_img' alt='Contact Us' width='59' height='11' name='contact' src='images/contact2.gif' border='0'>",
	 	pos:'relative',
	 	itemoff:[0,113],
	 	size:[11,59]
	},
	{
	 	url:"cart.php",
		code:"<img class='menu_img' alt='View Your Shopping Cart' width='27' height='23' name='contact' src='images/cart1.gif' border='0'>",
	 	ocode:"<img class='menu_img' alt='View Your Shopping Cart' width='27' height='23' name='contact' src='images/cart2.gif' border='0'>",
	 	pos:'relative',
	 	itemoff:[-6,84],
	 	size:[23,27]
	}
];


