var _d=document; var mX; var mY; var bfnm;
function cs(o,c){o.className='s'+c;}
function nv_mXmY(oid){if(!(o=_d.getElementById(oid))){return false;} mX=o.offsetLeft; mY=o.offsetTop; var parent = o.offsetParent; while(parent && parent.tagName != "BODY"){mX+=parent.offsetLeft; mY+=parent.offsetTop; parent=parent.offsetParent;}}
//------------------------------------------------------ 
function nv_bnm(o){
nv_mXmY(o.id);
  o=_d.getElementById('div_bnm');
  o.style.left=mX;
  o.style.top=mY-20;
  o.style.visibility='visible';
 } 
//------------------------------------------------------ 
function nv_img(o,fnm){
 if(!fnm){
   _d.getElementById('img_div').src='http://home.xnvc.com/cgi-bin/img.cgi?dimarfita.ru+1024x0768+'+bfnm+'+'+Math.random().toString().substr(2,6);
   _d.getElementById('div_big').style.visibility='hidden';
   return false;
  }
  _d.getElementById('div_big').style.visibility='visible';
  _d.getElementById('img_div').src='http://home.xnvc.com/cgi-bin/img.cgi?dimarfita.ru+0640x0480+'+fnm+'+'+Math.random().toString().substr(2,6);
  bfnm=fnm;
nv_mXmY(o.id);
o=_d.getElementById('div_img');
  o.style.left=0;
  o.style.top=mY-50;
  o.style.visibility='visible';
o=_d.getElementById('div_img_bkg');
  o.style.height=_d.getElementById('xbody').scrollHeight;
  o.style.visibility='visible'; 
 } 
//------------------------------------------------------
function nv_img_close(){
  _d.getElementById('img_div').src='http://dimarfita.ru/img/1x1.gif';
  _d.getElementById("div_img").style.visibility='hidden';
  _d.getElementById("div_img_bkg").style.visibility='hidden';
  _d.getElementById("div_big").style.visibility='hidden';
 }
//------------------------------------------------------
