function movein(which,html){
which.style.background='#1CB3A4'
description.innerHTML=html
}
function setbg(which)
{
which.style.background='#1CB3A4'
}
function moveout(which){
which.style.background='#336699'
description.innerHTML=''
}

if (navigator.appName == "Microsoft Internet Explorer") {
document.writeln("<tr bgcolor=\"#336699\" >");
document.writeln("<td class=\"menu\" align=\"center\" bordercolor=\"white\" id=\"choice1\" style=\"background-color:#336699; cursor:hand\" onmouseover=\"movein(choice1,' ')\" onmouseout=\"moveout(choice1)\" onclick= \"javascript:parent.location='mission.htm'\"> <font size=4 color=white >Our Mission</td></tr>");
document.writeln("<tr bgcolor=\"#336699\">");
document.writeln("<td class=\"menu\" align=\"center\" bordercolor=\"white\" id=\"choice2\" style=\"background-color:#336699; cursor:hand\" onmouseover=\"movein(choice2,' ')\" onmouseout=\"moveout(choice2)\" onclick=\"javascript:parent.location='special.htm'\"> <font size=4 color=white >Our Specialties</td></tr>");
document.writeln("<tr bgcolor=\"#336699\">");
document.writeln("<td class=\"menu\" align=\"center\" bordercolor=\"white\" id=\"choice3\" style=\"background-color:#336699; cursor:hand\" onmouseover=\"movein(choice3,' ')\" onmouseout=\"moveout(choice3)\" onclick= \"javascript:parent.location='success.htm'\"><font size=4 color=white >Success Stories</td></tr>");
document.writeln("<tr bgcolor=\"#336699\">");
document.writeln("<td class=\"menu\" align=\"center\" bordercolor=\"white\" id=\"choice4\" style=\"background-color:#336699; cursor:hand\" onmouseover=\"movein(choice4,' ')\" onmouseout=\"moveout(choice4)\" onclick=\"javascript:parent.location='values.htm'\"><font size=4 color=white > Our Values</td></tr>");
document.writeln("<tr bgcolor=\"#336699\">");
document.writeln("<td class=\"menu\" align=\"center\" bordercolor=\"white\" id=\"choice5\" style=\"background-color:#336699; cursor:hand\" onmouseover=\"movein(choice5,' ')\" onmouseout=\"moveout(choice5)\" onclick=\"javascript:parent.location='services.htm'\"><font size=4 color=white > Consulting Services</td></tr>");
document.writeln("<tr bgcolor=\"#336699\">");
document.writeln("<td class=\"menu\" align=\"center\" bordercolor=\"white\" id=\"choice6\" style=\"background-color:#336699; cursor:hand\" onmouseover=\"movein(choice6,' ')\" onmouseout=\"moveout(choice6)\" onclick=\"javascript:parent.location='products.htm'\"><font size=4 color=white > Software Products</td></tr>");
document.writeln("<tr bgcolor=\"#336699\">");
document.writeln("<td class=\"menu\" align=\"center\" bordercolor=\"white\" id=\"choice7\" style=\"background-color:#336699; cursor:hand\" onmouseover=\"movein(choice7,' ')\" onmouseout=\"moveout(choice7)\" onclick=\"javascript:parent.location='clients.htm'\"><font size=4 color=white > Representative Clients</td></tr>");
document.writeln("<tr bgcolor=\"#336699\">");
document.writeln("<td class=\"menu\" align=\"center\" bordercolor=\"white\" id=\"choice8\" style=\"background-color:#336699; cursor:hand\" onmouseover=\"movein(choice8,' ')\" onmouseout=\"moveout(choice8)\" onclick=\"javascript:parent.location='contacts.htm'\"><font size=4 color=white > Contact Us</td></tr>");
document.writeln("<tr bgcolor=\"#336699\">");
document.writeln("<td class=\"menu\" align=\"center\" bordercolor=\"white\" id=\"choice9\" style=\"background-color:#336699; cursor:hand\" onmouseover=\"movein(choice9,' ')\" onmouseout=\"moveout(choice9)\" onclick=\"javascript:parent.location='sitemap.htm'\"><font size=4 color=white > Site Map</td></tr>");
document.writeln("<tr bgcolor=\"#336699\">");
document.writeln("<td class=\"menu\" align=\"center\" bordercolor=\"white\" id=\"choice12\" style=\"background-color:#336699; cursor:hand\" onmouseover=\"movein(choice12,' ')\" onmouseout=\"moveout(choice12)\" onclick=\"javascript:parent.location='tdwi.htm'\"><font size=4 color=white > TDWI</td></tr>");
document.writeln("<tr>");
document.writeln("<td bordercolor=\"white\" bgcolor=\"ivory\" height=\"0\"><font id=\"description\" face=\"Verdana\" size=\"1\"></font></td>");
document.writeln("</tr>")
}
else{

document.writeln("<tr bgcolor=\"#336699\">");
document.writeln("<td  align=\"center\" bordercolor=\"white\" ><a href=\"mission.htm\"> NexGen Mission</a></td></tr>");
document.writeln("<tr bgcolor=\"#336699\">");
document.writeln("<td  align=\"center\" bordercolor=\"white\" ><a href=\"special.htm\">Specialties</a></td></tr>"); 
document.writeln("<tr bgcolor=\"#336699\">");
document.writeln("<td  align=\"center\" bordercolor=\"white\" ><a href=\"success.htm\"> Success Stories</a></td></tr>"); 
document.writeln("<tr bgcolor=\"#336699\">");
document.writeln("<td  align=\"center\" bordercolor=\"white\" ><a href=\"values.htm\"> NexGen Values</a></td></tr>");
document.writeln("<tr bgcolor=\"#336699\">");
document.writeln("<td  align=\"center\" bordercolor=\"white\" ><a href=\"services.htm\"> Consulting Services</a></td></tr>");
document.writeln("<tr bgcolor=\"#336699\">");
document.writeln("<td  align=\"center\" bordercolor=\"white\" ><a href=\"products.htm\"> Software Products</a></td></tr>"); 
document.writeln("<tr bgcolor=\"#336699\">");
document.writeln("<td  align=\"center\" bordercolor=\"white\" ><a href=\"clients.htm\"> Representative Clients</a></td></tr>"); 
document.writeln("<tr bgcolor=\"#336699\">");
document.writeln("<td  align=\"center\" bordercolor=\"white\" ><a href=\"contacts.htm\"> Contact Us</a></td></tr>"); 
document.writeln("<tr bgcolor=\"#336699\">");
document.writeln("<td  align=\"center\" bordercolor=\"white\" ><a href=\"sitemap.htm\"> Site Map</a></td></tr>"); 
document.writeln("<tr bgcolor=\"#336699\">");
document.writeln("<td  align=\"center\" bordercolor=\"white\" ><a href=\"tdwi.htm\"> TDWI</a></td></tr>"); 
}

