function newpics(img,id,counter) 
	{
	for (var i=1; i<counter; i++) {	
	identity=document.getElementById('pic'+i);
	identity.className='cs_pic';
	}
	identity=document.getElementById(id);
	identity.className='cs_picOn';
	photoId = img-2;
	var myPhoto = new Slideshow(photoId);
	myPhoto.nextPhoto();
	}