<!--
function markSelectedNav(id){
if(document.getElementById){
document.getElementById(id).className="navhover";
document.getElementById(id).onmouseover="";
document.getElementById(id).onmouseout="";
}}

function hoverChar(cRow){if(document.getElementById){cRow.className="tableDataHover";}}
function leaveChar(cRow){if(document.getElementById){cRow.className="tableData";}}

function hoverMenu(mCell){if(document.getElementById){mCell.className='navhover'}};
function leaveMenu(mCell){if(document.getElementById){mCell.className='siteNav'}};

function openProfile(num){var profWin=window.open('http://www.magelo.com/eq_view_profile.html?num='+num,'','width=800,height=600');}
//-->