sniffBrowsers();
/* Henry asked no bullet images July 09 2009
menuItemBullet = new bulletPoint("/menu/images/bullets/menu_off.gif","/menu/images/bullets/menu_on.gif");
labelBullet = new bulletPoint("/menu/images/bullets/header_off.gif","/menu/images/bullets/header_on.gif");
subMenuBullet = new bulletPoint("/menu/images/bullets/sub_header_off.gif","/menu/images/bullets/sub_header_on.gif");
*/
menuItemBullet = new bulletPoint("/menu/images/shim.gif","/menu/images/shim.gif");
labelBullet = new bulletPoint("/menu/images/shim.gif","/menu/images/shim.gif");
subMenuBullet = new bulletPoint("/menu/images/shim.gif","/menu/images/shim.gif");


//***************** CARPET FOR HOME MENU ****************************

HomeMenu = new menuBar('home',800, 'horizontal', '#FFFFFF', '#FFFFFF');
HomeMenu.addLabel('menuItemBullet', 'Collections', 14, 150, offColourHome, onColourHome, '/redirect.htm?redirect=1&surface=2', 'self', 'center');
HomeMenu.addLabel('menuItemBullet', 'Family Series', 15, 150, offColourHome, onColourHome, '/familySeries.htm', 'self', 'center');
HomeMenu.addLabel('menuItemBullet', 'Features', 16, 150, offColourHome, onColourHome, '/carpetForHome_Features.htm', 'self', 'center');
HomeMenu.addLabel('menuItemBullet', 'Warranties', 17, 150, offColourHome, onColourHome, '/warranties_res.htm', 'self', 'center');
HomeMenu.addLabel('labelBullet', 'Installation and Care', 18, 200, offColourHome, onColourHome, '/maintenance_recommendations_res.htm', 'self', 'center');
HomeMenu.height = 20;


menus[14] = new menu(150, 'vertical', '#000000', '#000000');
menus[14].writeMenu();

menus[15] = new menu(150, 'vertical', '#000000', '#000000');
menus[15].writeMenu();

menus[16] = new menu(150, 'vertical', '#000000', '#000000');
menus[16].writeMenu();

menus[17] = new menu(150, 'vertical', '#000000', '#000000');
menus[17].writeMenu();


menus[18] = new menu(220, 'vertical', '#000000', '#000000');
menus[18].height = 20;
menus[18].addItem('menuItemBullet', 'Maintenance Recommendations', null, 220, offColour, onColour, '/maintenance_recommendations_res.htm', 'self', 'left');
menus[18].writeMenu();

menus[14].align='left';
menus[15].align='left';
menus[16].align='left';
menus[17].align='left';
menus[18].align='right';
