
	function setPhotoset(photoset, user)
	{
		link = 'album.php?cU='+user+'&photoset='+photoset;
		document.location.href = link;
	}


	
