function doBox_lambert() {
var intermediate;
if (document.lambert.menu.options[document.lambert.menu.selectedIndex].value!="") {
	intermediate = '<br>' + '<strong>Intermediate Plan:</strong> <a href="' + document.lambert.menu.options[document.lambert.menu.selectedIndex].value + '" target="_blank">' + document.lambert.menu.options[document.lambert.menu.selectedIndex].text + ' pdf</a>';
}
else {
	intermediate = "";	
}
contentObj = document.getElementById('contentContainer');
contentObj.innerHTML = '<strong>Final Plan:</strong> <a href="' + document.lambert.menu.options[document.lambert.menu.selectedIndex].label + '" target="_blank">' + document.lambert.menu.options[document.lambert.menu.selectedIndex].text+ ' pdf</a>' + intermediate + '<br> Right click "Save target as"/"Save link as"<br><br>';	
}

function doBox_lambert_supporting() {
contentObj = document.getElementById('contentContainer_supporting');
contentObj.innerHTML = '<a href="' + document.lambert_supporting.menu.options[document.lambert_supporting.menu.selectedIndex].label + '" target="_blank">' + document.lambert_supporting.menu.options[document.lambert_supporting.menu.selectedIndex].text+ ' pdf</a><br> Right click "Save target as"/"Save link as"';	
}

function createdropdown_bnob() {
document.write('<form style="margin:0px; padding:0px;"  name="bnob"><select name="menu" onChange="location=document.bnob.menu.options[document.bnob.menu.selectedIndex].value;" value="GO"><option selected value="#"> >> Choose a Committee Report</option><option value="http://www.nolaplans.com/plans/BNOB/Mayors%20Rebuilding%20Plan%20Final.pdf">Overview (pdf, 29 pages, 1.1MB)</option><option value="http://www.nolaplans.com/plans/BNOB/Land%20Use%20Committee%20Attachment%20A.pdf">Land Use Exec Summary (pdf, 21 pages, 0.1MB)</option><option value="http://www.nolaplans.com/plans/BNOB/Urban%20Planning%20Action%20Plan%20Final%20Report.pdf">Land Use Report (pdf, 95 pages, 3.75MB)</option><option value="http://www.nolaplans.com/plans/BNOB/Infrastructure%20Committee%20Report%20Attachment%20B.pdf">Infrastructure (pdf, 27 pages, 7.3MB)</option><option value="http://www.nolaplans.com/plans/BNOB/Culture%20Committee%20Report%20Attachment%20C.pdf">Culture (pdf, 26 pages, 2.4MB)</option><option value="http://www.nolaplans.com/plans/BNOB/Education%20Committee%20Report%20Attachment%20D.pdf">Education (pdf, 55 pages, 0.2MB)</option><option value="http://www.nolaplans.com/plans/BNOB/Health%20and%20Social%20Services%20Report%20Attachment%20E.pdf">Health and Social Services (pdf, 67 pages, 0.5MB)</option><option value="http://www.nolaplans.com/plans/BNOB/Economic%20Development%20Committee%20Attachment%20F.pdf">Economic Development (pdf, 84 pages, 0.6MB)</option><option value="http://www.nolaplans.com/plans/BNOB/Mt%20Auburn%20&%20Associates%20Economic%20Development%20Recommendations%20Attachment%20G.pdf">Economic Development Pt. 2 (pdf, 28 pages, 0.2MB)</option><option value="http://www.nolaplans.com/plans/BNOB/Government%20Effectiveness%20Report%20Attachment%20H.pdf">Government Effectiveness (pdf, 28 pages, 0.3MB)</option></select></form>');
}

function createdropdown_riverfront() {
document.write('<form style="margin:0px; padding:0px;"  name="riverfront"><select name="menu" onChange="location=document.riverfront.menu.options[document.riverfront.menu.selectedIndex].value;" value="GO"><option selected value="#"> >> Choose a Report</option><option value="http://www.nolaplans.com/plans/Other%20Plans/Riverfront%20Vision%20Document%20-%20Chapter%201%20-%20Introduction.pdf">Chapter 1 - Introduction (pdf)</option><option value="www.nolaplans.com/plans/Other%20Plans/Riverfront%20Vision%20Document%20-%20Chapter%202%20-%20Overall%20Riverfront.pdf">Chapter 2 - Overall Riverfront (pdf)</option><option value="www.nolaplans.com/plans/Other%20Plans/Riverfront%20Vision%20Document%20-%20Chapter%203%20A%20-%20Upriver%20Riverfron.pdf">Chapter 3A - Upriver Riverfront (pdf)</option><option value="www.nolaplans.com/plans/Other%20Plans/Riverfront%20Vision%20Document%20-%20Chapter%203%20B%20-%20Downtown%20Riverfro.pdf">Chapter 3B - Downtown Riverfront (pdf)</option><option value="www.nolaplans.com/plans/Other%20Plans/Riverfront%20Vision%20Document%20-%20Chapter%203%20C%20-%20Downriver%20Riverfr.pdf">Chapter 3C - Downriver Riverfront (pdf)</option><option value="www.nolaplans.com/plans/Other%20Plans/Riverfront%20Vision%20Document%20-%20Chapter%203%20D%20-%20WestBank%20Riverfro.pdf">Chapter 3D - West Bank Riverfront (pdf)</option><option value="www.nolaplans.com/plans/Other%20Plans/Riverfront%20Vision%20Document%20-%20Chapter%204%20-%20Recommendations.pdf">Chapter 4 - Recommendations (pdf)</option><option value="www.nolaplans.com/plans/Other%20Plans/Riverfront%20Vision%20Document%20-%20Appendix.pdf">Appendix (pdf)</option></select></form>');
}
