// JavaScript Document
startList = function() {
      if (document.all&&document.getElementById) {
            navRoot = document.getElementById("menu");
            for (i=0; i<navRoot.childNodes.length; i++) {
                  node = navRoot.childNodes[i];
                  if (node.nodeName=="LI") {
                        node.onmouseover=function() {
                              this.className+=" over";
                        }
                        node.onmouseout=function() {
                              this.className=this.className.replace(" over", "");
                        }
                  }
            }
      }
}


   

if (document.images)
{
  pic1= new Image(); 
  pic1.src="images/contact_over.gif";   
  
  pic2= new Image(); 
  pic2.src="images/home_over.gif"; 
  
  pic3= new Image(); 
  pic3.src="images/map_over.gif"; 
  
  pic4= new Image(); 
  pic4.src="images/plan_over.gif"; 
  

  pic6= new Image(); 
  pic6.src="images/arhitektura_over.gif";
  
  pic7= new Image(); 
  pic7.src="images/infrastructura_over.gif";  
  
  pic8= new Image(); 
  pic8.src="images/dropback.jpg";
  
  pic9= new Image(); 
  pic9.src="images/vopros1_over.gif";
  
  
    pic10= new Image(); 
  pic10.src="images/vopros2_over.gif";
  
    pic11= new Image(); 
  pic11.src="images/vopros3_over.gif";
  
    pic12= new Image(); 
  pic12.src="images/vopros4_over.gif";
  
    pic13= new Image(); 
  pic13.src="images/vopros5_over.gif";
  
    pic14= new Image(); 
  pic14.src="images/vopros6_over.gif";
  
  pic15= new Image(); 
  pic15.src="images/dynamic_over.gif";
  
  pic16= new Image(); 
  pic16.src="/images/bot_type1_over.gif";
  
  pic17= new Image(); 
  pic17.src="/images/bot_type2_over.gif";
  
  pic18= new Image(); 
  pic18.src="/images/bot_type3_over.gif";
  
  pic19= new Image(); 
  pic19.src="/images/bot_type4_over.gif";
  
  pic20= new Image(); 
  pic20.src="/images/bot_type5_over.gif";
  
  pic21= new Image(); 
  pic21.src="/images/bot_type6_over.gif";
  
  
}

