function L(item) { item.style.color="#FFFFFF" }function H(item) { item.style.color="#26E5BF" }function X(item,link) { item.style.color="#26E5BF";document.location.href=link }function navitem(name,link) { document.write("<td onmouseout=\"L(this)\" onclick=\"X(this,'"+link+".html')\" onmouseover=\"H(this)\" style=\"background-color:"+nav_color+";font-size:17px;font-family:Verdana,Arial;cursor:hand;cursor:pointer;color:#FFFFFF; align-horizontal:center\"><nobr>&nbsp;&nbsp;&nbsp;&nbsp;" + name + "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</nobr></td>") }