function setpic(gallery){

switch(gallery){

	case "heathrow":
	var desc = "<img src=\"images/gallery/heathrow.jpg\"><p><b>Heathrow terminal 3 multi-storey car park </b> <br /> Discain provided the balustrades and pedestrian link bridge module for the new Terminal 3 multi-storey car park at London Heathrow Airport<br /><br /> </p><center><p>(click the thumbnail for more photos of this project)</p></center>";
	break;

	case "dublin":
	var desc = "<img src=\"images/gallery/dublin.jpg\"><p><b>Dr Tony Ryan Academy</b> <br /> Discain's involvement in this prestigious project included the detailed design, workshop fabrication and site erection of all structural steel work<br /><br /> </p><center><p>(click the thumbnail for more photos of this project)</p></center>";
	break;
	
	
	case "rada":
	var desc = "<img src=\"images/gallery/rada.jpg\"><p><b>Jerwood Vanbrugh Theatre</b> <br /> Discain were responsible for the manufacture and fixing of all hand railing and acoustic paneling in the new 200 seat theatre that forms part of a £17M new drama school for the Royal Academy od Dramatic Art (R.A.D.A)<br /><br /> </p><center><p>(click the thumbnail for more photos of this project)</p></center>";
	break;
	
	case "canary":
	var desc = "<img src=\"images/gallery/canary.jpg\"><p><b>Canary Central</b> <br /> Discain were responsible for the manufacture and installation of the balconies at this prestigious site<br /><br /> </p><center><p>(click the thumbnail for more photos of this project)</p></center>";
	break;
	
		case "jersey":
	var desc = "<img src=\"images/gallery/jersey.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><center><p>(click the thumbnail for more photos of this project)</p></center>";
	break;
	
	case "seacon":
	var desc = "<img src=\"images/gallery/seacon.jpg\"><p><b>Seacon Wharf</b> <br /> Discain were responsible for the manufacture and installation of the balconies at this prestigious site<br /><br /> </p><center><p>(click the thumbnail for more photos of this project)</p></center>";
	break;
	
		case "tunnel":
	var desc = "<img src=\"images/gallery/tunnel.jpg\"><p><b>Dublin Port Tunnel</b> <br /> Discain were retained to design, fabricate and erect a 60 metre span crane gantry bridge<br /><br /> </p><center><p>(click the thumbnail for more photos of this project)</p></center>";
	break;

}	

document.getElementById('thumnail').innerHTML = desc;

}

function cleardesc(){
document.getElementById('thumnail').innerHTML = "";
}