function showbulding(pic){
document.getElementById("PIC").innerHTML ='<img src="images/'+pic+'" width="510" height="349" border="0">';
}
