function showbulding(area,pic){
document.getElementById(area).innerHTML ='<img src="images/'+pic+'" width="500" height="332" border="0">';
}

