	function showPicture(picId) {
		showBlockElement(picId);
	}
	
	function hidePicture(picId) {
		hideElement(picId);
	}
	
	