//Menu object creation
objMenu=new makeCM("objMenu")

objMenu.frames = 0

var menuXWidth = 13;

var offsetX = null;
if (offsetX < 0) offsetX = 0;

//Menu properties
objMenu.pxBetween=0
objMenu.fromTop=146
objMenu.rows=1
objMenu.menuPlacement="center"
                                                             
objMenu.offlineRoot=""
objMenu.onlineRoot=""
objMenu.resizeCheck=1 
objMenu.wait=350
objMenu.zIndex=0

//Background bar properties
objMenu.useBar=0
objMenu.barWidth="480"
objMenu.barHeight="5" 
objMenu.barClass="clBar"
objMenu.barX=0 
objMenu.barY=0
objMenu.barBorderX=0
objMenu.barBorderY=0
objMenu.barBorderClass=""

//Level properties - ALL properties have to be specified in level 0
objMenu.level[0]=new cm_makeLevel() //Add this for each new level
objMenu.level[0].width=80
objMenu.level[0].height=25
objMenu.level[0].regClass="clLevel0"
objMenu.level[0].overClass="clLevel0over"
objMenu.level[0].borderX=1
objMenu.level[0].borderY=1
objMenu.level[0].borderClass="clLevel0border"
objMenu.level[0].offsetX=0
objMenu.level[0].offsetY=3
objMenu.level[0].rows=0
objMenu.level[0].align="bottom"
objMenu.level[0].filter="progid:DXImageTransform.Microsoft.Fade(duration=.4) progid:DXImageTransform.Microsoft.Alpha(opacity=87)"

objMenu.level[1]=new cm_makeLevel()
objMenu.level[1].width=260
objMenu.level[1].height=25
objMenu.level[1].borderX=2
objMenu.level[1].borderY=0
objMenu.level[1].regClass="clLevel1"
objMenu.level[1].overClass="clLevel1over"
objMenu.level[1].borderClass="clLevel1border"

// Look below to add and edit links for the menu //

////////////////////////////////////////////////////////////

// Start Home Object //
objMenu.makeMenu('home','','Home','/Main/index.xhtml','',36 + menuXWidth)
// End Home Object //

////////////////////////////////////////////////////////////

// Start Products Object //
objMenu.makeMenu('products','','Products','/Main/Products/products.xhtml','',55 + menuXWidth)
	objMenu.makeMenu('p0','products','<img src="/Main/Images/menuarrow.gif" width="7" height="11" align="absmiddle">&nbsp;La Famiglia DelGrosso Line of Sauces','/Main/Products/products.xhtml','',240)
	objMenu.makeMenu('p10','products','<img src="/Main/Images/menuarrow.gif" width="7" height="11" align="absmiddle">&nbsp;Available At These Fine Stores','/Main/finestores.xhtml.php','',240)
	objMenu.makeMenu('p9','products','<img src="/Main/Images/menuarrow.gif" width="7" height="11" align="absmiddle">&nbsp;Nutritional Facts','/Main/Products/nutrition.xhtml','',240)
	objMenu.makeMenu('p1','products','<img src="/Main/Images/menuarrow.gif" width="7" height="11" align="absmiddle">&nbsp;Uncle Joe\'s Vodka Celebration','/Main/Products/vodka.xhtml','',240)
	objMenu.makeMenu('p2','products','<img src="/Main/Images/menuarrow.gif" width="7" height="11" align="absmiddle">&nbsp;Chef John\'s Tomato Basil Masterpiece','/Main/Products/masterpiece.xhtml','',240)
	objMenu.makeMenu('p3','products','<img src="/Main/Images/menuarrow.gif" width="7" height="11" align="absmiddle">&nbsp;Aunt Linda\'s Arrabbiata Memories','/Main/Products/arrabbiata.xhtml','',240)
	objMenu.makeMenu('p4','products','<img src="/Main/Images/menuarrow.gif" width="7" height="11" align="absmiddle">&nbsp;Uncle Bo\'s Roasted Red Pepper Tour','/Main/Products/tour.xhtml','',240)
	objMenu.makeMenu('p5','products','<img src="/Main/Images/menuarrow.gif" width="7" height="11" align="absmiddle">&nbsp;Uncle Fred\'s Fireworks Sauce','/Main/Products/fireworks.xhtml','',240)
	objMenu.makeMenu('p6','products','<img src="/Main/Images/menuarrow.gif" width="7" height="11" align="absmiddle">&nbsp;Aunt Cindy\'s Sun-Dried Tomato Sonata','/Main/Products/sonata.xhtml','',240)
	objMenu.makeMenu('p7','products','<img src="/Main/Images/menuarrow.gif" width="7" height="11" align="absmiddle">&nbsp;Uncle Jimmy\'s Late Night Puttanesca','/Main/Products/puttanesca.xhtml','',240)
	objMenu.makeMenu('p8','products','<img src="/Main/Images/menuarrow.gif" width="7" height="11" align="absmiddle">&nbsp;Aunt Mary Ann\'s Sunday Marinara','/Main/Products/marinara.xhtml','',240)
	objMenu.makeMenu('productsbottom','products','','','',240,2,'','','menuBottom')
