<!--
function MenuNames() {
	sniffBrowsers();
	menuItemBullet = new bulletPoint("http://www.thesterlinggroup.org/bullets/one/menu_off.gif","http://www.thesterlinggroup.org/bullets/one/menu_on.gif");
	labelBullet = new bulletPoint("http://www.thesterlinggroup.org/bullets/one/header_off.gif","http://www.thesterlinggroup.org/bullets/one/header_on.gif");
	blank = new bulletPoint("http://www.thesterlinggroup.org/clients/pks/site/graphics/blank.gif","http://www.thesterlinggroup.org/clients/pks/site/graphics/blank.gif");
	subMenuBullet = new bulletPoint("http://www.thesterlinggroup.org/bullets/one/sub_header_off.gif","http://www.thesterlinggroup.org/bullets/one/sub_header_on.gif");

	myTest = new menuBar('myTest',400, 'horizontal', '', '');
	myTest.addLabel('blank', 'HOME', 1, 50, '', '#49000c', 'index.php', 'center', '_self');
	myTest.addLabel('blank', 'PROJECTS', 2, 92, '', '#49000c', '#', 'center', '_self');
	myTest.addLabel('blank', 'THE OIL INDUSTRY', 3, 120, '', '#49000c', 'theoilindustry.php' , 'center', '_self');
	myTest.height = 20;
	
	myTest2 = new menuBar('myTest',400, 'horizontal', '', '#49000c');
	myTest2.addLabel('blank', 'ABOUT', 4, 100, '', '#49000c', '#', 'center', '_self');
	myTest2.addLabel('blank', 'CONTACT', 5, 55, '', '#49000c', 'contact.php', 'center', '_self');
	myTest2.addLabel('blank', 'LINKS', 6, 100, '', '#49000c', 'links.php', 'center', '_self');
	myTest2.height = 20;

	menus[1] = new menu(155, 'vertical', '#000000', '#000000');
	menus[1].height = 16;
	menus[1].addItem('menuItemBullet', 'Crude Oil Price Bulletins', null, 155, '#840015', '#49000c', 'http://www.paalp.com/fw/main/Crude_Oil_Price_Bulletins-1363.html', 'left', '_blank');
	menus[1].writeMenu();
	
	menus[2] = new menu(145, 'vertical', '#000000', '#000000');
	menus[2].height = 16;
	menus[2].addItem('menuItemBullet', 'Clark County Projects', null, 150, '#840015', '#49000c', 'projects.php', 'left', '_self');
	menus[2].writeMenu();
	
	menus[3] = new menu(290, 'vertical', '#000000', '#000000');
	menus[3].height = 16;	
	menus[3].addItem('menuItemBullet', 'Daily Gas Prices', null, 300, '#840015', '#49000c', 'http://quotes.ino.com/exchanges/?c=energy', 'left', '_blank');
	menus[3].addItem('menuItemBullet', 'Animation - Oil Rig', null, 300, '#840015', '#49000c', 'rig-animation.php', 'left', '_self');
	menus[3].addItem('menuItemBullet', 'Oil Development History in Casey, IL', null, 300, '#840015', '#49000c', 'oilincasey.php', 'left', '_self');
	menus[3].addItem('menuItemBullet', 'Oil Production Ranking by Country', null, 300, '#840015', '#49000c', 'https://cia.gov/library/publications/the-world-factbook/rankorder/2173rank.html', 'left', '_blank');
	menus[3].addItem('menuItemBullet', 'Top Ten Countries in Proven Oil Reserves', null, 300, '#840015', '#49000c', 'http://www.saudiaramco.com/irj/portal/anonymous?favlnk=%2FSaudiAramcoPublic%2Fdocs%2FOur+Business%2FOil+Operations%2FOil+Fields+%26+Reserves&ln=en', 'left', '_blank');
	menus[3].addItem('menuItemBullet', 'History of Illinois Basin Posted Crude Oil Prices', null, 300, '#840015', '#49000c', 'http://ioga.com/Special/crudeoil_Hist.htm', 'left', '_blank');
	menus[3].writeMenu();
	
	menus[4] = new menu(140, 'vertical', '#000000', '#000000');
	menus[4].height = 16;
	menus[4].addItem('menuItemBullet', 'Letter From The COB', null, 220, '#840015', '#49000c', 'letter.php', 'left', '_self');
	menus[4].addItem('menuItemBullet', 'Bios', null, 220, '#840015', '#49000c', 'bios.php', 'left', '_self');
	menus[4].writeMenu();
	
	menus[5] = new menu(225, 'vertical', '#000000', '#000000');
	menus[5].height = 16;
	menus[5].writeMenu();

	menus[6] = new menu(125, 'vertical', '#000000', '#000000');
	menus[6].height = 16;
	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='right';
}


