function checkSelectedPhoto(photoId, divId) {
/*	if (document.getElementById(photoId).height > 61) {
		document.getElementById(divId).style.borderBottom = "2px solid #FF6600";
	}
	*/	
}

function checkPhoto(photoId, divId) {
	/*
	 if (document.getElementById(photoId).height > 61) {
		document.getElementById(divId).style.borderBottom = "2px solid #000000";
	}
	*/
}

function checkThumbnail(photoId, divId) {
	/*
	if (document.getElementById(photoId).height > 36) {
		document.getElementById(divId).style.borderBottom = "1px solid #000000";
	}
	*/
}