function divdis1(obj){
	totalcount=10;
	for(i=1;i<=totalcount;i++)	{
	 var otherobj = document.getElementById("BookList-"+i); 
	 otherobj.className = 'SortList';
	}
	obj.className = 'SortListclick';
}