<!--
/***********************************************************************************
Comments??  Created August 8, 2007
***********************************************************************************/

	var NoOffFirstLineMenus=7;				// Number of first level items
	var LowBgColor='002163';				// Background color when mouse is not over
	var LowSubBgColor='002163';				// Background color when mouse is not over on subs
	var HighBgColor='6170BD';				// Background color when mouse is over
	var HighSubBgColor='6170BD';			// Background color when mouse is over on subs
	var FontLowColor='white';				// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='white';				// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='white';				// Border color
	var BorderSubColor='white';				// Border color for subs
	var BorderWidth=1;						// Border width
	var BorderBtwnElmnts=1;					// Border between elements 1 or 0
	var FontFamily="arial"					// Font family menu items
	var FontSize=10;						// Font size menu items
	var FontBold=0;							// 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='left';				// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';			// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;						// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;				// vertical overlap child/ parent
	var StartTop=1;							// 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=0;						// Left padding
	var TopPaddng=2;						// Top padding
	var FirstLineHorizontal=0;				// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;				// 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='MenuPos';				// 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=['images/arrow.gif',5,10,'images/tridown.gif',10,5,'images/trileft.gif',5,10];	// 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("KB Parrish Home", "http://www.kbparrish.com","",0,20,229);
		
Menu2=new Array("About KB Parrish", "about.htm","",0);

Menu3=new Array("Services", "services.htm","",9);
	Menu3_1=new Array("Accounting, Auditing & Assurance Services", "assurance.htm","",0,20,228);
	Menu3_2=new Array("Tax Services", "tax.htm","",0,20,140);
	Menu3_3=new Array("Estate Tax Planning", "estate_tax.htm","",0,20,140);
	Menu3_4=new Array("Personal Financial Planning", "personal_financial.htm","",0,20,140);
	Menu3_5=new Array("Valuation & Litigation Services", "valuation.htm","",0,20,140);
	Menu3_6=new Array("Emerging Business Services", "EBS.htm","",0,20,140);
	Menu3_7=new Array("Fraud Examination Services", "fraud.htm","",0,20,140);
	Menu3_8=new Array("Consulting Services", "consulting.htm","",0,20,140);
	Menu3_9=new Array("Cost Segregation Studies", "cost_segregation.htm","",0,20,140);

	
Menu4=new Array("Industries", "industries.htm","",8);
	Menu4_1=new Array("Dealerships", "automotive.htm","",0,20,140);
	Menu4_2=new Array("Construction", "construction.htm","",0,20,140);
	Menu4_3=new Array("Real Estate Management", "real_estate.htm","",0,20,140);
	Menu4_4=new Array("Small Business", "small_business.htm","",0,20,140);
	Menu4_5=new Array("Manufacturing", "manufacturing.htm","",0,20,140);
	Menu4_6=new Array("Not-For-Profit", "non_profit.htm","",0,20,140);
	Menu4_7=new Array("Professional Service Practices", "pro_services.htm","",0,20,140);
	Menu4_8=new Array("Employee Benefit Plans", "ebenefits.htm","",0,20,140);
	
Menu5=new Array("Articles", "articles.htm","",9);
	Menu5_1=new Array("Tax Planning Strategy", "tax_strategy_2005.htm","",0,20,278);
	Menu5_2=new Array("Complying with Federal Payroll Rules", "fed_payroll_rules.htm","",0,20,140);
	Menu5_3=new Array("Renting Out Your Vacation Home", "rent_vacation.htm","",0,20,140);
	Menu5_4=new Array("Is an S Corporation Loss Deductible?", "scorp.htm","",0,20,140);
	Menu5_5=new Array("Reasons to Prepare a Will", "reasons_will.htm","",0,20,140);
	Menu5_6=new Array("Types of Financial Statements", "financial_statements.htm","",0,20,140);
	Menu5_7=new Array("The Facts of Life: What You Need to Know About Life Insurance", "life_insurance.htm","",0,20,140);
	Menu5_8=new Array("Social Security Benefits: Tips for When to Start", "social_sec_benefits.htm","",0,20,140);
	Menu5_9=new Array("ADAI Bulletin 02/01/2008", "ADAI_Bulletin_020108.pdf","",0,20,140);