function Tooltip()
  {
     var blockDiv = document.createElement("DIV");
     if(!blockDiv)
       return false;       
     blockDiv.className = 'tooltip';
     
     //divs     
     var b1 = document.createElement("B");
     b1.className = 's1';
     var b2 = document.createElement("B");
     b2.className = 's2'; 
     var b3 = document.createElement("B");
     b3.className = 's3'; 
     var b4 = document.createElement("B");
     b4.className = 's4'; 
     
     var Center = document.createElement("DIV");
     Center.className = 'cen_tool';
     
     Center.style.borderLeftColor = '#666666';
     Center.style.borderRightColor = '#666666';
     
     var CenterContent = document.createElement("DIV");
     CenterContent.className = 'cent_cont';
     
     var CloseDiv = document.createElement("DIV");
     CloseDiv.className ='close';
     
     var b5 = document.createElement("B");
     b5.className = 's5';
     var b6 = document.createElement("B");
     b6.className = 's6'; 
     var b7 = document.createElement("B");
     b7.className = 's7'; 
     var b8 = document.createElement("B");
     b8.className = 's8';
     
     var img = document.createElement('IMG');
     
     //images
     var closeImg = document.createElement("IMG");
     closeImg.src = 'images/x.gif';
     closeImg.onclick = function() {
     document.body.removeChild(blockDiv);
     }
     

        //narezka
        blockDiv.appendChild(b1);
        blockDiv.appendChild(b2);
        blockDiv.appendChild(b3);
        blockDiv.appendChild(b4);
        CloseDiv.appendChild(closeImg);
        Center.appendChild(CloseDiv);
        Center.appendChild(img);
        Center.appendChild(CenterContent);
        blockDiv.appendChild(Center);
        blockDiv.appendChild(b5);
        blockDiv.appendChild(b6);
        blockDiv.appendChild(b7);
        blockDiv.appendChild(b8);        
        
    //events    
     document.getElementById('type1').onclick = function(event)
       {
            if (!event) event=window.event;
            {
                blockDiv.style.top = event.clientY-13+'px';
                blockDiv.style.left = event.clientX-164+'px';
                document.body.appendChild(blockDiv);                
                img.src = 'images/type1/dom_01_front.jpg';
                CenterContent.innerHTML = 'Общая площадь <strong>345 м&#178;</strong>' ;
                
                
                
            }  
           

       }
            document.getElementById('type2').onclick = function(event)
       {
            if (!event) event=window.event;
            {
                blockDiv.style.top = event.clientY-13+'px';
                blockDiv.style.left = event.clientX-164+'px';
                document.body.appendChild(blockDiv);                
                img.src = 'images/type2/dom_01_front.jpg';
                CenterContent.innerHTML = 'Общая площадь <strong>395 м&#178;</strong>' ;
                
                
                
                
            }  
           

       }   

     document.getElementById('type3').onclick = function(event)
       {
            if (!event) event=window.event;
            {
                blockDiv.style.top = event.clientY-13+'px';
                blockDiv.style.left = event.clientX-164+'px';
                document.body.appendChild(blockDiv);                
                img.src = 'images/type3/dom_01_front.jpg';
                
                CenterContent.innerHTML = 'Общая площадь <strong>430 м&#178;</strong>' ;
                
            }  
           

       }   

     document.getElementById('type4').onclick = function(event)
       {
            if (!event) event=window.event;
            {
                blockDiv.style.top = event.clientY-13+'px';
                blockDiv.style.left = event.clientX-164+'px';
                document.body.appendChild(blockDiv);                
                img.src = 'images/type4/dom_01_front.jpg';
                CenterContent.innerHTML = 'Общая площадь <strong>515 м&#178;</strong>' ;
            }  
           

       }   

     document.getElementById('type5').onclick = function(event)
       {
            if (!event) event=window.event;
            {
                blockDiv.style.top = event.clientY-13+'px';
                blockDiv.style.left = event.clientX-164+'px';
                document.body.appendChild(blockDiv);                
                img.src = 'images/type5/dom_01_front.jpg';
                CenterContent.innerHTML = 'Общая площадь <strong>525 м&#178;</strong>' ;
                
        
            }  
           

       }  

            document.getElementById('type6').onclick = function(event)
       {
            if (!event) event=window.event;
            {
                blockDiv.style.top = event.clientY-13+'px';
                blockDiv.style.left = event.clientX-164+'px';
                document.body.appendChild(blockDiv);                
                img.src = 'images/type6/dom_01_front.jpg';
                
                CenterContent.innerHTML = 'Общая площадь <strong>555 м&#178;</strong>' ;    
                
            }  
           

       }   




  }
  
  
  
