//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/standards.png' title='Data Standards' /></td>")
document.write("<td width='310'><img src='images/standards_photo.jpg' title='Standards Syntax Photo' /></td>")
document.write("</tr>")
document.write("</table>")


//Data Standards 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'> Data Standards </font>")}
else {document.write("<a class=toc href='index.html'> Data Standards </a>")}



document.write("<font class='hdrTocDivider'>|</font>")


if (location.href.substring(start,end)=="toc") {document.write("<font class='current'> Table of Contents </font>")}
else {document.write("<a class=toc href='toc.html'> Table of Contents </a>")}


document.write("<font class='hdrTocDivider'>|</font>")


if (location.href.substring(start,end)=="downloads") {document.write("<font class='current'> Downloads </font>")}
else {document.write("<a class=toc href='downloads.html'> Downloads </a>")}


document.write("<font class='hdrTocDivider'>|</font>")


if (location.href.substring(start,end)=="survey") {document.write("<font class='current'> Survey </font>")}
else {document.write("<a class=toc href='survey.html'> Survey </a>")}


document.write("</td>")



document.write("</tr>")
document.write("</table>")

