<!-- 
var ImgFolder="images/";
function highlight(Name,Info)
{eval("document.images[\""+Name+"\"].src = \""+
ImgFolder+Name+"_2.gif\"");
window.status=Info;}
function normalize(Name)
{eval("document.images[\""+Name+"\"].src = \""+
ImgFolder+Name+"_1.gif\"");
window.status="";}
// -->                                                                 