function EmailForm() {
     var blockDiv = document.createElement("DIV");
     if(!blockDiv) return false;
     blockDiv.className = 'round_block_email';


     
     //divs     
     var b1 = document.createElement("B");
     b1.className = 'f1';
     var b2 = document.createElement("B");
     b2.className = 'f2'; 
     var b3 = document.createElement("B");
     b3.className = 'f3'; 
     var b4 = document.createElement("B");
     b4.className = 'f4'; 
     
     var Center = document.createElement("FORM");
     Center.className = 'round_email';
     
     
     Center.method = 'POST';
     Center.action = 'mail.php';
     
     var b5 = document.createElement("B");
     b5.className = 'f5';
     var b6 = document.createElement("B");
     b6.className = 'f6'; 
     var b7 = document.createElement("B");
     b7.className = 'f7'; 
     var b8 = document.createElement("B");
     b8.className = 'f8';
     

     
     var nameForm = document.createElement("input");
     nameForm.type = 'text';
     nameForm.name = 'name';
     nameForm.value = 'Ваше Имя';
     nameForm.className = 'inputForm';     
     nameForm.onblur = function() { nameForm.value == '' ? nameForm.value = 'Ваше Имя' : '';}
     nameForm.onfocus = function() { nameForm.value == 'Ваше Имя' ? nameForm.value = '' : '';}
     
     var emailForm = document.createElement("input");
     emailForm.type = 'text';
     emailForm.name = 'email';
     emailForm.value = 'Контактный e-mail';
     emailForm.className = 'inputForm';     
     emailForm.onblur = function() { emailForm.value == '' ? emailForm.value = 'Контактный e-mail' : '';}
     emailForm.onfocus = function() { emailForm.value == 'Контактный e-mail' ? emailForm.value = '' : '';}
     
     var phoneForm = document.createElement("input");
     phoneForm.type = 'text';
     phoneForm.name = 'phone';     
     phoneForm.value = 'Контактный телефон';
     phoneForm.className = 'inputForm';
     phoneForm.onblur = function() { phoneForm.value == '' ? phoneForm.value = 'Контактный телефон' : '';}
     phoneForm.onfocus = function() { phoneForm.value == 'Контактный телефон' ? phoneForm.value = '' : '';}

     
     var messageForm = document.createElement("textarea");
     messageForm.name = 'message';
     messageForm.value = 'Ваш вопрос';
     messageForm.onblur = function() { messageForm.value == '' ? messageForm.value = 'Ваш вопрос' : '';}
     messageForm.onfocus = function() { messageForm.value == 'Ваш вопрос' ? messageForm.value = '' : '';}

     
     
     var submitForm = document.createElement("input");
     submitForm.type = 'submit';
     submitForm.value = 'Отправить';
     submitForm.className = 'submitForm';

     submitForm.onmouseover = function() {
             this.style.borderColor = '#33FF66';
     }
     submitForm.onmouseout = function() {
             this.style.borderColor = '#0099FF';
     }

     
     
     //images
     var closeForm = document.createElement("input");
     closeForm.type = 'button';     
     closeForm.value = 'Закрыть';
     closeForm.className = 'submitForm';
     closeForm.onclick = function() {
         document.body.removeChild(blockDiv);     
     }
     
     closeForm.onmouseover = function() {
             this.style.borderColor = '#33FF66';
     }
     closeForm.onmouseout = function() {
             this.style.borderColor = '#0099FF';
     }
     
     

        //narezka
        blockDiv.appendChild(b1);
        blockDiv.appendChild(b2);
        blockDiv.appendChild(b3);
        blockDiv.appendChild(b4);
        blockDiv.appendChild(Center);  
        Center.appendChild(nameForm);
        Center.appendChild(emailForm);
        Center.appendChild(phoneForm);
        Center.appendChild(messageForm);
        Center.appendChild(submitForm);
        Center.appendChild(closeForm);
        blockDiv.appendChild(b5);
        blockDiv.appendChild(b6);
        blockDiv.appendChild(b7);
        blockDiv.appendChild(b8);  
        
        document.body.appendChild(blockDiv);  

}
  
  
  
  
  
  
  
  
  
