// JavaScript Document

	var assessMenu='<table><tr><td>'+
'<a href="#" onclick="setText(\'assess-competency.html\',\'Assessment Services\',\'Competency\')">Competency</a>'+
'</td><td>'+
'<a href="#" onclick="setText(\'assess-capacity.html\',\'Assessment Services\',\'Elder/Capacity\')">Elder/Capacity</a>'+
'</td><td>'+
'<a href="#" onclick="setText(\'assess-immigr.html\',\'Assessment Services\',\'Immigration\')">Immigration</a>'+
'</td><td>'+
'<a href="#" onclick="setText(\'assess-neuropsych.html\',\'Assessment Services\',\'Neuropsychological\')">Neuropsychological</a>'+
'</td><td>'+
'<a href="#" onclick="setText(\'assess-parenting.html\',\'Assessment Services\',\'Parenting\')">Parenting</a>'+
'</td><td>'+
'<a href="#" onclick="setText(\'assess-pilot.html\',\'Assessment Services\',\'Pilots\')">Pilots</a>'+
'</td><td>'+
'<a href="#" onclick="setText(\'assess-psychoed.html\',\'Assessment Services\',\'Psychoeducational\')">Psychoeducational</a>'+
'</td><td>'+
'<a href="#" onclick="setText(\'assess-substance.html\',\'Assessment Services\',\'Substance Abuse\')">Substance Abuse</a>'+
'</td></tr></table>';
	var intMenu='<table><tr><td>'+
'<a href="#">(See below for Intervention Services information)</a>'+
'</td></tr></table>';
	var treatMenu='<table><tr><td>'+
'<a href="#" id="treat-Gen" onclick="setText(\'treat-general.html\',\'Treatment\',\'General\')">General Therapy</a>'+
'</td><td>'+
'<a href="#" onclick="setText(\'treat-addiction.html\',\'Treatment\',\'Addiction Therapy\')">Addiction Therapy</a>'+
'</td><td>'+
'<a href="#" onclick="setText(\'treat-couples.html\',\'Treatment\',\'Couples Counseling\')">Couples Counseling</a>'+
'</td><td>'+
'<a href="#" onclick="setText(\'treat-lifeCoaching.html\',\'Treatment\',\'Life Coaching\')">Life Coaching</a>'+
'</td><td>'+
'<a href="#" onclick="setText(\'treat-children.html\',\'Treatment\',\'Children and Teens\');">Children and Teens</a>'+
'</td></tr></table>';
	var addMenu='<table><tr><td>'+
'<a href="#">(See below for Addiction information)</a>'+
'</td></tr></table>';
	var contactMenu='<table><tr><td>'+
'<a href="#">(Hours, location, contact and map information below)</a>'+
'</td></tr></table>';
	var bioMenu='<table><tr><td>'+
'<a href="#">(See below for Dr. Mirich\'s Biographical Information)</a>'+
'</td></tr></table>';
