function contrl(obj){
	totalcount=4;
	for(i=1;i<=totalcount;i++)	{
	    var otherobj = document.getElementById("BookList-" + i.toString());
	    if (otherobj) { otherobj.className = 'NewBookList';}
	}
	obj.className = 'NewBookListclick';
	
}