function RegForm() {
     var blockDiv = document.createElement("DIV");
     if(!blockDiv) return false;
     blockDiv.className = 'round_block_email';


     
     //divs     
     var b1 = document.createElement("B");
     b1.className = 'f1';
     var b2 = document.createElement("B");
     b2.className = 'f2'; 
     var b3 = document.createElement("B");
     b3.className = 'f3'; 
     var b4 = document.createElement("B");
     b4.className = 'f4'; 
     
     var Center = document.createElement("FORM");
     Center.className = 'round_email';
     
     
     Center.method = 'POST';
     Center.action = 'mail1.php';
     
     var b5 = document.createElement("B");
     b5.className = 'f5';
     var b6 = document.createElement("B");
     b6.className = 'f6'; 
     var b7 = document.createElement("B");
     b7.className = 'f7'; 
     var b8 = document.createElement("B");
     b8.className = 'f8';
     

     
     var nameForm = document.createElement("input");
     nameForm.type = 'text';
     nameForm.name = 'name';
     nameForm.value = 'Ваше Имя';
     nameForm.className = 'inputForm';     
     nameForm.onblur = function() { nameForm.value == '' ? nameForm.value = 'Ваше Имя' : '';}
     nameForm.onfocus = function() { nameForm.value == 'Ваше Имя' ? nameForm.value = '' : '';}
     
     var emailForm = document.createElement("input");
     emailForm.type = 'text';
     emailForm.name = 'email';
     emailForm.value = 'Контактный e-mail';
     emailForm.className = 'inputForm';     
     emailForm.onblur = function() { emailForm.value == '' ? emailForm.value = 'Контактный e-mail' : '';}
     emailForm.onfocus = function() { emailForm.value == 'Контактный e-mail' ? emailForm.value = '' : '';}
     
     var phoneForm = document.createElement("input");
     phoneForm.type = 'text';
     phoneForm.name = 'phone';     
     phoneForm.value = 'Контактный телефон';
     phoneForm.className = 'inputForm';
     phoneForm.onblur = function() { phoneForm.value == '' ? phoneForm.value = 'Контактный телефон' : '';}
     phoneForm.onfocus = function() { phoneForm.value == 'Контактный телефон' ? phoneForm.value = '' : '';}

     
     
     var submitForm = document.createElement("input");
     submitForm.type = 'submit';
     submitForm.value = 'Отправить';
     submitForm.className = 'submitForm';

     submitForm.onmouseover = function() {
             this.style.borderColor = '#33FF66';
     }
     submitForm.onmouseout = function() {
             this.style.borderColor = '#0099FF';
     }

     
     
     //images
     var closeForm = document.createElement("input");
     closeForm.type = 'button';     
     closeForm.value = 'Закрыть';
     closeForm.className = 'submitForm';
     closeForm.onclick = function() {
         document.body.removeChild(blockDiv);     
     }
     
     closeForm.onmouseover = function() {
             this.style.borderColor = '#33FF66';
     }
     closeForm.onmouseout = function() {
             this.style.borderColor = '#0099FF';
     }
     
     

        //narezka
        blockDiv.appendChild(b1);
        blockDiv.appendChild(b2);
        blockDiv.appendChild(b3);
        blockDiv.appendChild(b4);
        blockDiv.appendChild(Center);  
        Center.appendChild(nameForm);
        Center.appendChild(emailForm);
        Center.appendChild(phoneForm);
        Center.appendChild(submitForm);
        Center.appendChild(closeForm);
        blockDiv.appendChild(b5);
        blockDiv.appendChild(b6);
        blockDiv.appendChild(b7);
        blockDiv.appendChild(b8);  
        
        document.body.appendChild(blockDiv);  

}  
  
  
  
  
  
  
  
  
  
  
  
  
function TooltipSize()
  {
     var blockDiv = document.createElement("DIV");
     if(!blockDiv)
       return false;       
     blockDiv.className = 'round_block_email';
     blockDiv.style.width = 330+'px';
     
     //divs     
     var b1 = document.createElement("B");
     b1.className = 'f1';
     var b2 = document.createElement("B");
     b2.className = 'f2'; 
     var b3 = document.createElement("B");
     b3.className = 'f3'; 
     var b4 = document.createElement("B");
     b4.className = 'f4'; 
     
     var Center = document.createElement("DIV");
     Center.className = 'round_email1';
     
     var CenterContent = document.createElement("DIV");
     CenterContent.className = 'cent_cont';
     
     var ContentDiv = document.createElement("DIV");
     ContentDiv.className = 'preDiv';
     var ContentDiv1 = document.createElement("DIV");
     ContentDiv1.className = 'preDiv';

     
     
     var CloseDiv = document.createElement("DIV");
     CloseDiv.className ='close';
     
     var b5 = document.createElement("B");
     b5.className = 'f5';
     var b6 = document.createElement("B");
     b6.className = 'f6'; 
     var b7 = document.createElement("B");
     b7.className = 'f7'; 
     var b8 = document.createElement("B");
     b8.className = 'f8';
     
     var img = document.createElement('IMG');
     
     
 
     

     var wallimg1 = document.createElement('IMG') ;
     wallimg1.src = document.getElementById('wall1').src;
     var wallimg2 = document.createElement('IMG') ;
     wallimg2.src = document.getElementById('wall1').src.replace('front', 'right');
     var wallimg3 = document.createElement('IMG') ;
     wallimg3.src = document.getElementById('wall1').src.replace('front', 'back');
     var wallimg4 = document.createElement('IMG') ;
     wallimg4.src = document.getElementById('wall1').src.replace('front', 'left');
     
     
     
     wallimg1.onclick = function() {
         window.open(wallimg1.src.replace('dom_', 'big_'), 'img', 'scrollbars,resizable,width=1016,height=710,top=0,left=0');
     }
          wallimg2.onclick = function() {
         window.open(wallimg2.src.replace('dom_', 'big_'), 'img', 'scrollbars,resizable,width=1016,height=710,top=0,left=0');
     }
          wallimg3.onclick = function() {
         window.open(wallimg3.src.replace('dom_', 'big_'), 'img', 'scrollbars,resizable,width=1016,height=710,top=0,left=0');
     }
          wallimg4.onclick = function() {
         window.open(wallimg4.src.replace('dom_', 'big_'), 'img', 'scrollbars,resizable,width=1016,height=710,top=0,left=0');
     }

    // yvekichenie
    
        var zoomDiv = document.createElement("DIV");
        zoomDiv.className = 'zoomDiv';
        
        var zoomDiv1 = document.createElement("DIV");
        zoomDiv1.className = 'zoomDiv';
        
        var zoomImg1 = document.createElement("IMG");
        zoomImg1.src = 'images/zoom.gif';
        var zoomImg2 = document.createElement("IMG");
        zoomImg2.src = 'images/zoom.gif';
        var zoomImg3 = document.createElement("IMG");
        zoomImg3.src = 'images/zoom.gif';
        var zoomImg4 = document.createElement("IMG");
        zoomImg4.src = 'images/zoom.gif';
    
            
        zoomImg1.onclick = function() {
         window.open(wallimg1.src.replace('dom_', 'big_'), 'img', 'scrollbars,resizable,width=1016,height=710,top=0,left=0');
     }
          zoomImg2.onclick = function() {
         window.open(wallimg2.src.replace('dom_', 'big_'), 'img', 'scrollbars,resizable,width=1016,height=710,top=0,left=0');
     }
          zoomImg3.onclick = function() {
         window.open(wallimg3.src.replace('dom_', 'big_'), 'img', 'scrollbars,resizable,width=1016,height=710,top=0,left=0');
     }
          zoomImg4.onclick = function() {
         window.open(wallimg4.src.replace('dom_', 'big_'), 'img', 'scrollbars,resizable,width=1016,height=710,top=0,left=0');
     }

 
     
     //images
     var closeImg = document.createElement("IMG");
     closeImg.src = 'images/close_blue.gif';
     closeImg.onclick = function() {
     document.body.removeChild(blockDiv);
     }
     

        //narezka
        blockDiv.appendChild(b1);
        blockDiv.appendChild(b2);
        blockDiv.appendChild(b3);
        blockDiv.appendChild(b4);
        CloseDiv.appendChild(closeImg);
        Center.appendChild(CloseDiv);
        Center.appendChild(CenterContent);
        
        //narezka img
                CenterContent.appendChild(ContentDiv);
                ContentDiv.appendChild(wallimg1);
                ContentDiv.appendChild(wallimg2);
                CenterContent.appendChild(zoomDiv1);
                zoomDiv1.appendChild(zoomImg1);
                zoomDiv1.appendChild(zoomImg2);
                CenterContent.appendChild(ContentDiv1);
                ContentDiv1.appendChild(wallimg3);
                ContentDiv1.appendChild(wallimg4);
                CenterContent.appendChild(zoomDiv);
                zoomDiv.appendChild(zoomImg3);
                zoomDiv.appendChild(zoomImg4);
         // narezka img end
        blockDiv.appendChild(Center);
        blockDiv.appendChild(b5);
        blockDiv.appendChild(b6);
        blockDiv.appendChild(b7);
        blockDiv.appendChild(b8);        
        
        
        ContentDiv1.style.marginTop = 20+'px';
        
        
    //events    
     document.getElementById('wall1').onmouseover = function() {
         this.style.borderColor = '#0099FF';
     }
     document.getElementById('wall1').onmouseout = function() {
         this.style.borderColor = '#ffffff';
     }
     document.getElementById('wall1').onclick = function(event)
       {
            if (!event) event=window.event;
            {
                blockDiv.style.top = event.clientY-17+'px';
                blockDiv.style.left = event.clientX-312+'px';                
       wallimg1.src = document.getElementById('wall1').src;    
       wallimg2.src = document.getElementById('wall1').src.replace('front', 'right');
       wallimg3.src = document.getElementById('wall1').src.replace('front', 'back');    
       wallimg4.src = document.getElementById('wall1').src.replace('front', 'left');
       
   
                document.body.appendChild(blockDiv);               
            }  
           

       }
       
            document.getElementById('wall2').onmouseover = function() {
         this.style.borderColor = '#0099FF';
     }
     document.getElementById('wall2').onmouseout = function() {
         this.style.borderColor = '#ffffff';
     }
       
            document.getElementById('wall2').onclick = function(event)
       {
            if (!event) event=window.event;
            {
                blockDiv.style.top = event.clientY-17+'px';
                blockDiv.style.left = event.clientX-312+'px';
         wallimg1.src = document.getElementById('wall2').src;
         wallimg2.src = document.getElementById('wall2').src.replace('front', 'right');
         wallimg3.src = document.getElementById('wall2').src.replace('front', 'back');
         wallimg4.src = document.getElementById('wall2').src.replace('front', 'left');
                document.body.appendChild(blockDiv);                

            }  
           

       }   
       
            document.getElementById('wall3').onmouseover = function() {
         this.style.borderColor = '#0099FF';
     }
     document.getElementById('wall3').onmouseout = function() {
         this.style.borderColor = '#ffffff';
     }

     document.getElementById('wall3').onclick = function(event)
       {
            if (!event) event=window.event;
            {
                blockDiv.style.top = event.clientY-17+'px';
                blockDiv.style.left = event.clientX-312+'px';
         wallimg1.src = document.getElementById('wall3').src;
         wallimg2.src = document.getElementById('wall3').src.replace('front', 'right');
         wallimg3.src = document.getElementById('wall3').src.replace('front', 'back');
         wallimg4.src = document.getElementById('wall3').src.replace('front', 'left');
                document.body.appendChild(blockDiv);               

            }  
           

       }   
       
            document.getElementById('wall4').onmouseover = function() {
         this.style.borderColor = '#0099FF';
     }
     document.getElementById('wall4').onmouseout = function() {
         this.style.borderColor = '#ffffff';
     }

     document.getElementById('wall4').onclick = function(event)
       {
            if (!event) event=window.event;
            {
                blockDiv.style.top = event.clientY-17+'px';
                blockDiv.style.left = event.clientX-312+'px';
         wallimg1.src = document.getElementById('wall4').src;
         wallimg2.src = document.getElementById('wall4').src.replace('front', 'right');
         wallimg3.src = document.getElementById('wall4').src.replace('front', 'back');
         wallimg4.src = document.getElementById('wall4').src.replace('front', 'left');
                document.body.appendChild(blockDiv);            

            }  
           

       } 
       
}
  
  
  
  
  
