document.write('<ul>' + '\n');
document.write('<li>' + '\n');

// START: LANDING PAGE LINK
document.write('<a href="/nac/index.cfm?template=landing2_relatedlinks">NAC 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="/nac/index.cfm" title="CCST Home Page"><acronym title="Contract Catalog Search Tool">CCST</acronym> Home Page</a></li>' + '\n');
document.write('<li><a href="/nac/index.cfm?action=search&amp;template=search_menu" title="Searchable Contract Repository Main Menu">Search Menu</a></li>' + '\n');
document.write('<li><a href="/nac/index.cfm?action=search&amp;template=Configured_Item_Pricelists" title="Configured Item Price Lists">Configured Item Price Lists</a></li>' + '\n');
document.write('<li><a href="/nac/forms/CCST_Quick_Guide.pdf" title="Reference Guide" target="_blank">Reference Guide</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="mailto:vanacweb@med.va.gov" title="Send email to the OA&amp;MM Webmaster">Contact Us</a></li>' + '\n');
document.write('<li><a href="http://www.va.gov/viewers/viewer.htm" title="Go to viewer information page">Download PDF Viewer</a></li>' + '\n');
document.write('<li><a href="http://www.va.gov/vastorenac/" title="NAC Store Home Page"><acronym title="National Acquisition Center">NAC</acronym> Store Home Page</a></li>' + '\n');
document.write('<li><a href="/nac/customersurvey/" title="Customer Survey">Customer Survey</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');

// end local menu
