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