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 BUSINESS MENU ****************************

BusinessMenu = new menuBar('business',800, 'horizontal', '#FFFFFF', '#FFFFFF');
BusinessMenu.addLabel('menuItemBullet', 'Collections', 9, 150, offColourBusiness, onColourBusiness, '/redirect.htm?redirect=1&surface=1', 'self', 'center');
BusinessMenu.addLabel('menuItemBullet', 'Features', 10, 150, offColourBusiness, onColourBusiness, '/businessFeatures.htm', 'self', 'center');
BusinessMenu.addLabel('menuItemBullet', 'Warranties', 11, 150, offColourBusiness, onColourBusiness, '/warranties_com.htm', 'self', 'center');
BusinessMenu.addLabel('labelBullet', 'Backing Options', 12, 150, offColourBusiness, onColourBusiness, '/backing_options.htm', 'self', 'center');
BusinessMenu.addLabel('labelBullet', 'Installation and Care', 13, 200, offColourBusiness, onColourBusiness, '/installation_recommendations.htm', 'self', 'center');

BusinessMenu.height = 20;


menus[9] = new menu(150, 'vertical', '#000000', '#000000');
menus[9].writeMenu();


menus[10] = new menu(150, 'vertical', '#000000', '#000000');
menus[10].height = 20;
menus[10].addItem('menuItemBullet', 'Zipperlock', null, 150, offColour, onColour, '/vsRoom/Files/ZipperLock.pdf', 'new', 'left');
menus[10].addItem('menuItemBullet', 'Scoured & Extracted', null, 150, offColour, onColour, '/vsRoom/Files/Scoured&Extracted.pdf', 'new', 'left');
menus[10].addItem('menuItemBullet', 'BioFresh', null, 150, offColour, onColour, '/vsRoom/Files/BioFresh.pdf', 'new', 'left');
menus[10].addItem('menuItemBullet', 'UniColor', null, 150, offColour, onColour, '/vsRoom/Files/UniColor.pdf', 'new', 'left');
menus[10].addItem('menuItemBullet', 'Ultrel:indelible', null, 150, offColour, onColour, '/vsRoom/Files/IndelibleKrausinsert.pdf', 'new', 'left');
menus[10].addItem('menuItemBullet', 'ReflexWave', null, 150, offColour, onColour, '/vsRoom/Files/reflexWave.pdf', 'new', 'left');
menus[10].writeMenu();

menus[11] = new menu(150, 'vertical', '#000000', '#000000');
menus[11].writeMenu();

menus[12] = new menu(150, 'vertical', '#000000', '#000000');
menus[12].height = 20;
menus[12].addItem('menuItemBullet', 'CushionBac18', null, 150, offColour, onColour, '/backing_options.htm', 'self', 'left');
menus[12].addItem('menuItemBullet', 'Spillguard', null, 150, offColour, onColour, '/backing_options.htm', 'self', 'left');
menus[12].writeMenu();

menus[13] = new menu(240, 'vertical', '#000000', '#000000');
menus[13].height = 20;
menus[13].addItem('menuItemBullet', 'Installation Recommendations', null, 220, offColour, onColour, '/installation_recommendations.htm', 'self', 'left');
menus[13].addItem('menuItemBullet', 'Maintenance Recommendations', null, 220, offColour, onColour, '/maintenance_recommendations.htm', 'self', 'left');
menus[13].addItem('menuItemBullet', 'Kraus Modular Tile Installation', null, 220, offColour, onColour, '/VSRoom/Files/Kraus_Modular_Tile_Installation.pdf', 'new', 'left');
menus[13].addItem('menuItemBullet', 'Tile Adhesive Spec', null, 220, offColour, onColour, '/VSRoom/Files/Tile Adhesive Spec.pdf', 'new', 'left');
menus[13].addItem('menuItemBullet', 'ecoFUSION Installation Instructions', null, 220, offColour, onColour, '/VSRoom/Files/ecoFUSION_Installation_Instructions_1103.pdf', 'new', 'left');
menus[13].addItem('menuItemBullet', 'ECOFusion Flyer (Eng)', null, 220, offColour, onColour, '/VSRoom/Files/ecoFusionFlyer_ENG_FINAL.pdf', 'new', 'left');
menus[13].addItem('menuItemBullet', 'ECOFusion Flyer (Fra)', null, 220, offColour, onColour, '/VSRoom/Files/ecoFusionFlyer_FRE_FINAL.pdf', 'new', 'left');
menus[13].addItem('menuItemBullet', 'SmartTile Installation Instructions', null, 220, offColour, onColour, '/VSRoom/Files/SmartTile_Installation_Instructions_1106.pdf', 'new', 'left');
menus[13].addItem('menuItemBullet', 'EuroTile Installation Instructions', null, 220, offColour, onColour, '/VSRoom/Files/EuroTile_Installation_Instructions_1106.pdf', 'new', 'left');
menus[13].writeMenu();


menus[9].align='left';
menus[10].align='left';
menus[11].align='left';
menus[12].align='left';
menus[13].align='right';

