<!--
pathis=location.pathname;
new_array=pathis.split("/");
var arrlen = new_array.length-2
subdirectory=new_array[arrlen]; // 4 is a guess, try others


document.write('<table border="0" cellpadding="0" cellspacing="0" width="982" id="table2" height="76" background="../images/bg-top.gif">');
document.write('					<tr>');
document.write('						<td rowspan="2" width="163">');
document.write('						<map name="FPMap0">');
document.write('						<area href="../default.htm" shape="rect" coords="31, 0, 154, 66">');
document.write('						</map>');
document.write('						<img border="0" src="../images/logo.gif" width="163" height="76" usemap="#FPMap0"></td>');
document.write('						<td height="30" width="819">');
document.write('						<img border="0" src="../images/top-name.gif" width="319" height="30"></td>');
document.write('					</tr>');
document.write('					<tr>');
document.write('						<td height="46" width="819" background="../images/bg-nav.gif">');
document.write('						<div align="center">');
document.write('							<table border="0" cellpadding="0" cellspacing="0" width="760" id="table10">');
document.write('								<tr>');
document.write('									<td align="center" width="37"><b>');
document.write('									<span style="font-size: 13px">');

if (subdirectory == "default")
{
document.write('									<font color="#CC00CC">Home</font></span></b></td>');
}
else
{
document.write('									<a href="../default.htm" class="nav">Home</font></span></b></td>');
}

document.write('									<td align="center" width="1">');
document.write('									<img border="0" src="../images/div.gif" width="1" height="46" hspace="8"></td>');
document.write('									<td align="center"><b>');
document.write('									<span style="font-size: 13px">');

if (subdirectory == "aboutus")
{
document.write('									<font color="#CC00CC">About Us</a></font></span></b></td>');
}
else
{
document.write('									<a href="../aboutus/default.htm" class="nav">About Us</a></span></b></td>');
}

document.write('									<td align="center" width="1">');
document.write('									<img border="0" src="../images/div.gif" width="1" height="46" hspace="8"></td>');
document.write('									<td align="center"><b>');
document.write('									<span style="font-size: 13px">');

if (subdirectory == "worldbook-product")
{
document.write('									<font color="#CC00CC">World Book</a></font></span></b></td>');
}
else
{
document.write('									<a href="../worldbook-product/default.htm" class="nav">World Book</a></span></b></td>');
}

document.write('									<td align="center" width="1">');
document.write('									<img border="0" src="../images/div.gif" width="1" height="46" hspace="8"></td>');
document.write('									<td align="center"><b>');
document.write('									<span style="font-size: 13px">');

if (subdirectory == "parents")
{
document.write('									<font color="#CC00CC">For Parents</a></font></span></b></td>');
}
else
{
document.write('									<a href="../parents/default.htm" class="nav">For Parents</a></span></b></td> ');
}

document.write('									<td align="center" width="1">');
document.write('									<img border="0" src="../images/div.gif" width="1" height="46" hspace="8"></td>');
document.write('									<td align="center"><b>');
document.write('									<span style="font-size: 13px">');

if (subdirectory == "school")
{
document.write('									<font color="#CC00CC">For Schools</a></font></span></b></td>');
}
else
{
document.write('									<a href="../school/default.htm" class="nav">For Schools</a></span></b></td>');
}

document.write('									<td align="center" width="1">');
document.write('									<img border="0" src="../images/div.gif" width="1" height="46" hspace="8"></td>');
document.write('									<td align="center"><b>');
document.write('									<span style="font-size: 13px">');

if (subdirectory == "enquiry-order")
{
document.write('									<font color="#CC00CC">Enquiry / Orders</a></font></span></b></td>');
}
else
{
document.write('									<a href="../enquiry-order/default.htm" class="nav">Enquiry / Orders</a></span></b></td>');
}

document.write('									<td align="center" width="1">');
document.write('									<img border="0" src="../images/div.gif" width="1" height="46" hspace="8"></td>');
document.write('									<td align="center"><b>');
document.write('									<span style="font-size: 13px">');

if (subdirectory == "work")
{
document.write('									<font color="#CC00CC">Work With Us</a></font></span></b></td>');
}
else
{
document.write('									<a href="../work/default.htm" class="nav">Work With Us</a></span></b></td>');
}

document.write('									<td align="center" width="1">');
document.write('									<img border="0" src="../images/div.gif" width="1" height="46" hspace="8"></td>');
document.write('									<td align="center">');
document.write('									<p align="center" style="text-align: center">');
document.write('									<b><span style="font-size: 13px">');

if (subdirectory == "contactus")
{
document.write('									<font color="#CC00CC">Contact Us</a></font></span></b></td>');
}
else
{
document.write('									<a href="../contactus/default.htm" class="nav">Contact Us</a></span></b></td>');
}

document.write('								</tr>');
document.write('							</table>');
document.write('						</div>');
document.write('						</td>');
document.write('					</tr>');
document.write('				</table>');
//-->