
function showcottage(id,collection)
{
	document.getElementById('card').style.visibility = 'visible';
	document.getElementById('fon').style.display = 'inline';
	document.getElementById('card').style.display = 'inline';
	document.getElementById('card').innerHTML = "<nobr><img src='/img/blank.gif' width='298' height='20'><img src='/img/close.gif' onclick='img_close2();' style='cursor:pointer;' title='Закрыть'></nobr><br clear=all><IFRAME src='/app_div_cottage.asp?id=" + id + "&collection=" + collection + "' width='327' height='420' id='viewdata' frameborder='no' scrolling='no'></IFRAME>"

}

function img_close2()
{
	document.getElementById('fon').style.display = 'none';
	document.getElementById('card').style.visibility = 'hidden';
}
