<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var alignside		="LEFT"	// MENU LEFT OR RIGHT


document.write('<TABLE cellpadding=0 cellspacing=0 border=0 WIDTH="100%" background="picts/background-menu.gif"><tr><td align="'+alignside+'">');
document.write('<TABLE cellpadding=0 cellspacing=0 border=0><tr><td>');
    
document.write('<img src="picts/spacer.gif" width="15" height="23"></a><br>');

document.write('</td><form action="index.html"><td>');
document.write('<input type="submit" value="Home" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form><form action="practitioners.htm"><td>');
document.write('<input type="submit" value="Practitioners" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form><form action="office_policys.htm"><td>');
document.write('<input type="submit" value="Office Policies" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form><form action="insurance_info.htm"><td>');
document.write('<input type="submit" value="Insurance" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form><form action="directions.htm"><td>');
document.write('<input type="submit" value="Albany Directions" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form><form action="directions_toga.htm"><td>');
document.write('<input type="submit" value="Saratoga Directions" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');



<!-- COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK -->
document.write('</td></form><form action="privacy_policy.htm"><td>');
document.write('<input type="submit" value="Privacy Policy" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form><form action="links.htm"><td>');
document.write('<input type="submit" value="Links" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form><form action="employment.htm"><td>');
document.write('<input type="submit" value="Employment" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form><form action="research.htm"><td>');
document.write('<input type="submit" value="Education&Research" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');


document.write('</td></form><td>');
document.write('<img src="picts/spacer.gif" width="10" height="23"></a><br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');

//  End -->