
sniffBrowsers();

menuItemBullet = new bulletPoint("images/buttons/home.gif","bullets/one/menu_on.gif");
labelBullet = new bulletPoint("images/buttons/home.gif","bullets/one/header_on.gif");
subMenuBullet = new bulletPoint("images/buttons/home.gif","bullets/one/sub_header_on.gif");

//Main Buttons
button1 = new bulletPoint("../images/buttons/homeover.gif", "../images/buttons/homeover.gif");
button2 = new bulletPoint("../images/buttons/tripplanner.gif", "../images/buttons/tripplannerover.gif");
button3 = new bulletPoint("../images/buttons/communities.gif","../images/buttons/communitiesover.gif");
button4 = new bulletPoint("../images/buttons/viewbyway.gif","../images/buttons/viewbywayover.gif");
button5 = new bulletPoint("../images/buttons/share_expover.gif","../images/buttons/share_expover.gif");
button6 = new bulletPoint("../images/buttons/bywayfriends.gif", "../images/buttons/bywayfriendsover.gif");


//Sub Menus
//Commnuities Sub Menu

alliance = new bulletPoint("../images/buttons/towns/alliance.gif","../images/buttons/towns/allianceover.gif");
anselmo = new bulletPoint("../images/buttons/towns/anselmo.gif", "../images/buttons/towns/anselmoover.gif");
ansley = new bulletPoint("../images/buttons/towns/ansley.gif", "../images/buttons/towns/ansleyover.gif");
bingham = new bulletPoint("../images/buttons/towns/bingham.gif", "../images/buttons/towns/binghamover.gif");
brokenbow = new bulletPoint("../images/buttons/towns/brokenbow.gif", "../images/buttons/towns/brokenbowover.gif");
cairo = new bulletPoint("../images/buttons/towns/cairo.gif", "../images/buttons/towns/cairoover.gif");
dunning = new bulletPoint("../images/buttons/towns/dunning.gif", "../images/buttons/towns/dunningover.gif");
grandIsland = new bulletPoint("../images/buttons/towns/grandisland.gif", "../images/buttons/towns/grandislandover.gif");
halsey = new bulletPoint("../images/buttons/towns/halsey.gif", "../images/buttons/towns/halseyover.gif");
hyannis = new bulletPoint("../images/buttons/towns/hyannis.gif", "../images/buttons/towns/hyannisover.gif");
litchfield = new bulletPoint("../images/buttons/towns/litchfield.gif", "../images/buttons/towns/litchfieldover.gif");
merna = new bulletPoint("../images/buttons/towns/merna.gif", "../images/buttons/towns/mernaover.gif");
mullen = new bulletPoint("../images/buttons/towns/mullen.gif", "../images/buttons/towns/mullenover.gif");
ravenna = new bulletPoint("../images/buttons/towns/ravenna.gif", "../images/buttons/towns/ravennaover.gif");
seneca = new bulletPoint("../images/buttons/towns/seneca.gif", "../images/buttons/towns/senecaover.gif");
thedford = new bulletPoint("../images/buttons/towns/thedford.gif", "../images/buttons/towns/thedfordover.gif");

//Membership Sub menues
memlinks = new bulletPoint("../images/buttons/mem_links.gif","../images/buttons/mem_linksover.gif");
applymem = new bulletPoint("../images/buttons/apply_mem.gif","../images/buttons/apply_memover.gif");


myTest = new menuBar('myTest',483, 'horizontal');
myTest.targetType = 'self';
myTest.targetFrame = '_self';
myTest.addLabel('button1', '', 1, 70, '', '', 'http://www.sandhillsjourney.com/', 'left');
myTest.addLabel('button2', '', 2, 88, '', '', 'http://www.sandhillsjourney.com/tripplanner', 'left');
myTest.addLabel('button3', '', 3, 95, '', '', 'http://www.sandhillsjourney.com/Communities', 'left');
myTest.addLabel('button4', '', 4, 100, '', '', 'http://www.sandhillsjourney.com/ViewTheByway', 'left');
myTest.addLabel('button5', '', 5, 100, '', '', 'http://www.sandhillsjourney.com/photocontest', 'left');
myTest.addLabel('button6', '', 6, 88, '', '', 'http://www.sandhillsjourney.com/BywayFriends', 'left');
myTest.height = 23;

