//ICASA.net header

document.write("<table cellspacing='0' cellpadding='0' class='headerTop'>")
document.write("<tr valign='middle'>")
document.write("<td width='150'><img src='../images/header_name.jpg' height='60' width='150' title='ICASA' /></td>")
document.write("<td width='*'><img src='images/hdr_tools.png' title='Tools' /></td>")
document.write("<td width='310'><img src='images/hdr_toolsphoto.jpg' title='Wrench Photo' /></td>")
document.write("</tr>")
document.write("</table>")


//Tools Menu 

document.write("<table cellspacing='0' cellpadding='0' class='headerBottom'>")
document.write("<tr>")
document.write("<td width='151'>&#160;</td>")
document.write("<td width='30'  bgcolor='#006b84' background='../images/header_corner.png'>&#160;</td>")
document.write("<td bgcolor='#006b84'>")


var start=location.href.lastIndexOf("/")+1
var end=location.href.lastIndexOf(".")


//document.write(location.href.substring(start,end))  ****used for testing



if (location.href.substring(start,end)=="index") {document.write("<font class='current'> Available Tools </font>")}
else {document.write("<a class='toc' href='index.html'> Available Tools </a>")}


document.write("<font class='hdrTocDivider'>|</font>")


if (location.href.substring(start,end)=="about") {document.write("<font class='current'> About ICASA Tools </font>")}
else {document.write("<a class='toc' href='about.html'> About ICASA Tools </a>")}


document.write("</td>")
document.write("</tr>")
document.write("</table>")



