function setpic(gallery){

switch(gallery){

	case "01":
	var desc = "<img src=\"images/gallery/jersey/01.jpg\"><p><b>Jersey Projects</b> <br /> Discain were retained to carry out the architectural & general metalwork on this prestigious retail and residential development on the island of Jersey<br /><br /> </p>";
	break;
	
	
	case "02":
	var desc = "<img src=\"images/gallery/jersey/02.jpg\"><p><b>Jersey Projects</b> <br /> Discain were retained to carry out the architectural & general metalwork on this prestigious retail and residential development on the island of Jersey<br /><br /> </p>";
	break;
	
	case "03":
	var desc = "<img src=\"images/gallery/jersey/03.jpg\"><p><b>Jersey Projects</b> <br /> Discain were retained to carry out the architectural & general metalwork on this prestigious retail and residential development on the island of Jersey<br /><br /> </p>";
	break;
	
	case "04":
	var desc = "<img src=\"images/gallery/jersey/04.jpg\"><p><b>Jersey Projects</b> <br /> Discain were retained to carry out the architectural & general metalwork on this prestigious retail and residential development on the island of Jersey<br /><br /> </p>";
	break;
	
	case "05":
	var desc = "<img src=\"images/gallery/jersey/05.jpg\"><p><b>Jersey Projects</b> <br /> Discain were retained to carry out the architectural & general metalwork on this prestigious retail and residential development on the island of Jersey<br /><br /> </p>";
	break;
	
	case "06":
	var desc = "<img src=\"images/gallery/jersey/06.jpg\"><p><b>Jersey Projects</b> <br /> Discain were retained to carry out the architectural & general metalwork on this prestigious retail and residential development on the island of Jersey<br /><br /> </p>";
	break;
	

}	

document.getElementById('thumnail').innerHTML = desc;

}

function cleardesc(){
document.getElementById('thumnail').innerHTML = "";
}