$(document).ready(function()
{
	$(".panorama").colorbox({iframe:true, innerWidth:700, innerHeight:450});
	$(".YaMap").colorbox({iframe:true, innerWidth:700, innerHeight:450});
});


function show(id)
{		
	var block = document.getElementById(id).style;
 
	if (block.height=="auto")
	{
		block.height = "75px";
		document.getElementById("linkmore").innerHTML = "Узнать больше";
	}
	else
	{
		block.height = "auto";
		document.getElementById("linkmore").innerHTML = "Скрыть";			
	}
}
