document.write("<table border='0' cellspacing='0' cellpadding='0'>");

document.write("<tr>");
document.write("<td><a");
if (dir == 'about'){
document.write("	href='index3.php' onmouseover='hiLite(\"about\", \"abouton\")' onmouseout='hiLite(\"about\", \"abouton\")'><img");
document.write("	src='img/ori/nav_tab1_1.gif' width='95' height='40' border='0' alt='Who We Are' name='about'></a></td>");
} else {
document.write("	href='index3.php' onmouseover='hiLite(\"about\", \"abouton\")' onmouseout='hiLite(\"about\", \"aboutoff\")'><img");
document.write("	src='img/ori/nav_tab1_0.gif' width='95' height='40' border='0' alt='Who We Are' name='about'></a></td>");
}

document.write("<td><a");
if (dir == 'min'){
document.write("	href='min.php' ONMOUSEOVER='hiLite(\"min\", \"minon\")' onmouseout='hiLite(\"min\", \"minon\")'><img");
document.write("	src='img/ori/nav_tab2_1.gif' width='95' height='40' border='0' alt='What We Do' name='min'></a></td>");
} else {
document.write("	href='min.php' ONMOUSEOVER='hiLite(\"min\", \"minon\")' onmouseout='hiLite(\"min\", \"minoff\")'><img");
document.write("	src='img/ori/nav_tab2_0.gif' width='95' height='40' border='0' alt='What We Do' name='min'></a></td>");
}

document.write("<td><a");
if (dir == 'opp'){
document.write("	href='opp.php' onmouseover='hiLite(\"opp\", \"oppon\")' ONMOUSEOUT='hiLite(\"opp\", \"oppon\")'><img");
document.write("	src='img/ori/nav_tab3_1.gif' width='95' height='40' border='0' alt='You can do it too.' name='opp'></a></td>");
} else {
document.write("	href='opp.php' onmouseover='hiLite(\"opp\", \"oppon\")' ONMOUSEOUT='hiLite(\"opp\", \"oppoff\")'><img");
document.write("	src='img/ori/nav_tab3_0.gif' width='95' height='40' border='0' alt='You can do it too.' name='opp'></a></td>");
}

document.write("<td><a");
if (dir == 'spon'){
document.write("	href='spon.php' onmouseover='hiLite(\"spon\", \"sponon\")' ONMOUSEOUT='hiLite(\"spon\", \"sponon\")'><img");
document.write("	src='img/ori/nav_tab4_1.gif' width='95' height='40' border='0' alt='How can you help us?' name='spon'></a></td>");
} else {
document.write("	href='spon.php' onmouseover='hiLite(\"spon\", \"sponon\")' ONMOUSEOUT='hiLite(\"spon\", \"sponoff\")'><img");
document.write("	src='img/ori/nav_tab4_0.gif' width='95' height='40' border='0' alt='How can you help us?' name='spon'></a></td>");
}

document.write("<td><a");
if (dir == 'pub'){
document.write("	href='pub.php' onmouseover='hiLite(\"pub\", \"pubon\")' ONMOUSEOUT='hiLite(\"pub\", \"pubon\")'><img");
document.write("	src='img/ori/nav_tab5_1.gif' width='95' height='40' border='0' alt='express it by your pen' name='pub'></a></td>");
} else {
document.write("	href='pub.php' onmouseover='hiLite(\"pub\", \"pubon\")' ONMOUSEOUT='hiLite(\"pub\", \"puboff\")'><img");
document.write("	src='img/ori/nav_tab5_0.gif' width='95' height='40' border='0' alt='express it by your pen' name='pub'></a></td>");
}

document.write("<td><a");
if (dir == 'link'){
document.write("	href='link.php' onmouseover='hiLite(\"link\", \"linkon\")' ONMOUSEOUT='hiLite(\"link\", \"linkon\")'><img");
document.write("	src='img/ori/nav_tab6_1.gif' width='54' height='40' border='0' alt='useful E connections' name='link'></a></td>");
} else {
document.write("	href='link.php' onmouseover='hiLite(\"link\", \"linkon\")' ONMOUSEOUT='hiLite(\"link\", \"linkoff\")'><img");
document.write("	src='img/ori/nav_tab6_0.gif' width='54' height='40' border='0' alt='useful E connections' name='link'></a></td>");
}

document.write("</tr>");



document.write("</table>");
