

	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='eeeeee';			// Background color when mouse is not over
	var LowSubBgColor='eeeeee';			// Background color when mouse is not over on subs
	var HighBgColor='eeeeee';			// Background color when mouse is over
	var HighSubBgColor='eeeeee';			// Background color when mouse is over on subs
	var FontLowColor='0000c0';			// Font color when mouse is not over
	var FontSubLowColor='0000c0';			// Font color subs when mouse is not over
	var FontHighColor='73333F';			// Font color when mouse is over
	var FontSubHighColor='73333F';			// Font color subs when mouse is over
	var BorderColor='444468';			// Border color
	var BorderSubColor='444468';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="tahoma,arial"			// Font family menu items
	var FontSize=8;					// Font size menu items
	var FontBold=1;					// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';			// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.05;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.05;			// vertical overlap child/ parent
	var StartTop=278;					// Menu offset x coordinate
	var StartLeft=1;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=10;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;				// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;					// Hide first level when loading new document 1 or 0
	var MenuWrap=1;					// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;				// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;				// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,5,'tridown.gif',5,5,'trileft.gif',5,5];			// Arrow source, width and height

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(" MLS Property Search","http://www.easttennrealty.com/MLS_2.cfm","",3,20,135);
		Menu1_1=new Array("MLS Search","http://www.easttennrealty.com/MLS_2.cfm","",0,20,170);
		Menu1_2=new Array("MLS Listings","http://www.easttennrealty.com/MLS_3.cfm","",0,20,170);
		Menu1_3=new Array("MLS Featured Listings","http://www.easttennrealty.com/MLS_5.cfm","",0);

Menu2=new Array("Meet Our Agents","http://www.easttennrealty.com/meet_us.cfm","",2,20,120);
	Menu2_1=new Array("Agents","http://www.easttennrealty.com/meet_us.cfm","",0,20,170);
		Menu2_2=new Array("Featured Agent","http://www.easttennrealty.com/Agents_featured.cfm","",0,20,170);


Menu3=new Array("    Lending Information","","",2,20,160);
	Menu3_1=new Array("Area Banks","http://www.easttennrealty.com/financial_info.cfm","",0,20,220);
	
	Menu3_2=new Array("Mortage Calculator","http://www.easttennrealty.com/financial_info.cfm","",0,20,220);

		
Menu4=new Array("    Contact Us","http://www.easttennrealty.com/contact_us.htm","",3,20,130);
		Menu4_1=new Array("Contact Form","http://www.easttennrealty.com/contact_us.htm","",0,20,170);
		Menu4_2=new Array("Email Us","mailto:info@easttennrealty.com","",0);	
		Menu4_3=new Array("Call (888) 246-2094 ","","",0);

Menu5=new Array("    Area Information","","",5,20,170);

	Menu5_1=new Array("Schools & Libraries","","",0,20,170);

	Menu5_2=new Array("Area Businesses","http://www.easttennrealty.com/infoTellico.cfm","",0,20,170);
		
	Menu5_3=new Array("Tellico Plains","http://www.easttennrealty.com/area_info.cfm","",0,20,170);

Menu5_4=new Array("Video","http://www.easttennrealty.com/infoTellico_media.cfm","",0,20,170);
Menu5_5=new Array("Slide Show","http://www.easttennrealty.com/Tour.htm","",0,20,170);



