sniffBrowsers();

menuItemBullet = new bulletPoint("bullets/one/menu_off.gif","bullets/one/menu_on.gif");
labelBullet = new bulletPoint("bullets/one/header_off.gif","bullets/one/header_on.gif");

ahNavBar= new menuBar('ahNavBar', 839, 'horizontal', null, null);
ahNavBar.addLabel('images/bar_1home.gif', null, 'Home', null, 78, null, null, 'index.html', 'left');
ahNavBar.addLabel('images/bar_2aboutus.gif', null, 'Location', 1, 115, null, null, 'location.html', 'left');
ahNavBar.addLabel('images/bar_3services.gif', null, 'Properties', 2, 105, null, null, 'properties.html', 'left');
ahNavBar.addLabel('images/bar_4portfolio.gif', null, 'Why Albania', 3, 188, null, null, 'whyalbania.html', 'left');
ahNavBar.addLabel('images/bar_5employment.gif', null, 'Availability', 4, 143, null, null, 'flatfinder.html', 'left');
ahNavBar.addLabel('images/bar_6links.gif', null, 'Contact Us', null, 86, null, null, 'contact.html', 'left');
ahNavBar.addLabel('images/bar_7contact.gif', null, 'Investment', null, 124, null, null, 'investment.html', 'left');
ahNavBar.height = 22;

menus[1] = new menu(175, 'vertical', null, null, 'images/bar_1shadow.gif');
menus[1].height = 16;
menus[1].addItem('menuItemBullet', 'Masterplan1', null, 175, '#ffc600', '#cd9f00', 'masterplan1.html', 'left');
menus[1].addItem('menuItemBullet', 'Masterplan2', null, 175, '#ffc600', '#cd9f00', 'masterplan2.html', 'left');
menus[1].addItem('menuItemBullet', 'Road Map', null, 175, '#ffc600', '#cd9f00', 'roadmap.html', 'left');



menus[1].writeMenu();

menus[2] = new menu(145, 'vertical', null, null, 'images/bar_2shadow.gif');
menus[2].height = 16;

menus[2].addItem('menuItemBullet', 'Description', null, 145, '#ffc600', '#cd9f00', 'description.html', 'left');
menus[2].addItem('menuItemBullet', 'Galery', null, 145, '#ffc600', '#cd9f00', 'galery.html', 'left');
menus[2].writeMenu();













menus[1].align='left';
menus[2].align='left';
menus[3].align='left';
menus[4].align='left';

