	/* usage
		bC = null; this means no border colour you can set it to a hex value if you wish
		startMenuBar(width, numberMenuItems);
		menuLabel('Text to appear as main navigation item', menuNumber, width, 'rollOver Colour in hex', 'rollOut/BG Colour in hex', 'linktofile.ext', 'alignment{left,center,right}');
		addDivider('html or text spacer', width, BG Colour in hex);
		endMenuBar(numberMenuItems);
		


		for images use this code:
		Img_menuLabel(menuNumber, 'images/nav_image.gif', 'images/nav_imageOver.gif', 'linktofile.ext', 'left');
		
	*/
	navColour = '#FFFFFF';
	navRollOverColour = '#FFFFFF';
	bC = null;
	startMenuBar(750, 7);
	Img_menuLabel(1, 'themes/BPIncomeFund/images/navbutns/thefund2.gif'			, 'themes/BPIncomeFund/images/navbutns/thefund1.gif'		, absURL+'?q=bpincomefund_thefund'			, 'left');
	Img_menuLabel(2, 'themes/BPIncomeFund/images/navbutns/results2.gif'			, 'themes/BPIncomeFund/images/navbutns/results1.gif'		, absURL+'?q=bpincomefund_results'			, 'left');
	Img_menuLabel(3, 'themes/BPIncomeFund/images/navbutns/aboutbp2.gif'			, 'themes/BPIncomeFund/images/navbutns/aboutbp1.gif'		, absURL+'?q=bpincomefund_aboutbp'			, 'left');
	Img_menuLabel(4, 'themes/BPIncomeFund/images/navbutns/pressrelease2.gif'	, 'themes/BPIncomeFund/images/navbutns/pressrelease1.gif'	, absURL+'?q=bpincomefund_pressrelease'		, 'left');
	Img_menuLabel(5, 'themes/BPIncomeFund/images/navbutns/faqs2.gif'			, 'themes/BPIncomeFund/images/navbutns/faqs1.gif'			, absURL+'?q=bpincomefund_faqs'				, 'left');
	//Img_menuLabel(6, 'themes/BPIncomeFund/images/navbutns/subscription2.gif'	, 'themes/BPIncomeFund/images/navbutns/subscription1.gif'	, absURL+'?q=bpincomefund_subscriptionform' , 'left');
	Img_menuLabel(6, 'themes/BPIncomeFund/images/navbutns/contactbp2.gif'		, 'themes/BPIncomeFund/images/navbutns/contactbp1.gif'		, absURL+'?q=bpincomefund_contact'			, 'right');
	Img_menuLabel(7, 'themes/BPIncomeFund/images/navbutns/blank.gif'			, 'themes/BPIncomeFund/images/navbutns/blank.gif','javascript:{}" style="cursor: default;' , 'left');	
	endMenuBar(7);
