<!--
function ChgImg(ImNm, Pic)
{
if (document.images) {
document.images[ImNm].src = "/templates/html/pic/"+ Pic + ".gif";}

}


function ChgImgId(ImNm, Pic)
{
el=document.getElementById(ImNm);
el.src="/templates/html/pic/"+ Pic + ".gif";

}


//-->	
