	var home = "index.html";
	var aboutus = "aboutus.html";
	var testimonials ="testimonials.html";
	var ourservices ="ourservices.html";
	var emailus="emailus.html";
	var kto6="kto6.html";
	var juniorhigh="juniorhigh.html";
	var highschool="highschool.html";
	var precollege="precollege.html";
	var ourclients = "ourclients.html";
	var officers = "officers.html";
	
	
	var tooltips = new Array(14);
	tooltips[0] = "Learning exceptionalities - special needs and gifted learners";
	tooltips[1] = "College profile - finding best fit college for your child";
	tooltips[2] = "College/career counseling - inventory of talents and skills related to career and professional choices";
	tooltips[3] = "Special education - from testing through IEP and accommodation plans";
	tooltips[4] = "Behavioral concerns - discipline situations such as detention, suspension, expulsion, transfer";
	tooltips[5] = "School placement/transition - finding best school or learning environent based on your child's unique needs";
	tooltips[6] = "Learning style - inventory to assess the way your child learns and the best form of instruction";
	tooltips[7] = "Internships - summer planning for authentic experience in future fields";
	tooltips[8] = "Self esteem - advice, research, and guidance in maintaining your child's happiness and sense of self";
	tooltips[9] = "Study skills - study habits, physical space, study aids, test-taking strategies";
	tooltips[10] = "Single consultation - one time need for advice, consultation, information, direction, strategy, assurance, etc.";
	tooltips[11] = "Case management - ongoing comprehensive educational planning for every aspect of your child's school experience";
	tooltips[12] = "Homework management - homework completion and monitoring, test/assignment scores, deadlines, etc.";
	tooltips[13] = "Academic coaching";	
	tooltips[14] = "Special needs students";
	tooltips[15] = "Tutoring";
	tooltips[16] = "Preschool placement";
	tooltips[17] = "Kindergarten readiness";
	tooltips[18] = "Summer camp planning";
	tooltips[19] = "Special programs";
	tooltips[20] = "Organizational skills";
	tooltips[21] = "Summer camps";
	tooltips[22] = "College application timeline";
	tooltips[23] = "College admissions testing";
	tooltips[24] = "College visits, tours";
	tooltips[25] = "College applications";
	tooltips[26] = "Financial aid";
	
	
	function sideimage(type){
		var sideimage = "";
		sideimage = "<img src='images/" + type + ".jpg' alt='Barton Educational Consulting' border='0'>";
		document.write(sideimage);
	}
	function writeheader(){
		var header = "";
		header += "<table cellpadding='0' cellspacing='0' border='0' style=\'width:620px;\'>";
		header += "<tr>";
		header += "<td><img src='images/top_header.jpg' alt='Barton Educational Consulting' border='0'></td>";
		header += "</tr>";
		header += "<tr>";
		header += "<td class='mainMenuBar' style='padding-left:145px;'>";
		header += "<ul id='nav'>";
		header += "<li><a href='"+home+"' class='navdisplay'>&nbsp;|&nbsp;Home&nbsp;|&nbsp;</a>";
		header += "<li><a href='"+ourservices+"' class='navdisplay'>&nbsp;Our&nbsp;Services&nbsp;|&nbsp;</a>";
		header += "<ul id='0' style='margin-left:-8px;margin-top:0px;'>";
		header += "<li><a href='"+kto6+"' class='ddLinks'>K&nbsp;Through&nbsp;6</a></li>";
		header += "<li><a href='"+juniorhigh+"' class='ddLinks'>Middle&nbsp;School</a></li>";
		header += "<li><a href='"+highschool+"' class='ddLinks'>High&nbsp;School</a></li>";
		header += "<li><a href='"+precollege+"' class='ddLinks'>Pre&nbsp;College</a></li>";
		header += "</ul>";
		header += "<li><a href='"+testimonials+"' class='navdisplay'>&nbsp;Testimonials&nbsp;|&nbsp;</a>";
		header += "<li><a href='"+aboutus+"' class='navdisplay'>&nbsp;About&nbsp;Us&nbsp;|&nbsp;</a>";
		header += "<ul id='1' style='margin-left:-8px;margin-top:0px;'>";
		header += "<li><a href='"+officers+"' class='ddLinks'>Consultants</a></li>";
		header += "</ul>";
		header += "<li><a href='"+emailus+"' class='navdisplay'>&nbsp;Contact&nbsp;Us&nbsp;|&nbsp;</a>";
		header += "</ul>";
		header += "</td>";
		header += "</tr>";
		header += "</table>";
		document.write(header);
	}
	function writefooter(){
		var footer = "";
		footer += "";
		footer += "<tr>";
		footer += "<td colspan='2' style='border-top:1px solid #88A2D8;padding-top:5px;text-align:center;padding-left:150px;font-family:verdana;font-size:10px;color:#000000'>";
		footer += "<a id='footer' href='"+home+"'>Home</a>"; 
		footer += "&nbsp;|&nbsp;";
		footer += "<a id='footer' href='"+ourservices+"'>Our&nbsp;Services</a>"; 
		footer += "&nbsp;|&nbsp;";
		footer += "<a id='footer' href='"+ testimonials +"'>Testimonials</a>"; 
		footer += "&nbsp;|&nbsp;";
		footer += "<a id='footer' href='"+aboutus+"'>About&nbsp;Us</a>"; 
		footer += "&nbsp;|&nbsp;";
		footer += "<a id='footer' href='"+emailus+"'>Contact&nbsp;Us&nbsp;</a>";
		footer += "<br>";
		footer += "<div style='padding-top:10px;'>- B A R T O N - E D U C A T I O N A L - C O N S U L T I N G -</div>";
		footer += "<div style='padding-top:3px;'>- 610.696.6018 T  - 610.696.6021 F -</div>";
		footer += "<div style='padding-top:3px;'>- 220 WEST GAY ST., FLOOR 2 - WEST CHESTER, PA 19380 -</div>";
		footer += "</td>";
		footer += "<tr>";
		document.write(footer);
	}
	function pencil(){
		var pencil ="";
		pencil += "<tr>";
		pencil += "<td><img src='images/pencil.jpg' alt='Pencil'></td>";
		pencil += "</tr>";
		document.write(pencil);
	}
	
	if (!document.layers&&!document.all&&!document.getElementById)
		event="test"
	function showtip(current,e,text){
		if (document.all||document.getElementById){
			thetitle=text.split('<br>')
			if (thetitle.length>1){
				thetitles=''
				for (i=0;i<thetitle.length;i++){
					thetitles+=thetitle[i]
				}
				current.title=thetitles
			} else
				current.title=text
			}
		else if (document.layers){
			document.tooltip.document.write('<layer bgColor="white" style="border:1px solid black;font-size:12px;">'+text+'</layer>')
			document.tooltip.document.close()
			document.tooltip.left=e.pageX+5
			document.tooltip.top=e.pageY+5
			document.tooltip.visibility="show"
		}
	}
	function hidetip(){
		if (document.layers){
			document.tooltip.visibility="hidden"
		}
	}