// End Products Object //

////////////////////////////////////////////////////////////

// Start Kitchen Object //
objMenu.makeMenu('kitchen','','Kitchen','/Main/Kitchen/kitchen.xhtml.php','',50 + menuXWidth)
//	objMenu.makeMenu('k1','kitchen','<img src="/Main/Images/menuarrow.gif" width="7" height="11" align="absmiddle">&nbsp;Chef John\'s Corner','page.asp','',160)
//	objMenu.makeMenu('k2','kitchen','<img src="/Main/Images/menuarrow.gif" width="7" height="11" align="absmiddle">&nbsp;User Recipes & Traditions','page.asp','',160)
//	objMenu.makeMenu('k3','kitchen','<img src="/Main/Images/menuarrow.gif" width="7" height="11" align="absmiddle">&nbsp;Recipe Spotlight','page.asp','',160)
//	objMenu.makeMenu('kitchenbottom','kitchen','','','',160,2,'','','menuBottom')
// End Kitchen Object //	

////////////////////////////////////////////////////////////

// Start Store Object //
objMenu.makeMenu('store','','Store','/Main/Store/store.xhtml','',35 + menuXWidth)
	objMenu.makeMenu('s0','store','<img src="/Main/Images/menuarrow.gif" width="7" height="11" align="absmiddle">&nbsp;Welcome to the Family Store','/Main/Store/store.xhtml','',210)
	objMenu.makeMenu('s1','store','<img src="/Main/Images/menuarrow.gif" width="7" height="11" align="absmiddle">&nbsp;La Famiglia DelGrosso Products','http://www.delgrossosauce.com/store/catalog.asp','',210)
	objMenu.makeMenu('s2','store','<img src="/Main/Images/menuarrow.gif" width="7" height="11" align="absmiddle">&nbsp;Your Shopping Cart','http://www.delgrossosauce.com/store/cart.asp','',210)
	objMenu.makeMenu('storebottom','store','','','',160,2,'','','menuBottom')
// End Store Object //

////////////////////////////////////////////////////////////

//Start News Object //
objMenu.makeMenu('news','','News & Events','/Main/news.xhtml','',91 + menuXWidth)
	objMenu.makeMenu('n0','news','<img src="/Main/Images/menuarrow.gif" width="7" height="11" align="absmiddle">&nbsp;News & Events Home','/Main/news.xhtml','',210)
	objMenu.makeMenu('n1','news','<img src="/Main/Images/menuarrow.gif" width="7" height="11" align="absmiddle">&nbsp;Tasty Testimonials','/Main/testimonials.xhtml','',210)
	objMenu.makeMenu('n2','news','<img src="/Main/Images/menuarrow.gif" width="7" height="11" align="absmiddle">&nbsp;Olympians Love La Famiglia DelGrosso','/Main/Olympians.xhtml','',210)
// End News Object //

////////////////////////////////////////////////////////////

// Start Contact Us Object //
objMenu.makeMenu('contact','','Contact Us','/Main/contact.xhtml.php','',67 + menuXWidth)
	objMenu.makeMenu('c0','contact','<img src="/Main/Images/menuarrow.gif" width="7" height="11" align="absmiddle">&nbsp;Contact Information','/Main/contact.xhtml.php','',210)
	objMenu.makeMenu('c1','contact','<img src="/Main/Images/menuarrow.gif" width="7" height="11" align="absmiddle">&nbsp;Where to find La Famiglia DelGrosso','/Main/finestores.xhtml.php','',210)
	objMenu.makeMenu('c2','contact','<img src="/Main/Images/menuarrow.gif" width="7" height="11" align="absmiddle">&nbsp;Submit your Tasty Testimonial','/Main/testimonials.xhtml','',210)
// End Contact Us Object //

////////////////////////////////////////////////////////////

// Start History Object //
objMenu.makeMenu('history','','History','/Main/history.xhtml.php','',44 + menuXWidth)
//	objMenu.makeMenu('h1','history','<img src="/Main/Images/menuarrow.gif" width="7" height="11" align="absmiddle">&nbsp;La Famiglia Story','page.asp','',140)
//	objMenu.makeMenu('h2','history','<img src="/Main/Images/menuarrow.gif" width="7" height="11" align="absmiddle">&nbsp;Timeline','page.asp','',140)
//	objMenu.makeMenu('historybottom','history','','','',140,2,'','','menuBottom')
// End History Object //

////////////////////////////////////////////////////////////

// Start Shopping Cart Object //
objMenu.makeMenu('cart','','<img src="/Main/Images/Home/carticon.jpg" width="18" height="22" alt="Your Shopping Cart">','http://www.delgrossosauce.com/store/cart.asp','',25 + menuXWidth,'','','','clCartLevel','clCartLevel')
// End Shopping Cart Object //

////////////////////////////////////////////////////////////

// Start object is acting as a spacer //
objMenu.makeMenu('','','','','',145 + menuXWidth,'','','','clBlank','clBlank')
// Start object is acting as a spacer //

objMenu.construct()
