sniffBrowsers();

menuItemBullet = new bulletPoint("pxl.jpg","pxl.jpg");
labelBullet = new bulletPoint("pxl.jpg","pxl.jpg");
subMenuBullet = new bulletPoint("px12.jpg","px12.jpg");

myTest = new menuBar('myTest',1000, 'horizontal', '#202020', '#202020');
myTest.addLabel('labelBullet', 'Sell Online', 1, 333, '#202020', '#444343', 'http://www.earthfriendlyecommerce.com', 'center');
//myTest.addLabel('labelBullet', 'Website Design', 2, 200, '#202020', '#444343', 'http://www.studiokarasu.com/professional-websites-quote.html', 'center');
myTest.addLabel('labelBullet', 'Client Portfolio', 2, 333, '#202020', '#444343', 'http://www.studiokarasu.com/custom-website-design.html', 'center');
myTest.addLabel('labelBullet', 'Contact', 3, 333, '#202020', '#444343', 'http://www.studiokarasu.com/website-quote.html', 'center');
myTest.height = 30;

menus[1] = new menu(200, 'vertical', '#333333', '#333333');
menus[1].height = 20;
//menus[1].addItem('menuItemBullet', '', null, 200, '#444343', '#444343', '', 'left');
//menus[1].addItem('menuItemBullet', 'Lite Package', null, 200, '#444343', '#903E3E', 'http://www.studiokarasu.com/small-business-ecommerce-solution.html', 'left');
//menus[1].addItem('menuItemBullet', 'Standard Package', null, 200, '#444343', '#903E3E', 'http://www.studiokarasu.com/affordable-ecommerce-solutions.html', 'left');
//menus[1].addItem('menuItemBullet', 'Professional Package', null, 200, '#444343', '#903E3E', 'http://www.studiokarasu.com/professional-ecommerce-software.html', 'left');
//menus[1].addItem('menuItemBullet', 'Product Comparison', null, 200, '#444343', '#903E3E', 'http://www.studiokarasu.com/ecommerce-software-comparison.html', 'left');
//menus[1].addItem('menuItemBullet', 'SEO Optimization', null, 200, '#444343', '#903E3E', 'http://www.studiokarasu.com/ecommerce.html', 'left');

menus[1].writeMenu();

menus[2] = new menu(200, 'vertical', '#333333', '#333333');
menus[2].height = 20;
//menus[2].addItem('menuItemBullet', '', null, 200, '#444343', '#444343', '', 'left');
//menus[2].addItem('menuItemBullet', 'What we can do', null, 200, '#444343', '#903E3E', 'http://www.studiokarasu.com/our-design.html', 'left');
//menus[2].addItem('menuItemBullet', 'FREE Quote', null, 200, '#444343', '#903E3E', 'http://www.studiokarasu.com/professional-websites-quote.html', 'left');
//menus[2].addItem('menuItemBullet', 'Client Showcase', null, 200, '#444343', '#903E3E', 'http://www.studiokarasu.com/custom-website-design.html', 'left');
menus[2].writeMenu();

menus[3] = new menu(200, 'vertical', '#333333', '#333333');
menus[3].height = 20;
//menus[3].addItem('menuItemBullet', '', null, 200, '#444343', '#444343', '', 'left');
//menus[3].addItem('menuItemBullet', 'Ecommerce Help (Coming Soon)', null, 200, '#444343', '#903E3E', '', 'left');

menus[3].writeMenu();

menus[4] = new menu(200, 'vertical', '#333333', '#333333');
menus[4].height = 20;
//menus[4].addItem('menuItemBullet', '', null, 200, '#444343', '#444343', '', 'left');
//menus[4].addItem('menuItemBullet', 'FAQ', null, 200, '#444343', '#903E3E', 'http://www.studiokarasu.com/faq.html', 'left');
//menus[4].addItem('menuItemBullet', 'Sitemap', null, 200, '#444343', '#903E3E', 'http://www.studiokarasu.com/sitemap.html', 'left');
menus[4].writeMenu();

menus[4] = new menu(200, 'vertical', '#333333', '#333333');
menus[4].height = 20;
//menus[4].addItem('menuItemBullet', '', null, 200, '#444343', '#444343', '', 'left');
//menus[4].addItem('menuItemBullet', 'Contact', null, 200, '#444343', '#903E3E', 'http://www.studiokarasu.com/contact.html', 'left');
menus[4].writeMenu();


menus[1].align='center';
menus[2].align='center';
menus[3].align='center';
menus[4].align='center';




