<!--
sniffBrowsers();
if (p== 1) 
{
	main = new bulletPoint("navbar/Home_w.gif","navbar/Home_w.gif");
}
else
{
	main = new bulletPoint("navbar/Home_g.gif","navbar/Home_w.gif");
}
if (p == 2) 
{
	main2 = new bulletPoint("navbar/About_w.gif","navbar/About_w.gif");
}
else
{
	main2 = new bulletPoint("navbar/About_g.gif","navbar/About_w.gif");
}
if (p == 3) 
{
	main3 = new bulletPoint("navbar/Login_w.gif","navbar/Login_w.gif");
}
else
{
	main3 = new bulletPoint("navbar/Login_g.gif","navbar/Login_w.gif");
}
if (p == 4) {
		main4 = new bulletPoint("navbar/Information_w.gif","navbar/Information_w.gif");
}
else
{
	main4 = new bulletPoint("navbar/Information_g.gif","navbar/Information_w.gif");
}
if (p == 5) 
{
	main5 = new bulletPoint("navbar/Contacts_w.gif","navbar/Contacts_w.gif");
}
else
{
	main5 = new bulletPoint("navbar/Contacts_g.gif","navbar/Contacts_w.gif");
}
if (p == 6) 
{
	main6 = new bulletPoint("navbar/Location_w.gif","navbar/Location_w.gif");
}
else
{
	main6 = new bulletPoint("navbar/Location_g.gif","navbar/Location_w.gif");
}
myTest = new menuBar('myTest',884, 'horizontal', null, null);
myTest.addLabel('main', ' ', 1, 146, '', '', 'index.php', 'left');
myTest.addLabel('main2', ' ', 2, 146, '', '', 'about.php', 'center');
myTest.addLabel('main3', ' ', 3, 146, '', '', 'http://www.almondlogic.com/GrowerPortal/index.php?huller=2','new','_blank');
myTest.addLabel('main4', ' ', 4, 146, '', '', 'information.php', 'center');
myTest.addLabel('main5', ' ', 5, 146, '', '', 'contacts.php', 'center');
myTest.addLabel('main6', ' ', 6, 154, '', '', 'location.php', 'right');
myTest.height = 40;
menus[1] = new menu(100, 'vertical', '#000000', '#000000');
menus[1].height = 0;
menus[1].writeMenu();

menus[2] = new menu(100, 'vertical', '#000000', '#000000');
menus[2].height = 0;
menus[2].writeMenu();

menus[3] = new menu(100, 'vertical', '#000000', '#000000');
menus[3].height = 0;
menus[3].writeMenu();

menus[4] = new menu(100, 'vertical', '#000000', '#000000');
menus[4].height = 0;
menus[4].writeMenu();

menus[5] = new menu(100, 'vertical', '#000000', '#000000');
menus[5].height = 0;
menus[5].writeMenu();

menus[6] = new menu(100, 'vertical', '#000000', '#000000');
menus[6].height = 0;
menus[6].writeMenu();

menus[1].align='center';
menus[2].align='center';
menus[3].align='center';
menus[4].align='center';
menus[5].align='center';
menus[6].align='center';

//-->
