';
strN += '';
strN += '';
strN += '';
strN += ' ';
lastShowedRegionFlatn=2;strN += '';strN += 'Киев | ';
strN += ' 1 041 | ';
strN += ' 0.19% | ';
strN += ' 0.19% | ';
strN += '
';
strN += '';
strN += ' ';
strN += ' ';
strN += ' Печерский | ';
strN += ' 1 476 | ';
strN += ' 0.07% | ';
strN += ' 0.07% | ';
strN += '
';
strN += '';
strN += ' ';
strN += ' ';
strN += ' Шевченковский | ';
strN += ' 1 298 | ';
strN += ' 0.15% | ';
strN += ' 0.15% | ';
strN += '
';
strN += '';
strN += ' ';
strN += ' ';
strN += ' Оболонский | ';
strN += ' 1 110 | ';
strN += ' 0.18% | ';
strN += ' 0.18% | ';
strN += '
';
strN += '';
strN += ' ';
strN += ' ';
strN += ' Голосеевский | ';
strN += ' 1 045 | ';
strN += ' 0.1% | ';
strN += ' 0.1% | ';
strN += '
';
strN += '';
strN += ' ';
strN += ' ';
strN += ' Святошинский | ';
strN += ' 954 | ';
strN += ' 0.21% | ';
strN += ' 0.21% | ';
strN += '
';
strN += '';
strN += ' ';
strN += ' ';
strN += ' Подольский | ';
strN += ' 952 | ';
strN += ' 0.11% | ';
strN += ' 0.11% | ';
strN += '
';
strN += '';
strN += ' ';
strN += ' ';
strN += ' Соломенский | ';
strN += ' 951 | ';
strN += ' 0.21% | ';
strN += ' 0.21% | ';
strN += '
';
strN += '';
strN += ' ';
strN += ' ';
strN += ' Днепровский | ';
strN += ' 881 | ';
strN += ' 0.23% | ';
strN += ' 0.23% | ';
strN += '
';
strN += '';
strN += ' ';
strN += ' ';
strN += ' Дарницкий | ';
strN += ' 848 | ';
strN += ' 0.12% | ';
strN += ' 0.12% | ';
strN += '
';
strN += '';
strN += ' ';
strN += ' ';
strN += ' Деснянский | ';
strN += ' 831 | ';
strN += ' 0.36% | ';
strN += ' 0.36% | ';
strN += '
';
/*strN += '';
strN += '';
strN += '';
strN += ' | ';
strN += 'Динамика цен | ';
strN += ' ';
strN += ' ';
strN += ' |
';*/
strN += ' |
';
strN += '
';
document.write(strN);
regIdFlatn = 0;
oblIdFlatn = 0;
function whatMakeFlatn(obl, reg) {
oblIdFlatn = obl;
regIdFlatn = reg;
goDinamicFlatn();
}
function goDinamicFlatn() {
setElementFlatn();
url = "http://www.svdevelopment.com/ru/web/flat_costs/";
document.getElementById("whatDoFormFlatn").action = url;
document.whatDoFormFlatn.submit();
// closeWhatFlatn();
}
function setElementFlatn() {
document.getElementById("oblCalcFlatn").value = oblIdFlatn;
document.getElementById("oblDinFlatn").value = oblIdFlatn;
document.getElementById("regOblFlatn").value = regIdFlatn;
document.getElementById("regDinFlatn").value = regIdFlatn;
}
function closeWhatFlatn() {
obj = document.getElementById("sv-what-house");
if(obj) {
obj.style.display="none";
}
}
function openOblastFlatn(id) {
obj = document.getElementById("omgOblFlatn"+id);
if(obj) {
if(obj.src.indexOf("minus.gif")==-1) {
obj.src="http://www.svdevelopment.com/img/minus.gif";
showHideRegionsFlatn(id, "");
if(lastShowedRegionFlatn>0 && lastShowedRegionFlatn!=id) hideOblastFlatn(lastShowedRegionFlatn);
obj = document.getElementById("ttlOblFlatn_"+id);
if(obj) {
obj.className = "sv-reg-op";
}
}
else {
obj.src="http://www.svdevelopment.com/img/plus.gif";
showHideRegionsFlatn(id, "none");
}
}
lastShowedRegionFlatn = id;
}
function hideOblastFlatn(id) {
obj = document.getElementById("omgOblFlatn"+id);
if(obj) {
if(obj.src.indexOf("minus.gif")==-1) {
}
else {
obj.src="http://www.svdevelopment.com/img/plus.gif";
showHideRegionsFlatn(id, "none");
}
}
obj = document.getElementById("ttlOblFlatn_"+id);
if(obj) {
obj.className = "sv-reg-cl";
}
}
function showHideRegionsFlatn(id, action) {
objs = document.getElementsByTagName("tr");
id = "trOblFlatn_"+id;
// s = '';
for(i in objs) {
if((objs[i].className == "sv-dev-cellS0" || objs[i].className == "sv-dev-cellS1") && objs[i].id.indexOf(id)==0) {
// s+= i+"="+objs[i].className+":"+objs[i].title+"|\t";
objs[i].style.display = action;
}
}
// alert(s);
}