function showbulding(area,pic){
document.getElementById(area).innerHTML ='<img src="images_photo/'+pic+'" width="450" height="310" border="0" style="margin-bottom:10px;">';
}