Menu6=new Array("Career Opportunities", "career.htm","",5);
	Menu6_1=new Array("Working at K.B. Parrish", "career.htm","",0,20,228);
	Menu6_2=new Array("Full Time Employment", "full_time.htm","",0,20,228);
	Menu6_3=new Array("Recruiting", "recruiting.htm","",0,20,228);
	Menu6_4=new Array("Local Attractions", "indianapolis.htm","",0,20,228);
	Menu6_5=new Array("KB Parrish Benefits", "KBP_Benefits.htm","",0,20,228);
	
//	Menu6_2=new Array("Internships", "internships.htm","",2,20,228);
//		Menu6_2_1=new Array("Summer Internships","internships_summer.htm","",0,20,228);
//		Menu6_2_2=new Array("Spring Internships","internships.htm","",0,20,228);	
	
Menu7=new Array("Links", "links.htm","",11);
	Menu7_1=new Array("Dealership","links.htm","",7,20,180);
		Menu7_1_1=new Array("Automobile Dealers Association","http://www.nada.org","",0,20,200);
		Menu7_1_2=new Array("Auto.com","http://www.auto.com","",0,20,150);
		Menu7_1_3=new Array("Automotive News","http://www.autonews.com","",0,20,150);
		Menu7_1_4=new Array("Consumer Reports:  Autos","http://www.consumerreports.org/cro/cars/index.htm","",0,20,150);
		Menu7_1_5=new Array("iZoom.com","http://www.izoom.com","",0,20,150);
		Menu7_1_6=new Array("Motor Trend Auto News","http://www.motortrend.com/features/auto_news","",0,20,150);	
		Menu7_1_7=new Array("MSNBC:  Auto News","http://www.msnbc.msn.com/id/3033656","",0,20,150);		
		
	Menu7_2=new Array("Construction","links.htm","",4,20,150);
		Menu7_2_1=new Array("Construction Financial Management Association","http://www.cfma.org","",0,20,228);
		Menu7_2_2=new Array("Associated Builders and Contractors","http://www.abc.org","",0,20,150);
		Menu7_2_3=new Array("Indiana Construction Association","http://www.agcin.org","",0,20,150);
		Menu7_2_4=new Array("The Builders Journal","http://www.thebuildersjournal.com","",0,20,150);

	Menu7_3=new Array("Tax Authorities","links.htm","",3,20,150);
		Menu7_3_1=new Array("Internal Revenue Service (IRS) ","http://www.irs.gov","",0,20,200);
		Menu7_3_2=new Array("Indiana Department of Revenue","http://www.state.in.us/dor","",0,20,150);
		Menu7_3_3=new Array("Every State Tax Websites","http://www.taxsites.com","",0,20,150);
		
	Menu7_4=new Array("Social Security","links.htm","",2,20,150);
		Menu7_4_1=new Array("Social Security Administration","http://www.ssa.gov","",0,20,200);
		Menu7_4_2=new Array("History of Social Security","http://en.wikipedia.org/wiki/Social_Security_(United_States)","",0,20,150);
		
	Menu7_5=new Array("Fraud","links.htm","",2,20,150);
		Menu7_5_1=new Array("National Fraud Information Center","http://www.fraud.org","",0,20,200);
		Menu7_5_2=new Array("Association of Certified Fraud Examiners","http://www.acfe.com","",0,20,150);
		
	Menu7_6=new Array("Non-Profit","links.htm","",6,20,150);
		Menu7_6_1=new Array("International Foundation of Employee Benefit Trust","http://www.ifebp.org","",0,20,300);
		Menu7_6_2=new Array("American Fraternity Executives Association","http://www.fea-inc.org","",0,20,150);
		Menu7_6_3=new Array("Association of Fraternity Advisors","http://www.fraternityadvisors.org","",0,20,150);
		Menu7_6_4=new Array("National Pan-Hellenic Conference","http://www.npcwomen.org","",0,20,150);
		Menu7_6_5=new Array("North-American Interfraternity Conference","http://www.nicindy.org","",0,20,150);
		Menu7_6_6=new Array("College Fraternity Editors Association","http://www.cfea.org","",0,20,150);
		
	Menu7_7=new Array("Professional","links.htm","",3,20,150);
		Menu7_7_1=new Array("American Institute of Certified Public Accountants","http://www.aicpa.org","",0,20,300);
		Menu7_7_2=new Array("Indiana CPA Society"," http://www.incpas.org","",0,20,150);		
		Menu7_7_3=new Array("Association of Certified Fraud Examiners","http://www.acfe.com","",0,20,150);
				
	Menu7_8=new Array("Business Valuation","links.htm","",2,20,150);
		Menu7_8_1=new Array("Institute of Business Appraisers","http://www.go-iba.org","",0,20,310);
		Menu7_8_2=new Array("National Association of Certified Valuation Analysts","http://www.nacva.com","",0,20,150);
		
	Menu7_9=new Array("Property Management","links.htm","",6,20,150);
		Menu7_9_1=new Array("Midwest Affordable Housing Management","http://www.mahma.com","",0,20,280);
		Menu7_9_2=new Array("National Affordable Housing Management","http://www.nahma.org","",0,20,150);
		Menu7_9_3=new Array("Apartment Association of Indiana","http://www.aptassociationindiana.org","",0,20,150);
		Menu7_9_4=new Array("Affordable Housing Association of CPA's","http://www.ahacpa.org","",0,20,150);
		Menu7_9_5=new Array("Rural Rental Housing Association of Indiana","http://www.rrhain.org","",0,20,150);
		Menu7_9_6=new Array("National Property Management Association","http://www.npma.org","",0,20,150);
		
	Menu7_10=new Array("Colleges and Universities","links.htm","",10,20,150);
		Menu7_10_1=new Array("Indiana University","http://www.indiana.edu","",0,20,175);
		Menu7_10_2=new Array("Ball State University","http://www.bsu.edu","",0,20,175);
		Menu7_10_3=new Array("Purdue University","http://www.purdue.edu","",0,20,150);
		Menu7_10_4=new Array("University of Illinois","http://www.illinois.edu","",0,20,150);
		Menu7_10_5=new Array("University of Notre Dame","http://www.nd.edu","",0,20,150);		
		Menu7_10_6=new Array("Butler University","http://www.butler.edu","",0,20,150);
		Menu7_10_7=new Array("Ohio State University","http://www.osu.edu","",0,20,150);
		Menu7_10_8=new Array("Indiana State University","http://www.indstate.edu","",0,20,150);
		Menu7_10_9=new Array("Franklin College","http://www.franklincollege.edu","",0,20,150);
		Menu7_10_10=new Array("DePauw University","http://www.depauw.edu","",0,20,150);
			
		
	Menu7_11=new Array("Miscellaneous","links.htm","",4,20,150);
		Menu7_11_1=new Array("Uniform CPA Exam","http://www.cpa-exam.org","",0,20,200);
		Menu7_11_2=new Array("Prime Interest Rate History","http://research.stlouisfed.org/fred2/data/prime.txt","",0,20,150);
		Menu7_11_3=new Array("Weather Maps","http://www.weather.com","",0,20,150);
		Menu7_11_4=new Array("Historical Stock Market Quotes","http://bigcharts.marketwatch.com/historical","",0,20,150);

	
/* - Sample for additions
*Menu7=new Array("Links", "links.htm","",11);
*	Menu7_1=new Array("General","links.htm","",5,20,150);
*		Menu7_1_1=new Array("CNN","http://www.cnn.com","",0,20,150);
*		Menu7_1_2=new Array("ABCNews","http://www.abcnews.com","",0);
*		Menu7_1_3=new Array("MSNBC","http://www.msnbc.com","",0);
*               Menu7_1_4=new Array("CBSNews","http://www.cbsnews.com","",0);
*               Menu7_1_5=new Array("Canadian News","http://news.bbc.co.uk","",2);
*                         Menu7_1_5_1=new Array("Vancouver Sun","http://www.vancouversun.com","",0,20,228);
*                          Menu7_1_5_2=new Array("CTV News","http://www.ctvnews.com","",0);	
*/
	
	
-->
