/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=5;
	var LowBgColor='144490';	
	var LowSubBgColor='707CB8';
	var HighBgColor='black';
	var HighSubBgColor='black';
	var FontLowColor='white';
	var FontSubLowColor='white';
	var FontHighColor='white';
	var FontSubHighColor='white';
	var BorderColor='';
	var BorderSubColor='black';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="arial,comic sans ms,technical"	
	var FontSize=9;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered='left';
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.2;
	var ChildVerticalOverlap=.2;
	var StartTop=176;
	var StartLeft=10;
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=0;
	var MenuFramesVertical=0;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var TargetLoc='';
	var HideTop=0;
	var MenuWrap=1;
	var RightToLeft=0;
	var UnfoldsOnClick=0;
	var WebMasterCheck=0;
	var ShowArrow=1;
	var KeepHilite=1;
	var Arrws=['tri.gif',5,10,'tridownA.gif',10,5,'trileft.gif',5,10];

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Home","http://www.heartlandpropane.com","BGSecondary.gif",0,30,120);

Menu2=new Array("Propane Service","","BGSecondary.gif",5,30,120);
	Menu2_1=new Array("Priority One Service","priority_one_service.html","",0,20,130);
	Menu2_2=new Array("Residential Service","residential.html","",0);
	Menu2_3=new Array("Business Service","commercial_propane_service.html","",0);
	Menu2_4=new Array("Service Territory","service_territory.html","",0);
    Menu2_5=new Array("Bottle Fill","bottle_fill_outlets.html","",0);

Menu3=new Array("Gas Supply Systems","","BGSecondary.gif",2,30,120);
	Menu3_1=new Array("Above Ground","above_ground.html","",0,20,130);
	Menu3_2=new Array("Underground","underground.html","",0);
	

Menu4=new Array("On-line Services","","BGSecondary.gif",4,30,120);
	Menu4_1=new Array("On-line Service Center","online_service_center.html","",0,20,150);
	Menu4_2=new Array("Propane Safety","propane_safety.html","",0);
	Menu4_3=new Array("Frequent Questions","faq.html","",0);
	Menu4_4=new Array("Contact Heartland","contact_heartland_propane.html","",0);

Menu5=new Array("Payment Options","","BGSecondary.gif",4,30,120);
	Menu5_1=new Array("Smart Pay","smart_pay.html","",0,20,130);
	Menu5_2=new Array("Credit Cards","credit_cards.html","",0,20,130);
	Menu5_3=new Array("Funds Transfer","electronic_funds.html","",0,20,130);
	Menu5_4=new Array("Pay Online","https://secure-central.biz/web_pay/heartland/makepayment.lasso","",0,20,130);
