// JavaScript Document
/*<![CDATA[*/
var Lst;

function CngClass(obj){
 if (Lst) Lst.className='';
 obj.className='current';
 Lst=obj;
}

/*]]>*/
