function chStars(starsNo) {
	document.getElementById('stars').className='stars s'+starsNo;
}