document.write('<ul>' + '\n');
document.write('<li>' + '\n');

// START: LANDING PAGE LINK
document.write('<a href="landing2_relatedlinks.htm">PSAS Links</a>' + '\n');
// END: LANDING PAGE LINK

// START: MENU DECLARATION
document.write('<div class="menu threeColumn">' + '\n');
// END: MENU DECLARATION

// START: COLUMN ONE
document.write('<div class="sub_nav">' + '\n');
document.write('<h4>PSAS General Info</h4>' + '\n');
document.write('<ul>' + '\n');

// START: COLUMN ONE LINKS
document.write('<li><a href="Index.asp">PSAS Home</a></li>' + '\n');
document.write('<li><a href="AboutPSAS.asp">About PSAS</a></li>' + '\n');
document.write('<li><a href="Videos.asp">PSAS Videos</a></li>' + '\n');
document.write('<li><a href="InTheNews.asp">In the News</a></li>' + '\n');
document.write('<li><a href="VADOD.asp">VA DoD Cooperation</a></li>' + '\n');
document.write('<li><a href="staff.asp">PSAS Staff Directory</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('<h4>Services and Benefits</h4>' + '\n');
document.write('<ul>' + '\n');

// START: COLUMN TWO LINKS
document.write('<li><a href="Satisfaction.asp">Patient Satisfaction</a></li>' + '\n');
document.write('<li><a href="Labs.asp">Prosthetic and Orthotic Services</a></li>' + '\n');
document.write('<li><a href="HISA.asp">Home Improvement</a></li>' + '\n');
document.write('<li><a href="AutomobileAdaptiveEquipment.asp">Automobile Adaptive Equipment</a></li>' + '\n');
document.write('<li><a href="ClothingAllowance.asp">Clothing Allowance</a></li>' + '\n');
document.write('<li><a href="http://www.vba.va.gov/bln/21/Rates/special1.htm">Special Benefit Allowance Rates</a></li>' + '\n');
// END: COLUMN TWO LINKS

document.write('</ul>' + '\n');
document.write('</div>' + '\n');
// END: COLUMN TWO

// START: COLUMN three
document.write('<div class="sub_nav">' + '\n');
document.write('<h4>Other Information</h4>' + '\n');
document.write('<ul>' + '\n');

// START: COLUMN three LINKS
document.write('<li><a href="AmericanVeteran.asp">American Veteran</a></li>' + '\n');
document.write('<li><a href="Handbooks.asp">VA Handbooks</a></li>' + '\n');
document.write('<li><a href="cpr.asp">Clinical Practice Recommendations (CPR)</a></li>' + '\n');
document.write('<li><a href="Publications.asp">PSAS Publications</a></li>' + '\n');

// END: COLUMN three 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');
