function reelcapacityShow(x, y, mnuname) {
	z_index++;
	var MenuItems = null;
	var miindex= 0;
	var index= z_index;

	MenuItems = new Array();
	miindex=0;
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem1",0,0,73,31,0,0,null,0,null,new LMBranch("0","../index.html"),null,null,"./reelcapacity/menuitem0.gif","./reelcapacity/menuitem0_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem2",73,0,140,31,0,0,null,0,null,new LMBranch("0","./reels_home.html"),null,null,"./reelcapacity/menuitem1.gif","./reelcapacity/menuitem1_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem3",213,0,169,31,0,0,null,0,null,new LMBranch("0","./reels_capacity.html"),null,null,"./reelcapacity/menuitem2.gif","./reelcapacity/menuitem2_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem4",382,0,91,31,0,0,null,0,null,new LMBranch("0","./reel_prices.html"),null,null,"./reelcapacity/menuitem3.gif","./reelcapacity/menuitem3_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem5",473,0,143,31,0,0,null,0,null,new LMBranch("0","../hose_reel_contact.html"),null,null,"./reelcapacity/menuitem4.gif","./reelcapacity/menuitem4_over.gif",null);
	var reelcapacity_MNU1 = new LMMenu(mnuname,x+0,y+0,616,31,1,0,null,0,null,MenuItems,1);
	LMObjects[objindex++]= reelcapacity_MNU1;

	RegisterMainMenu(reelcapacity_MNU1);

	ReIndexMenu(reelcapacity_MNU1, index);

}

