<!--
getPage();

var greenTD = "<td class='green' nowrap height=17>";
var subBlueTD = "<td class='blue' height=17 onMouseOver='this.className=\"green\"' onMouseOut='this.className=\"blue\"' nowrap>";
var subBlank = "<img src='/images/clearpixel.gif' width=5 height=1>";

document.write("<table border=0 cellspacing=0 cellpadding=0 width='100%'>")
document.write("<tr>")

//if (subpage == "Management Team") { document.write(greenTD); }
//else { document.write(subBlueTD); 	}
//document.write("<img src='/images/clearpixel.gif' width=10 height=1><a href='management_team.asp' class='nav' title='MANAGEMENT TEAM'>MANAGEMENT TEAM</a>"+subBlank+"</td>");

//if (subpage == "Company History") { document.write(greenTD); }
//else { document.write(subBlueTD); 	}
//document.write(subBlank+"<a href='company_history.asp' class='nav' title='COMPANY HISTORY'>COMPANY HISTORY</a>"+subBlank+"</td>");

if (subpage == "News") { document.write(greenTD); }
else { document.write(subBlueTD); 	}
document.write(subBlank+"<a href='news.asp' class='nav' title='NEWS'>NEWS</a>"+subBlank+"</td>");

if (subpage == "Careers") { document.write(greenTD); }
else { document.write(subBlueTD); 	}
document.write(subBlank+"<a href='careers.asp' class='nav' title='CAREERS'>CAREERS</a>"+subBlank+"</td>");

document.write("<td class='blue' width='100%'><img src='/images/clearpixel.gif' width=1 height=1></td>")
document.write("</tr>")
document.write("<tr><td class='darkgray' colspan=5><img src='/images/clearpixel.gif' width=1 height=3></td></tr>")
document.write("</table>")
//-->