// JavaScript Document
function ShowK(ID)  {
	//k =document.getElementById(ID).offsetHeight;
	//k=k/2;
	//document.getElementById(ID).style.top=(k-50)+"px";
	document.getElementById(ID).style.display="block";
}

function ShowK2(ID,n)  {
	h =document.getElementById(ID).offsetHeight;
	if (n>6) 
	{
		top=h+(n-12)*30;
		//document.getElementById(ID).style.top="-"+top+"px";
	}
	document.getElementById(ID).style.display="block";
}


function HideK(ID)  {
	document.getElementById(ID).style.display="none";
}
function OnMOver(id1, id2) {
	document.getElementById(id1).style.backgroundColor="#f8e8b9";
	document.getElementById(id1).style.borderColor="#5e5e5e";
	document.getElementById(id2).style.display="block";
}

function OnMOut(id1, id2) {
	document.getElementById(id1).style.backgroundColor="#f8eeb9";
	document.getElementById(id1).style.borderColor="#f8eeb9";
	document.getElementById(id2).style.display="none";
}

function getinfo()
{
	document.write('г. Москва, 16-я Парковая ул., д.30 м. Щелковская. Телефон: (495) 777-34-60, 777-34-62<br><br><b>Карта проезда:</b><br><br><iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.ru/maps?f=q&amp;source=s_q&amp;hl=ru&amp;geocode=&amp;q=16+%D0%BF%D0%B0%D1%80%D0%BA%D0%BE%D0%B2%D0%B0%D1%8F+30&amp;sll=55.354135,40.297852&amp;sspn=42.771683,114.169922&amp;ie=UTF8&amp;hq=&amp;hnear=%D0%90%D0%9E+%D0%92%D0%BE%D1%81%D1%82%D0%BE%D1%87%D0%BD%D1%8B%D0%B9,+%D0%B3%D0%BE%D1%80%D0%BE%D0%B4+%D0%9C%D0%BE%D1%81%D0%BA%D0%B2%D0%B0,+16-%D1%8F+%D0%9F%D0%B0%D1%80%D0%BA%D0%BE%D0%B2%D0%B0%D1%8F+%D1%83%D0%BB.,+30&amp;ll=55.816667,37.839575&amp;spn=0.020234,0.055747&amp;z=14&amp;iwloc=A&amp;output=embed"></iframe><br /><small><a href="http://maps.google.ru/maps?f=q&amp;source=embed&amp;hl=ru&amp;geocode=&amp;q=16+%D0%BF%D0%B0%D1%80%D0%BA%D0%BE%D0%B2%D0%B0%D1%8F+30&amp;sll=55.354135,40.297852&amp;sspn=42.771683,114.169922&amp;ie=UTF8&amp;hq=&amp;hnear=%D0%90%D0%9E+%D0%92%D0%BE%D1%81%D1%82%D0%BE%D1%87%D0%BD%D1%8B%D0%B9,+%D0%B3%D0%BE%D1%80%D0%BE%D0%B4+%D0%9C%D0%BE%D1%81%D0%BA%D0%B2%D0%B0,+16-%D1%8F+%D0%9F%D0%B0%D1%80%D0%BA%D0%BE%D0%B2%D0%B0%D1%8F+%D1%83%D0%BB.,+30&amp;ll=55.816667,37.839575&amp;spn=0.020234,0.055747&amp;z=14&amp;iwloc=A" style="color:#0000FF;text-align:left">Просмотреть увеличенную карту</a></small>');
}