/* JS Functions */


function fullcasestudy() {
	document.getElementById('fullcasestudy').style.display = "block";
}