
<!--
sniffBrowsers();

menuItemBullet = new bulletPoint('http://www.battersbygolf.com/kb/sub_header_off.gif');
labelBullet = new bulletPoint('http://www.battersbygolf.com/kb/header_on.gif');
subMenuBullet = new bulletPoint('http://www.battersbygolf.com/kb/sub_header_on.gif');

myTest = new menuBar('myTest', 885, 'horizontal', '#000000', '#000000');
myTest.addLabel(null, '&nbsp;&nbsp;Home', 1, 141, '#660000', '#660000', 'index.html', 'left');
myTest.addLabel(null, '&nbsp;&nbsp;About Me', 2, 141, '#660000', '#660000', 'aboutme.html', 'left');
myTest.addLabel(null, '&nbsp;&nbsp;My Approach', 3, 142, '#660000', '#660000', 'myapproach.html', 'left');
myTest.addLabel(null, '&nbsp;&nbsp;Services', 4, 142, '#660000', '#660000', 'services.html', 'left');
myTest.addLabel(null, '&nbsp;&nbsp;Contact', 0, 142, '#660000', '#660000', 'contact.html', 'left');
myTest.addLabel(null, '&nbsp;&nbsp;My Blog', 0, 141, '#660000', '#660000', 'http://battersbygolf.blogspot.com', 'left');
myTest.height = 18;

menus[1] = new menu(135, 'vertical', '#000000', '#000000');
menus[1].height = 16;
menus[1].addItem(null, '&nbsp;&nbsp;&nbsp;&nbsp;Information', null, 135, '#660000', '#660000', 'index.html', 'left');
menus[1].addItem(null, '&nbsp;&nbsp;&nbsp;&nbsp;Appointment', null, 135, '#660000', '#660000', 'contact.html', 'left');
menus[1].addItem(null, '&nbsp;&nbsp;&nbsp;&nbsp;FAQs', null, 135, '#660000', '#660000', 'FAQs.html', 'left');
menus[1].addItem(null, '&nbsp;&nbsp;&nbsp;&nbsp;Links', null, 135, '#660000', '#660000', 'Links.html', 'left');
menus[1].writeMenu();

menus[2] = new menu(121, 'vertical', '#000000', '#000000');
menus[2].height = 16;
menus[2].addItem(null, '&nbsp;&nbsp;&nbsp;&nbsp;History', null, 121, '#660000', '#660000', 'aboutme.html', 'left');
menus[2].addItem(null, '&nbsp;&nbsp;&nbsp;&nbsp;Achievements', null, 121, '#660000', '#660000', 'Record.html', 'left');
menus[2].addItem(null, '&nbsp;&nbsp;&nbsp;&nbsp;Testimonials', null, 121, '#660000', '#660000', 'testimonials.html', 'left');
menus[2].writeMenu();

menus[3] = new menu(125, 'vertical', '#000000', '#000000');
menus[3].height = 16;
menus[3].addItem(null, '&nbsp;&nbsp;&nbsp;&nbsp;Learning', null, 125, '#660000', '#660000', 'myapproach.html', 'left');

menus[3].writeMenu();

menus[4] = new menu(125, 'vertical', '#000000', '#000000');
menus[4].height = 16;
menus[4].addItem(null, '&nbsp;&nbsp;&nbsp;&nbsp;Private Instruction', null, 125, '#660000', '#660000', 'services.html#private', 'left');
menus[4].addItem(null, '&nbsp;&nbsp;&nbsp;&nbsp;Collegiate Training', null, 125, '#660000', '#660000', 'services.html#collegite', 'left');
menus[4].addItem(null, '&nbsp;&nbsp;&nbsp;&nbsp;Juniors', null, 125, '#660000', '#660000', 'services.html#junior', 'left');
menus[4].addItem(null, '&nbsp;&nbsp;&nbsp;&nbsp;2 Day Lessons', null, 125, '#660000', '#660000', 'services.html#2day', 'left');
menus[4].addItem(null, '&nbsp;&nbsp;&nbsp;&nbsp;3 Day Lessons', null, 125, '#660000', '#660000', 'services.html#2day', 'left');
menus[4].addItem(null, '&nbsp;&nbsp;&nbsp;&nbsp;Accommodation', null, 125, '#660000', '#660000', 'lodging.html', 'left');
menus[4].writeMenu();

menus[5] = new menu(125, 'vertical', '#000000', '#000000');
menus[5].height = 16;
menus[5].addItem(null, '&nbsp;&nbsp;&nbsp;&nbsp;Home Gadgets', null, 135, '#660000', '#660000', 'test1.asp', 'left');
menus[5].addItem(null, '&nbsp;&nbsp;&nbsp;&nbsp;Office Gadgets', null, 135, '#660000', '#660000', 'test2.asp', 'left');
menus[5].addItem(null, '&nbsp;&nbsp;&nbsp;&nbsp;Other Gadgets', null, 135, '#660000', '#660000', 'test3.asp', 'left');
menus[5].writeMenu();

menus[6] = new menu(125, 'vertical', '#000000', '#000000');
menus[6].height = 16;
menus[6].addItem(null, '&nbsp;&nbsp;&nbsp;&nbsp;Home Gizmos', null, 135, '#660000', '#660000', 'test1.asp', 'left');
menus[6].addItem(null, '&nbsp;&nbsp;&nbsp;&nbsp;Office Gizmos', null, 135, '#660000', '#660000', 'test2.asp', 'left');
menus[6].addItem(null, '&nbsp;&nbsp;&nbsp;&nbsp;Other Gizmos', null, 135, '#660000', '#660000', 'test3.asp', 'left');
menus[6].writeMenu();


menus[7] = new menu(121, 'vertical', '#000000', '#000000');
menus[7].height = 16;
menus[7].writeMenu();

menus[1].align='left';
menus[2].align='left';
menus[3].align='left';
menus[4].align='right';
menus[5].align='right';
menus[6].align='right';
menus[7].align='right';
//-->

