//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_apps.png' title='Applications' /></td>")
document.write("<td width='310'><img src='images/hdr_appsimage.jpg' title='Chart Images' /></td>")
document.write("</tr>")
document.write("</table>")




/* ***** Return to Listing ***** */

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


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>")


if (location.href.substring(start,end)!="index")
	{
	document.write("<td width='*' bgcolor='#006b84'><a class='toc' href='index.html'>Applications List</a></td>")
	} 


if (location.href.substring(start,end)=="index")
	{
	document.write("<td width='*' bgcolor='#006b84'>&#160;</td>")
	}

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