function TooltipGenplan(fType, fNubmer, fSize, fStatus, event)
  {
     var blockDiv = document.createElement("DIV");
     if(!blockDiv)
       return false;       
     blockDiv.className = 'tooltip';
     blockDiv.id = 'gentype';
     blockDiv.style.width = 200+'px';
     
     //divs     
     var b1 = document.createElement("B");
     b1.className = 's1';
     var b2 = document.createElement("B");
     b2.className = 's2'; 
     var b3 = document.createElement("B");
     b3.className = 's3'; 
     var b4 = document.createElement("B");
     b4.className = 's4'; 
     
     var Center = document.createElement("DIV");
     Center.className = 'cen_tool';
     Center.style.borderLeftColor = '#666666';
     Center.style.borderRightColor = '#666666';
     
     var typeContent = document.createElement("DIV");
     typeContent.className = 'type_cont';
     
     var numbContent = document.createElement("DIV");
     numbContent.className = 'numb_cont';
     
     var sizeContent = document.createElement("DIV");
     sizeContent.className = 'size_cont';
    
    var statusContent = document.createElement("DIV");
     statusContent.className = 'status_cont';
     

     
     var b5 = document.createElement("B");
     b5.className = 's5';
     var b6 = document.createElement("B");
     b6.className = 's6'; 
     var b7 = document.createElement("B");
     b7.className = 's7'; 
     var b8 = document.createElement("B");
     b8.className = 's8';
     


     

        //narezka
        blockDiv.appendChild(b1);
        blockDiv.appendChild(b2);
        blockDiv.appendChild(b3);
        blockDiv.appendChild(b4);
        Center.appendChild(typeContent);
        Center.appendChild(numbContent);
        Center.appendChild(sizeContent);
       Center.appendChild(statusContent);
        blockDiv.appendChild(Center);
        blockDiv.appendChild(b5);
        blockDiv.appendChild(b6);
        blockDiv.appendChild(b7);
        blockDiv.appendChild(b8);     
        
                typeContent.innerHTML = 'Тип дома:<strong> '+fType+'</strong>';
                numbContent.innerHTML = 'Номер:<strong> '+fNubmer+'</strong>';
                sizeContent.innerHTML = 'Размер:<strong> '+fSize+' </strong>ст.';
             statusContent.innerHTML = 'Статус:<strong> '+fStatus+' </strong>';
        
        
         if (!event) event=window.event;
            {
        blockDiv.style.top = event.clientY+20+'px';
        blockDiv.style.left = event.clientX-10+'px';
            }


        
        document.body.appendChild(blockDiv);

}

function fHideT() { 
    document.body.removeChild(document.getElementById('gentype'));           
}
  
  
function StartAll() {
     startList();
}
  
window.onload=StartAll;
  
