<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// USE lowercase FOR ALL OPTIONS ONLY

var showimage1		= "no"		//  SHOW FIRST SIDEBAR IMAGE
var showimage2		= "no"		//  SHOW SECOND SIDEBAR IMAGE
var linkstop 		= "no" 		//  START LINKS AT THE VERY TOP
var menuwidth		= "160"		// SIDEBAR WIDTH - ALSO EDIT THE CSS SIDEBAR WIDTH

document.write('<DIV id="menulocation">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="150" class="printhide"><tr><td>');
   if (linkstop == "no") {

}

document.write('</td></tr><tr><td>');


// START LINKS //

// START LINKS //

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="index.html" class="menu">HOME</a>');





document.write('</td></tr><tr><td nowrap>');
document.write('<a href="about.htm" class="menu">ABOUT US </a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contract.htm" class="menu">CONTRACT STAFFING</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="pediatric.htm" class="menu">PEDIATRIC OUTPATIENT</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="adult.htm" class="menu">ADULT OUTPATIENT</a>');



document.write('</td></tr><tr><td nowrap>');
document.write('<a href="physical_therapy.htm" class="menu">PHYSICAL THERAPY</a>');



document.write('</td></tr><tr><td nowrap>');
document.write('<a href="occupational_therapy.htm" class="menu">OCCUPATIONAL THERAPY</a>');



document.write('</td></tr><tr><td nowrap>');
document.write('<a href="laser_therapy.htm" class="menu">ML830 LASER THERAPY</a>');



document.write('</td></tr><tr><td nowrap>');
document.write('<a href="accessibility_assessments.htm" class="menu">MEDICAL EQUIP. ASSESSMENT</a>');







document.write('</td></tr><tr><td nowrap>');
document.write('<a href="continuing.htm" class="menu">CONTINUING EDUCATION</a>');




document.write('</td></tr><tr><td nowrap>');
document.write('<a href="directions.htm" class="menu">DIRECTIONS</a>');










// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK









// END LINKS //

document.write('</td></tr><tr><td>');


document.write('</td></tr><tr><td>');

document.write('</td></tr><tr><td align="center">');


// START MENU IMAGES


   if (showimage1 == "yes") {
document.write('<br><br><img src="picts/menu-picture-1.jpg" width="107" height="150" border="0"></a><br><br><br><br>');
}
   if (showimage2 == "yes") {
document.write('<img src="picts/menu-picture-2.jpg" width="107" height="150" border="0"></a><br><br>');
}
document.write('</td></tr></table></DIV>');

//  End -->