menus[1] = new menu(135, 'vertical', '#000000', '#000000');
menus[1].height = 16;
//menus[1].addItem('menuItemBullet', 'Our History', null, 135, '#6666ff', '#0000aa', 'test1.asp', 'left');
//menus[1].addItem('menuItemBullet', 'Investor Information', null, 135, '#6666ff', '#0000aa', 'test2.asp', 'left');
//menus[1].addItem('menuItemBullet', 'Recruitment', null, 135, '#6666ff', '#0000aa', 'test3.asp', 'left');
menus[1].writeMenu();

menus[2] = new menu(125, 'vertical', '#000000', '#000000');
menus[2].height = 16;
//menus[2].addItem('menuItemBullet', 'Design', null, 125, '#6666ff', '#0000aa', 'test1.asp', 'left');
//menus[2].addItem('menuItemBullet', 'Consultancy', null, 125, '#6666ff', '#0000aa', 'test2.asp', 'left');
//menus[2].addItem('menuItemBullet', 'Installation', null, 125, '#6666ff', '#0000aa', 'test3.asp', 'left');
menus[2].targetType = 'self';
menus[2].targetFrame = '_self';
menus[2].writeMenu();


menus[3] = new menu(70, 'vertical', null, null);
menus[3].height = 16;
menus[3].targetType = 'self';
menus[3].targetFrame = '_self';

menus[3].addItem('alliance', '', null, 100, '', '', 'http://www.sandhillsjourney.com/Alliance', 'right');
menus[3].addItem('anselmo', '', null, 100, '', '', 'http://www.sandhillsjourney.com/Anselmo', 'right');
menus[3].addItem('ansley', '', null, 100, '', '', 'http://www.sandhillsjourney.com/Ansley', 'right');
menus[3].addItem('bingham', '', null, 100, '', '', 'http://www.sandhillsjourney.com/Bingham', 'right')
menus[3].addItem('brokenbow', '', null, 100, '', '', 'http://www.sandhillsjourney.com/BrokenBow', 'right' );
menus[3].addItem('cairo', '', null, 100, '', '', 'http://www.sandhillsjourney.com/Cairo', 'right');
menus[3].addItem('dunning', '', null, 100, '', '', 'http://www.sandhillsjourney.com/Dunning', 'left');
menus[3].addItem('grandIsland', '', null, 100, '', '', 'http://www.sandhillsjourney.com/Grandisland', 'right');
menus[3].addItem('halsey', '', null, 100, '', '', 'http://www.sandhillsjourney.com/Halsey', 'right');
menus[3].addItem('hyannis', '', null, 100, '', '', 'http://www.sandhillsjourney.com/Hyannis', 'right');
menus[3].addItem('litchfield', '', null, 100, '', '', 'http://www.sandhillsjourney.com/Litchfield', 'right');
menus[3].addItem('merna', '', null, 100, '', '', 'http://www.sandhillsjourney.com/Merna', 'right');
menus[3].addItem('mullen', '', null, 100, '', '', 'http://www.sandhillsjourney.com/Mullen', 'right');
menus[3].addItem('ravenna', '', null, 100, '', '', 'http://www.sandhillsjourney.com/Ravenna', 'right');
menus[3].addItem('seneca', '', null, 100, '', '', 'http://www.sandhillsjourney.com/Seneca', 'right');
menus[3].addItem('thedford', '', null, 100, '', '', 'http://www.sandhillsjourney.com/Thedford', 'right');
menus[3].writeMenu();



menus[4] = new menu(70, 'vertical', null, null);
menus[4].height = 16;
menus[4].targetType = 'self';
menus[4].targetFrame = '_self';
menus[4].writeMenu();


menus[5] = new menu(70, 'vertical', null, null);
menus[5].height = 16;
menus[5].targetType = 'self';
menus[5].targetFrame = '_self';
menus[5].writeMenu();

menus[6] = new menu(70, 'vertical', null, null);
menus[6].height = 16;
menus[6].targetType = 'self';
menus[6].targetFrame = '_self';
menus[6].addItem('memlinks', '', null, 120, '', '', 'http://www.sandhillsjourney.com/BywayFriends', 'center');
menus[6].addItem('applymem', '', null, 120, '', '', 'http://www.sandhillsjourney.com/memberapp', 'center');
menus[6].writeMenu();


menus[1].align='left';
menus[2].align='left';
menus[3].align='left';
menus[4].align='left';
menus[5].align='left';
menus[6].align='left';

