	var message = "function disabled"; 
	function rtclickcheck(keyp){ if (navigator.appName == "Netscape" && keyp.which == 3){ 	alert(message); return false; } 
	if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) { 	alert(message); 	return false; } } 
	document.onmousedown = rtclickcheck;

// JavaScript Document
/*
document.write('<table width="100%" cellpadding="0" cellspacing="0" border="0" bgcolor="#000000"><tr><td height="20px" align="right">');
document.write('<a href="index.htm" class=nav >Home |</a>');
document.write('<a href="#" class=nav > Site Map |</a>');
document.write('<a href="http://login.pegasus.lunarpages.com:2095" class=nav > Webmail |</a>&nbsp;');
document.write('<a href="archive.htm" class="nav">Archive</a>&nbsp;');
document.write('</td></tr></table>');
*/
document.write('<table width="100%" cellpadding="0" cellspacing="0" border="0" bgcolor="#00486B"><tr><td width="26%" height="20px" align="center"><img src="images/itacec_logo_n.gif"></td>');
    document.write('<td width="100%" align="right" valign="middle"><table width="50%" border="0" cellspacing="1" cellpadding="1">');
      document.write('<tr>');
        document.write('<td align="center"><img src="images/itacec_icon_home.png" width="20" height="20" alt="Home" title="Home" /></td>');
        document.write('<td align="center"><a href="index.htm" class=nav >Home</a></td>');
        document.write('<td align="center"><img src="images/itacec_icon_sitemap.png" width="20" height="20" alt="Sitemap" title="Sitemap" /></td>');
       document.write(' <td align="center"><a href="sitemap.html" class=nav >Site Map</a></td>');
        document.write('<td align="center"><img src="images/itacec_icon_webmail.png" width="20" height="20" alt="Sitemap" title="Sitemap" /></td>');
        document.write('<td align="center"><a href="http://login.pegasus.lunarpages.com:2095" class=nav >Webmail</a></td>');
        document.write('<td align="center"><img src="images/itacec_icon_contact.png" width="20" height="20" alt="Sitemap" title="Sitemap" /></td>');
        document.write('<td align="center"><a href="contactus.php" class="nav">Contact</a></td>');
        document.write('<td align="center"><img src="images/itacec_icon_archive.png" width="20" height="20" alt="Sitemap" title="Sitemap" /></td>');
        document.write('<td align="center"><a href="archive.htm" class="nav">Archive</a></td>');
      document.write('</tr>');
    document.write('</table></td>');
document.write('</tr></table>');



