function link(text,url)
{
document.write("<a href='http://" + url + "'" + "style=line-height:9pt class=leftNav" + ">" + text + "</a></font><br><br>");
}


link("Roadway Engineering", "www.oregon.gov/ODOT/HWY/ROADWAY/index.shtml");
link("Geometronics", "www.oregon.gov/ODOT/HWY/GEOMETRONICS/index.shtml");
link("Engineering Services", "www.oregon.gov/ODOT/HWY/ENGSERVICES/index.shtml");
link("Specifications", "www.oregon.gov/ODOT/HWY/SPECS/index.shtml");
link("Estimating", "www.oregon.gov/ODOT/HWY/ESTIMATING/index.shtml");
link("Office of Pre-Letting", "www.oregon.gov/ODOT/HWY/OPL/index.shtml");
link("Quality Assurance", "www.oregon.gov/ODOT/HWY/QA/index.shtml");



