
function showImage(w,h,url1,tit)
{
	nw=window.open("",'image','toolbar=no menu=no width=' + w + ' height=' + h)
	nw.document.write("<HTML><head><title>"+tit+"</title><style> body {margin:0}</style></head><BODY marginheight=0 marginwidth=0 bottommargin=0 leftmargin=0 rightmargin=0 topmargin=0><IMG SRC='"+url1+"' alt='' onclick=javascript:window.close()><br></body></html>");
	
	nw.document.close();
	nw.focus();
}

function openwin(descript) {
  fotowin=window.open(descript, 'hint', "width=700,height=600,dependent,scrollbars,resizable,menubar,top=60,left=320");
  fotowin.focus();
}
function showpicture(descript) {
  fotowin=window.open(descript, 'hint', 'width=700,height=500,dependent,scrollbars,resizable,menubar,top=60,left=320');
  fotowin.focus();
}
function run() {}

function show(name)
{
	if (document.all[name].style.display == 'block')
		document.all[name].style.display='';
	else	
		document.all[name].style.display='block';
	return;
}

function hide(name)
{
	document.all[name].style.display='none';
	return;
}

img1 = new Image; img1.src = "img/house11.jpg";
img4 = new Image; img4.src = "img/fon_top1.jpg";
img2 = new Image; img2.src = "img/house22.jpg";
img5 = new Image; img5.src = "img/fon_top2.jpg";
img3 = new Image; img3.src = "img/house33.jpg";
img6 = new Image; img6.src = "img/fon_top3.jpg";

