// JavaScript Document
function ShowPic(sImage)
{
   document.ShowHouse.src = sImage;
}