document.write('<ul>' + '\n');
document.write('<li>' + '\n');

// START: LANDING PAGE LINK
document.write('<a href="../Templates/rehab_relatedlinks.htm">Rehab R&amp;D Links</a>' + '\n');
// END: LANDING PAGE LINK

// START: MENU DECLARATION
document.write('<div class="menu twoColumn">' + '\n');
// END: MENU DECLARATION

// START: COLUMN ONE
document.write('<div class="sub_nav">' + '\n');
document.write('<ul>' + '\n');

// START: COLUMN ONE LINKS
document.write('<li><a href="../index.html">Rehab R&amp;D Home Page</a></li>' + '\n');
document.write('<li><a href="../guid/guideindex.html#start.html">Funding</a></li>' + '\n');
document.write('<li><a href="../guid/guideindex.html#start.html">Guidelines</a></li>' + '\n');
document.write('<li><a href="../guid/handbooks.html#start">Handbooks</a></li>' + '\n');
document.write('<li><a href="http://www.research.va.gov/funding/process/forms.cfm">Forms</a></li>' + '\n');
document.write('<li><a href="../Links/index.html">Links for Veterans</a></li>' + '\n');
document.write('<li><a href="../staff/index2.html#start.html">Rehab Staff</a></li>' + '\n');
// END: COLUMN ONE LINKS

document.write('</ul>' + '\n');
document.write('</div>' + '\n');
// END: COLUMN ONE

// START: COLUMN TWO
document.write('<div class="sub_nav">' + '\n');
document.write('<ul>' + '\n');

// START: COLUMN TWO LINKS
document.write('<li><a href="../jrrd/index.html">JRRD Home Page</a></li>' + '\n');
document.write('<li><a href="http://www.research.va.gov/programs/default.cfm#rrd-ctr">Centers of Excellence</a></li>' + '\n');
document.write('<li><a href="../award/awardindex.html#start">Researchers Awards</a></li>' + '\n');
document.write('<li><a href="../conference/conference.html#start" title="Conferences">Conferences</a></li>' + '\n');
document.write('<li><a href="mailto:ricardo.gonzalez@va.gov">Feedback</a></li>' + '\n');
document.write('<li><a href="http://www.research.va.gov/default.cfm">ORD Home Page</a></li>' + '\n');
document.write('<li><a href="http://www.rehab.research.va.gov/staff/stps.htm">JRRD Staff</a></li>' + '\n');
// END: COLUMN TWO LINKS

document.write('</ul>' + '\n');
document.write('</div>' + '\n');
// END: COLUMN TWO

document.write('<div class="clear"></div>' + '\n');
document.write('</div>' + '\n');
document.write('</li>' + '\n');
document.write('</ul>' + '\n');

