<!--
 isNC = (navigator.appName == "Netscape");
 isNC5 = (isNC && parseInt(navigator.appVersion) > 4);
 var sdv, niz, mrg;
// var screen_width;
// screen_width = 1440;
 mrg=(screen.width < 1300)?0:(screen.width-1280)/2;
 niz = 3150;
 sdv = 800;
 isNC = (navigator.appName == "Netscape");
  var bln1 = (isNC) ? document.getElementById('bln1').style :document.all.bln1.style;
  var bln2 = (isNC) ? document.getElementById('bln2').style :document.all.bln2.style;
  var bln3 = (isNC) ? document.getElementById('bln3').style :document.all.bln3.style;
  var bln4 = (isNC) ? document.getElementById('bln4').style :document.all.bln4.style;

 if(screen.width > 810) { 
  if(screen.width < 1050)
   sdv = 870;
  else
   if(screen.width < 1200)
    sdv = 998;
   else 
    sdv = 1125
  if(sdv < 998)
   niz = 3278;
  if(screen.width > 1200) 
   niz = 3022;
  
  var pole = (isNC) ? document.getElementById('pole').style :document.all.pole.style;
  var lft = (isNC) ? document.getElementById('lft').style :document.all.lft.style;

  var kub25 = (isNC) ? document.getElementById('kub25').style :document.all.kub25.style;

  var zakrg = (isNC) ? document.getElementById('zakrg').style :document.all.zakrg.style;
  var top_p = (isNC) ? document.getElementById('top_p').style :document.all.top_p.style;

  if(!isNC) {
   bln1.posWidth = (screen.width > 1300)?1251:screen.width - 29;
   bln2.posWidth = (screen.width > 1300)?1250:screen.width - 30;
   bln4.posLeft = (screen.width > 1300)?1126 + mrg:screen.width - 154 + mrg;
   bln1.posLeft = mrg;
   bln2.posLeft = mrg;
   bln2.posTop = niz + 95;
   bln3.posLeft = mrg;
   bln3.posHeight = niz;
   bln4.posHeight = niz;
   
       kub25.posLeft = 125 + mrg;
   
   pole.posWidth = sdv - 138;
   pole.posLeft = 129 + mrg;
   if(mrg>0)
    lft.posLeft = 2 + mrg;
   if(sdv > 800)
     pole.posTop = 244;

     zakrg.posTop = 220;
     zakrg.posLeft = (screen.width > 1300)?1001 + mrg:screen.width - 278 + mrg;

   if(sdv > 997) {
    if(sdv == 998)
     top_p.posLeft = 90 + mrg;
    else 
     top_p.posLeft = 115 + mrg;
   }
  } else {
   bln1.width = (screen.width > 1300)?1251:screen.width - 29;
   bln2.width = (screen.width > 1300)?1250:screen.width - 30;
   bln4.left = (screen.width > 1300)?1126 + mrg:screen.width - 154 + mrg;
   bln1.left = mrg;
   bln2.left = mrg;
   bln3.left = mrg;
   bln2.top = niz + 95;
   bln3.height = niz;
   bln4.height = niz;
   
      kub25.left = 125 + mrg;
   
   pole.width = sdv - 138;
   pole.left = 127 + mrg;
   if(mrg>0)
    lft.left = mrg + 2;
   if(sdv > 800)
     pole.top = 220;

    zakrg.top = 220;
    zakrg.left = (screen.width > 1300)?1001 + mrg:screen.width - 278 + mrg;

   if(sdv > 997) {
    if(sdv == 998)
     top_p.left = 90 + mrg;
    else 
     top_p.left = 115 + mrg;
   }
  } 
 } else {
  if(!isNC) {
   bln2.posTop = 0;
   bln4.posLeft = 0;
  } else {
   bln2.top = 0;
   bln4.left = 0;
  } 
 }

//-->
