function setpic(gallery){

switch(gallery){

	case "01":
	var desc = "<img src=\"images/gallery/canary/01.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>";
	break;
	
	
	case "02":
	var desc = "<img src=\"images/gallery/canary/02.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>";
	break;
	
	case "03":
	var desc = "<img src=\"images/gallery/canary/03.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>";
	break;
	
	case "04":
	var desc = "<center><img src=\"images/gallery/canary/04.jpg\"></center>";
	break;
	
	case "05":
	var desc = "<center><img src=\"images/gallery/canary/05.jpg\"></center>";
	break;

	

}	

document.getElementById('thumnail').innerHTML = desc;

}

function cleardesc(){
document.getElementById('thumnail').innerHTML = "";
}