/**
Eloha workspace Navigation
 */
 
function writeElohaNav() {

    var navContent = '<div id="eloha-navlink"><table width="600" border="0" cellpadding="0" cellspacing="0">'

    navContent += '<tr><td style="border-bottom: #ffffff 1px solid;">'    

    navContent += '<table width="100%" border="0" cellpadding="0" cellspacing="5"><tr>'

    navContent += '<td style="border-right: #ffffff 1px solid; text-align:center;"><span><a href="http://www.conserveonline.org/workspaces/eloha" title="Eloha Home Page">ELOHA Toolbox Home</a></span></td>'

    navContent += '<td style="border-right: #ffffff 1px solid; text-align:center"><span><a href="http://www.conserveonline.org/workspaces/eloha/documents/partners" title="ELOHA Partners">Partners</a></span></td>'

    navContent += '<td style="border-right: #ffffff 1px solid; text-align:center"><span><a href="http://www.conserveonline.org/workspaces/eloha/documents/contact-us" title="Contact Us">Contact Us</a></span></td>'
    
        navContent += '<td style="border-right: #ffffff 1px solid; text-align:center"><span><a href="http://www.conserveonline.org/workspaces/eloha/documents/template-kyle" title="Contact Us">Case Studies</a></span></td>'

    navContent += '<td style="text-align:center"><span><a href="http://www.conserveonline.org/workspaces/eloha/documents/bibliography" title="ELOHA Bibliography">Bibliography</a></span></td>'

	navContent += '</tr></table></td></tr>'

	navContent += '<tr  bgcolor="#4e85c5"><td style="border-bottom: #ffffff 1px solid;"><table width="100%" border="0" cellpadding="0" cellspacing="2"><tr>'

	navContent += '<td style="border-right: #ffffff 1px solid; text-align:center"><span><a href="http://www.conserveonline.org/workspaces/eloha/documents/hydrologic-foundation-0" title="Building A Hydrologic Foundation">Hydrologic Foundation</a></span></td>'

	navContent += '<td style="border-right: #ffffff 1px solid; text-align:center"><span><a href="http://www.conserveonline.org/workspaces/eloha/documents/river-types-0" title="Classifying River Types">River Types</a></span></td>'
        
        navContent += '<td style="border-right: #ffffff 1px solid; text-align:center"><span><a href="http://www.conserveonline.org/workspaces/eloha/documents/flow-alteration" title="Assessing Flow Alteration">Flow Alteration</a></span></td>'
    
        navContent += '<td style="border-right: #ffffff 1px solid; text-align:center"><span><a href="http://www.conserveonline.org/workspaces/eloha/documents/flow-ecology-relationships-0" title="Flow-Ecology Relationships">Flow-Ecology Relationships</a></span></td>'

    navContent += '<td style="text-align:center"><span><a href="http://www.conserveonline.org/workspaces/eloha/documents/implementing-policies" title="Implementing Policy">Policy Implementation</a></span></td>'

	navContent += '</tr></table></td></tr></table></div>'

	document.write(navContent)

	document.close()

}

