
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/home.gif", "images/buttons/homeover.gif");
button2 = new bulletPoint("images/buttons/menu.gif","images/buttons/menuover.gif");
button3 = new bulletPoint("images/buttons/tshirts.gif","images/buttons/tshirtsover.gif");
button4 = new bulletPoint("images/buttons/Emailus.gif","images/buttons/Emailusover.gif");



myTest = new menuBar('myTest',483, 'horizontal');
myTest.targetType = 'self';
myTest.targetFrame = '_self';
myTest.addLabel('button1', '', 1, 70, '', '', 'http://www.thechubbypickleusa.com/', 'left');
myTest.addLabel('button2', '', 2, 70, '', '', 'http://www.thechubbypickleusa.com/menu', 'left');
myTest.addLabel('button3', '', 3, 88, '', '', 'http://www.thechubbypickleusa.com/tshirts.htm', 'left');
myTest.addLabel('button4', '', 4, 88, '', '', 'mailto:thechubbypickle@axint.net', 'left');

myTest.height = 23;

menus[1] = new menu(135, 'vertical', '#000000', '#000000');
menus[1].height = 16;
menus[1].writeMenu();

menus[2] = new menu(70, 'vertical', null, null);
menus[2].height = 16;
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].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[1].align='left';
menus[2].align='left';
menus[3].align='left';
menus[4].align='left';



