var Lst;

function CClass(obj){

 		if (Lst) Lst.className='';
 		obj.className='selected';
 		Lst=obj;
}
