document.write('<img src="img/title_services.gif" class="title" alt="" />')

document.write('<br /><a href="services.html"')
if (document.title.search(/Assessment and Diagnosis/) != -1)
    document.write(' class="onpage"')
document.write('>Assessment and Diagnosis</a>')



document.write('<br /><a href="services_consult.html"')
if (document.title.search(/Initial Consultation/) != -1)
    document.write(' class="onpage"')
document.write('>Initial Consultation</a>')

if (document.title.search(/Initial Consultation/) != -1) {

   document.write('<ul class="nomargin">')

   document.write('<li><a href="services_consult_prepare.html"')
   if (document.title.search(/How can parents prepare for the session?/) != -1)
       document.write(' class="onpage"')
   document.write('>How can parents prepare for the session?</a></li>')

   document.write('</ul>')

}
else {
   document.write('<br />')
}



document.write('<a href="familycounseling.html"')
if (document.title.search(/Family Counseling/) != -1)
    document.write(' class="onpage"')
document.write('>Family Counseling</a>')

if (document.title.search(/Structured Teaching/) != -1) {

   document.write('<ul class="nomargin">')

   document.write('<li><a href="services_structured_benefit.html"')
   if (document.title.search(/Whom does it benefit?/) != -1)
       document.write(' class="onpage"')
   document.write('>Whom does it benefit?</a></li>')

   document.write('<li><a href="services_structured_why.html"')
   if (document.title.search(/Why use Structured Teaching?/) != -1)
       document.write(' class="onpage"')
   document.write('>Why use Structured Teaching?</a></li>')

   document.write('<li><a href="services_structured_what.html"')
   if (document.title.search(/What is Structured Teaching?/) != -1)
       document.write(' class="onpage"')
   document.write('>What is Structured Teaching?</a></li>')

   document.write('<li><a href="services_structured_how.html"')
   if (document.title.search(/How do we carry it out?/) != -1)
       document.write(' class="onpage"')
   document.write('>How do we carry it out?</a></li>')

   document.write('</ul>')

}
else {
   document.write('<br />')
}



document.write('<a href="services_intervention.html"')
if (document.title.search(/Intervention for Learning Needs/) != -1)
    document.write(' class="onpage"')
document.write('>Intervention for Learning Needs</a>')

document.write('<br /><a href="services_training.html"')
if (document.title.search(/Teacher Training/) != -1)
    document.write(' class="onpage"')
document.write('>Teacher Training</a>')

document.write('<br /><a href="services_artclass.html"')
if (document.title.search(/Art Class/) != -1)
    document.write(' class="onpage"')
document.write('>Art Class</a>')


if (document.title.search(/Dynamic Education Programme/) != -1) {

   document.write('<ul class="nomargin">')

   document.write('<li><a href="services_dynamic_approach.html"')
   if (document.title.search(/Approach/) != -1)
       document.write(' class="onpage"')
   document.write('>Approach</a></li>')

   document.write('<li><a href="services_dynamic_topicareas.html"')
   if (document.title.search(/Topic Areas/) != -1)
       document.write(' class="onpage"')
   document.write('>Topic Areas</a></li>')

   document.write('<li><a href="services_dynamic_teacher.html"')
   if (document.title.search(/Teacher/) != -1)
       document.write(' class="onpage"')
   document.write('>Teacher</a></li>')

   document.write('<li><a href="services_dynamic_sessions.html"')
   if (document.title.search(/Sessions/) != -1)
       document.write(' class="onpage"')
   document.write('>Sessions</a></li>')

   document.write('<li><a href="services_dynamic_evaluating.html"')
   if (document.title.search(/Evaluating Student Progress/) != -1)
       document.write(' class="onpage"')
   document.write('>Evaluating Student Progress</a></li>')

   document.write('<li><a href="services_dynamic_prerequisites.html"')
   if (document.title.search(/Pre-requisites/) != -1)
       document.write(' class="onpage"')
   document.write('>Pre-requisites</a></li>')

   document.write('</ul>')

}
else {
   document.write('<br />')
}