// MOM Engine v1.0
// Cree par Nicolas LEVIEIL - Studio SQLI 08/2002

// -- Parametres -- //
 var iswit = new Array('off','roll');
 var _offtxt = 'font-size:11px; font-family:arial; font-weight:bold;';
 var _ontxt = 'font-size:11px; font-family:arial; font-weight:bold;';
 var _offtxtclr = '#ffffff';
 var _ontxtclr = '#000000';
 var _offclr = '#999999';
 var _onclr = '#cccccc';
 var _brdclr = '#cccccc';
 var _offalgn = 'left';
 var _onalgn = 'left';
 var _brd = 1;
 var _int = 0;
 var _top = 1;
 var _bot = 2;
 var _lft = 8;
 var _rgt = 5;
 var _pimg = "public/images/left.gif";
 var ie5 = (document.all && navigator.appVersion.indexOf("5.") != -1);
 var ismac = (navigator.appVersion.indexOf("Mac") != -1);
 var macie5 = (ie5 && ismac);


// -- Moteur -- //
 var contarr = new Array()
 var _cts = new Array();
 var _lgth = new Array();
 var pref = new Array();
 var cref = new Array();
 var urls = new Array();
 var lvl = -1;
 var nb = 0;
 var _stor = new Array('','','','','','','','','','');
 var _cind = new Array();
 var rel = new Array();
 var theid = new Array();
 var _st = "<style type=text/css>";
 var tmpi = new Image();
 tmpi.src = _pimg;
 var _hp = _lft+_rgt;
 var lo = null;
 var tp = 50;
 var inc = 0;
 var TM = 1;
 var _onload;
 var hvid = new Array();
 var hvidon = 0;

 function def(){ if(def.arguments[0]){ l = def.arguments[0];} else{ l = _lgth[nb-1];}; lvl++; theid[lvl] = _cts[nb] = 'ct'+nb; prevlvl = _max(0, lvl-1); pref[nb] = theid[prevlvl]; cref[nb] = _cind[prevlvl]-inc; rel[nb] = new Array(); rel[nb] = def.arguments; _lgth[nb] = l; _cind[lvl] = 0; _stor[lvl] += "<div class=abs id="+theid[lvl]+" style=\"z-index:10;width:"+(l-2*_brd)+"\">"; nb++; if(CM.e){ CM.e(l);};}
 function add(l, u){ _stor[lvl] += CM.b(l, u); _cind[lvl]+=inc;}
 function clo(){ _stor[lvl] += "</div>"; lvl--;}
 function pos(o, l, t){ o.left = l; o.top = t;}
 function showtm(){ TM=0; }
 function show(){
  TM=0;
  if(lo){
   if(lo==this)
    return;
   if(this.bloc.prnt!=lo){
    if(lo.chld)
     lo.chld.hide();
    lo.hide();
    if(this.bloc!=lo.bloc){
     while((lo)&&(this.bloc!=lo.bloc)){
      lo = lo.bloc.prnt;
      if(lo){
       if(lo.chld)
        lo.chld.hide();
       lo.hide();
      }
     }
    }
   }
  }
  this.show();
  if(this.chld)
   this.chld.show();
  lo = this;
 }

 function hide(){ TM=1; setTimeout('tmhide()', tp);}

 function tmhide(){
  if(TM){
   while(lo){
    if(lo.chld)
     lo.chld.hide();
    lo.hide();
    lo.bloc.hide();
    lo = lo.bloc.prnt;
   }
  }
 }

 function show1c(){ this.b.visibility = 'show';}
 function show1b(){ this.visibility = 'show';}
 function show1i(){ this.i.visibility = 'show';}
 function show1ihv(){ this.i.visibility = 'show'; this.rech.visibility = this.hv0.visibility = 'hide'; this.hv.visibility = this.hv1.visibility = 'show';}
 function hide1c(){ this.b.visibility = 'hide';}
 function hide1b(){ this.visibility = 'hide';}
 function hide1i(){ this.i.visibility = 'hide';}
 function hide1ihv(){ this.i.visibility = 'hide'; this.hv.visibility = this.hv1.visibility = 'hide'; this.rech.visibility = this.hv0.visibility = 'show';}

 function show2c(){ this.b.style.visibility = 'visible';}
 function show2b(){ this.style.visibility = 'visible';}
// function show2bis(){ if(this.first==lo){ this.first.hide(); lo = this.l;} else{ alert(this.bloc.prnt);show();}}
 function show2bis(){ show(this.l);}
 function show2i(){ this.i.src = this.ion;}
 function show2ihv(){ this.i.src = this.ion; this.hv.style.visibility = 'visible';}
 function hide2c(){ this.b.style.visibility = 'hidden';}
 function hide2b(){ this.style.visibility = 'hidden';}
 function hide2i(){ this.i.src = this.ioff;}
 function hide2ihv(){ this.i.src = this.ioff; this.hv.style.visibility = 'hidden';}

 function show3c(){ this.className = this.con;}
 function show3b(){ this.className = 'ns6on';}
 function show3i(){ this.ion.className = 'ns6ion';}
 function show3ihv(){ this.ion.className = 'ns6ion'; this.hv.style.visibility = 'visible';}
 function hide3c(){ this.className = this.coff;}
 function hide3b(){ this.className = 'ns6off';}
 function hide3i(){ this.ion.className = 'ns6ioff';}
 function hide3ihv(){ this.ion.className = 'ns6ioff'; this.hv.style.visibility = 'hidden';}

 function _max(a, b){ return ((a>b)?a:b);}
 function _go(u){ window.location.href = u;}
 function _go2(){ window.location.href = this.u;}
 function _extract(s){ return s.substring(s.lastIndexOf("/")+1, s.length);}
 function _takeoff(off, on, s){ theoff = s.lastIndexOf(off); return (s.substring(0, theoff)+on+s.substring(theoff+off.length, s.length));}

 function _b(l, u){ urls[theid[lvl]][_cind[lvl]] = u; return "<div class=off>"+l+"</div><div class=on>"+l+"</div><div class=img><img src='"+_pimg+"'></div>";}
 function _e(l){ urls[theid[lvl]] = new Array(); _st+="#"+theid[lvl]+"{width:"+(l-2*_brd)+"px;}";}
 function _s(){ _b = ''; _st+="</style>"; for(s=0;s<_stor.length;s++) _b+=_stor[s]; document.write(_st); document.write(_b);}
 function _l(o){ return new Array(o.pageX, o.pageY);}
 function _reload(){ window.location.reload();}
 function launch(){ if(launch.arguments[0]!=null){ hvidon = 1; CM.hvinit(); CM._launch();} else{ CM._launch();}}
 function _hvinit(){ refobj = this._locate(document.layers['hv0']); this._place(document.layers['hv1'], refobj[0], refobj[1]); u = document.layers['hv1'].layers; for(i=0;i<u.length;i++){ hvid[i] = u[i];}}
 function _launch(){ return true;}
 function _load(){ CM.s(); _onload+="CM.o();"; eval("window.onload = function(){ "+_onload+"};");}

 function _cm(){
 }

 if(document.layers){
  _cm.prototype.o = _org1;
  inc = 3;
  _cm.prototype.b = _b;
  _cm.prototype.e = _e;
  _cm.prototype.s = _s;
  _cm.prototype.l = _l;
  _cm.prototype.p = pos1;
  _cm.prototype.r = _reload;
  _cm.prototype.hvinit = _hvinit;
  _cm.prototype._launch = _launch;
  _cm.prototype._load = _load;
  _cm.prototype._locate = locate_1;
  _cm.prototype._place = place_1;
  tp = 1;
 }
 else if(document.all){
  _cm.prototype.o = _org2;
  _cm.prototype.b = function(l, u){ return "<div class=off4>"+l+"</div><div class=on4 onmousedown=\"_go('"+u+"')\">"+l+"</div>";}
  inc = 2;
  _cm.prototype.s = function(){ _b = ''; _st+=".abs{position:absolute;top:0;left:0;visibility:hidden;cursor:pointer;cursor:hand;background-color:"+_brdclr+";z-index:2}"; _st+=".off4{margin-left:"+_brd+"px; margin-right:"+_brd+"px; margin-top:"+_int+"px; text-align:"+_offalgn+"; background-color:"+_offclr+"; visibility:inherit; padding-left:"+_lft+"; padding-top:"+_top+"px; padding-right:"+_rgt+"px;"; if(!macie5) _st+="padding-bottom:"+_bot+"px;"; _st+=_offtxt+"color:"+_offtxtclr+"; display:block}"; _st+=".on4{position:absolute; visibility:hidden; left:0; top:0; margin-left:"+_brd+"; margin-right:"+_brd+"; margin-top:"+_int+";text-align:"+_onalgn+"; background-color:"+_onclr+"; padding-left:"+_lft+"; padding-top:"+_top+"; padding-right:"+_rgt+";"; if(!macie5) _st+="padding-bottom:"+_bot+"px;"; _st+=_ontxt+" color:"+_ontxtclr+";}"; _st+="</style>"; for(s=0;s<_stor.length;s++) _b+=_stor[s]; document.write(_st); document.write(_b);}
  _cm.prototype.l = function(o){  x = o.offsetLeft; y = o.offsetTop; while(o.offsetParent){ x += o.offsetParent.offsetLeft; y += o.offsetParent.offsetTop; o = o.offsetParent;} return new Array(x, y);}
  _cm.prototype.p = pos2;
  _cm.prototype.r = _reload;
  _cm.prototype.hvinit = function(){ refobj = this._locate(document.all['hv0']); this._place(document.all['hv1'], refobj[0], refobj[1]); document.all['hv1'].style.visibility = 'visible'; u = document.all['hv1'].children; for(i=0;i<u.length;i++){ hvid[i] = u[i];}};
  _cm.prototype._launch =  function(){ CM.s(); _onload+="CM.o();"; eval("window.onload = function(){ "+_onload+"};");}
  _cm.prototype._load =  function(){ return true;}
  _cm.prototype._locate = locate_2;
  _cm.prototype._place = place_2;
 }
 else if(document.getElementById){
  _cm.prototype.o = _org3;
  _cm.prototype.b = function(l, u){ return "<div class=off2 onmousedown=\"_go('"+u+"')\">"+l+"</div>";}
  inc = 1;
  _cm.prototype.s = _start3;
  _cm.prototype.l = function(o){  x = o.offsetLeft; y = o.offsetTop; while(o.offsetParent){ x += o.offsetParent.offsetLeft; y += o.offsetParent.offsetTop; o = o.offsetParent;} return new Array(x, y);}
  _cm.prototype.p = pos3;
  _cm.prototype.r = _reload;
  _cm.prototype.hvinit = function(){
  	refobj = this._locate(document.getElementById('hv0'));
  	this._place(document.getElementById('hv1'), refobj[0], refobj[1]);
  	document.getElementById('hv1').style.visibility = 'visible';
  	u = document.getElementById('hv1').childNodes;
  	j=0;
  	for(i=0;i<u.length;i++){
  		if(u[i].className=='hv')
  			hvid[j++] = u[i];
  	}
  }
  _cm.prototype._launch = _launch;
  _cm.prototype._load = _load;
  _cm.prototype._locate = locate_3;
  _cm.prototype._place = place_3;
  tp = 1;
 }

 CM = new _cm();


 function _org1(){
  for(c=0;c<nb;c++){
  cont = eval("document."+_cts[c]);
  cont.show = show1b;
  cont.hide = hide1b;
  contarr[c] = cont;
  contcol = cont.document.layers;
  u = contcol.length;
  l = _lgth[c];
  _rl = l-2*_brd;
  cont.clip.width = l;
  for(i=0;i<u;i+=3){
   thee = new Layer(l, cont);
   thel = contcol[i];
   thel.b = thee.b = theb = contcol[i+1];
   theb.l = thel;
   thee.il = contcol[i+2];
   thel.clip.width = theb.clip.width = _rl;
   thee.clip.width = l;
   thel.clip.height = theb.clip.height = _max(thel.clip.height, thee.il.clip.height) + _bot;
   thel.left = theb.left = thee.il.left = _brd;
   thel.e = thee;
   thee.left = 0;
   thee.show = show1c;
   thee.hide = hide1c;
   thee.u = urls[_cts[c]][i];
   thee.captureEvents(Event.MOUSEOVER|Event.MOUSEOUT|Event.MOUSEDOWN);
   thee.onmouseover = show;
   thee.onmouseout = hide;
   thee.onmousedown = _go2;
   thee.bloc = cont;
   thee.visibility = 'inherit';
   if(i>0){
    thee.il.top = thel.top = theb.top = theprev;
    thee.top = thel.top-_int;
    thee.clip.height = thel.clip.height+_int;
    theprev = thel.top + thel.clip.height + _int;
   }
   else{
    thee.top = 0;
    thee.clip.height = thel.clip.height+ _brd;
    thel.top = theb.top = thee.il.top = _brd;
    theprev = thel.top + thel.clip.height + _int;
   }
   thee.il.visibility = 'inherit';
   thee.il.clip.height = 0;
  }
  cont.clip.height = contcol[u-3].top + contcol[u-3].clip.height + _brd;

  if(pref[c]!=_cts[c]){
   pref[c] = thepref = eval("document."+pref[c]);
   cref[c] = thecref = thepref.document.layers[cref[c]];
   thecref.e.chld = cont;
   cont.prnt = thecref.e;
   thecref.e.il.clip.height = thecref.b.clip.height;
  }
  else{
   pref[c] = thedec = eval("document."+rel[c][1]);
   cref[c] = null;
   theldec = new Layer(pref[c].clip.width, pref[c]);
   theldec.clip.height = pref[c].clip.height;
   thelink = thedec.document.links[0];
   ioffsrc = rel[c][4];
   ionsrc = _takeoff(iswit[0], iswit[1], ioffsrc);
   theldec.document.write("<layer left=0 top=0><a href='"+thelink+"'><img src='"+ionsrc+"' border=0></a></layer>");
   theldec.document.close();
   theldec.i = theldec.document.layers[0];
   theldec.i.visibility = 'show';
   theldec.i.visibility = 'hide';
   theldec.visibility = 'show';
   theldec.chld = cont;
   theldec.bloc = theldec;
   if(hvidon){
    theldec.hv = hvid[c];
    theldec.hv0 = document.layers['hv0'];
    theldec.hv1 = document.layers['hv1'];
    theldec.rech = document.layers['rech'];
    theldec.show = show1ihv;
    theldec.hide = hide1ihv;
   }
   else{
    theldec.show = show1i;
    theldec.hide = hide1i;
   }
   pref[c] = theldec;
   cont.prnt = theldec;
  }
 }
 this.p();
 setTimeout('window.onresize = function(){ CM.r();}', 1000);
 }

 function _org2(){
  for(c=0;c<nb;c++){
  contarr[c] = cont = document.all[_cts[c]];
  contcol = cont.children;
  u = contcol.length;
  l = _lgth[c];
  _rl = l-2*_brd;
  cont.style.width = l;
  contcol[0].style.marginTop = _brd;
  for(i=0;i<u;i+=2){
   thel = contcol[i];
   if(macie5){
    thel.innerHTML = thel.innerHTML + "<div style='height="+_bot+"'><label></label></div>";
    thel.style.marginBottom = 0;
   }
   theb = contcol[i+1];
   tmpt = theb.style.top = thel.offsetTop-_int;
   if(macie5)
    theb.style.top = tmpt - _top;
   theb.style.width = thel.offsetWidth;
   thel.b = theb;
   thel.onmouseover = show;
   thel.show = show2c;
   thel.hide = hide2c;
   thel.bloc = theb.bloc = cont;
  }
  tmph = cont.style.height = contcol[u-2].offsetTop + contcol[u-2].offsetHeight;
  if(!macie5)
   cont.style.height = tmph + _brd;
  cont.show = show2b;
  cont.hide = hide2b;
  cont.onmouseover = showtm;
  cont.onmouseout = hide;
  if(pref[c]!=_cts[c]){
   pref[c] = thepref = document.all[pref[c]];
   cref[c] = thecref = thepref.children[cref[c]];
   cont.prnt = thecref;
   thecref.chld = cont;
//   thecref.b.first = cont.children[0];
   thecref.b.style.background = _onclr+' url('+_pimg+') no-repeat top right';
   thecref.style.background = _offclr+' url('+_pimg+') no-repeat top right';
  }
  else{
   pref[c] = thedec = document.all[rel[c][1]];
   cref[c] = null;
   thelink = thedec.children[1];
   thedec.i = thedec.children[1].children[0];
   thedec.ioff = thedec.i.src;
   thedec.ion = _takeoff(iswit[0], iswit[1], rel[c][4]);
   thedec.chld = cont;
   thedec.bloc = thedec;
   if(hvidon){
    thedec.hv = hvid[c];
    thedec.show = show2ihv;
    thedec.hide = hide2ihv;
   }
   else{
    thedec.show = show2i;
    thedec.hide = hide2i;
   }
   cont.prnt = thedec;
  }
  }
  this.p();
  window.onresize = function(){ CM.r();}
 }

 function _org3(){
  for(c=0;c<nb;c++){
  cont = document.getElementById(_cts[c]);
  cont.onmouseover = showtm;
  cont.onmouseout = hide;
  cont.show = show3b;
  cont.hide = hide3b;
  contarr[c] = cont;
  contcol = cont.childNodes;
  u = contcol.length;
  l = _lgth[c];
  _rl = l-2*_brd-_hp;
  cont.style.width = l;
  contcol[0].style.marginTop = _brd;
  for(i=0;i<u;i++){
   thel = contcol[i];
   thel.show = show3c;
   thel.hide = hide3c;
   thel.onmouseover = show;
   thel.onmouseout = hide;
   thel.con = 'on2';
   thel.coff = 'off2';
   thel.bloc = cont;
  }
  cont.sh = cont.style.height = contcol[u-1].offsetTop + contcol[u-1].offsetHeight + _brd;
  if(pref[c]!=_cts[c]){
   pref[c] = thepref = document.getElementById(pref[c]);
   cref[c] = thecref = thepref.childNodes[cref[c]];
   thecref.className = thecref.coff = 'off2img';
   thecref.con = 'on2img';
   thecref.chld = cont;
   cont.prnt = thecref;
  }
  else{
   pref[c] = thedec = document.getElementById(rel[c][1]);
   cref[c] = null;
   thelink = thedec.childNodes[0].childNodes[0];
   ionsrc = _takeoff(iswit[0], iswit[1], thelink.childNodes[0].src);
   thedec.ion = ion = document.createElement('IMG');
   locc = this.l(thedec);
   ion.style.left = locc[0];
   ion.style.top = locc[1];
   ion.src = ionsrc;
   ion.className = 'ns6ioff';
   thelink.appendChild(ion);
   thedec.u = thelink;
   thedec.chld = cont;
   thedec.bloc = thedec;
   if(hvidon){
    thedec.hv = hvid[c];
    thedec.show = show3ihv;
    thedec.hide = hide3ihv;
   }
   else{
    thedec.show = show3i;
    thedec.hide = hide3i;
   }
   cont.prnt = thedec;
  }
  }
  this.p();
  window.onresize = function(){ CM.r();}
 }

 function pos1(){
  window.scrollTo(0,10000);
  IW = _max(document.width, window.innerWidth-20*(window.pageYOffset>0));
  IH = window.innerHeight+window.pageYOffset-20*(window.pageXOffset>0);
  for(c=0;c<nb;c++){
   if(cref[c]){
    nloc0 = pref[c].left+pref[c].clip.width-_brd;
    nloct = nloc0+contarr[c].clip.width;
    nloc0=(nloct>IW)?(pref[c].left-contarr[c].clip.width+_brd):nloc0;
    nloc1 = pref[c].top+cref[c].top-_brd;
    nloct = nloc1+contarr[c].clip.height;
    nloc1=(nloct>IH)?(IH-contarr[c].clip.height):nloc1;
    pos(contarr[c], nloc0, nloc1);
   }
   else{
    loc = this.l(pref[c]);
    nloc0 = loc[0]+rel[c][2];
    nloct = nloc0+contarr[c].clip.width;
    nloc0=(nloct>IW)?(nloc0-(nloct-IW)):nloc0;
    nloc1 = loc[1]+rel[c][3];
    pos(contarr[c], nloc0, nloc1);
    pref[c].onmouseover = show;
    pref[c].onmouseout = hide;
   }
  }
  window.scrollTo(0,0);
 }

 function pos2(){
  IW = _max(document.body.scrollWidth, document.body.clientWidth);
  for(c=0;c<nb;c++){
   if(cref[c]){
    nloc0 = pref[c].offsetLeft+pref[c].offsetWidth-_brd;
    nloct = nloc0+contarr[c].offsetWidth;
    nloc0=(nloct>IW)?(pref[c].offsetLeft-contarr[c].offsetWidth+_brd):nloc0;
    nloc1 = pref[c].offsetTop+cref[c].offsetTop-_brd;
    pos(contarr[c].style, nloc0, nloc1);
   }
   else{
    loc = this.l(pref[c]);
    nloc0 = loc[0]+rel[c][2];
    nloct = nloc0+contarr[c].offsetWidth;
    nloc0=(nloct>IW)?(nloc0-(nloct-IW)):nloc0;
    nloc1 = loc[1]+rel[c][3];
    pos(contarr[c].style, nloc0, nloc1);
    pref[c].onmouseover = show;
    pref[c].onmouseout = hide;
   }
  }
 }

 function pos3(){
  for(c=0;c<nb;c++)
   contarr[c].className = 'abs';
  window.scrollTo(10000,10000);
  IW = window.innerWidth+window.pageXOffset-14*(window.pageYOffset>0);
  IH = window.innerHeight+window.pageYOffset-14*(window.pageXOffset>0);
  for(c=0;c<nb;c++){
   contarr[c].className = 'ns6on';
   if(cref[c]){
    locc = this.l(cref[c]);
    locp = this.l(pref[c]);
    nloc0 = locp[0]+pref[c].offsetWidth-_brd;
    nloct = nloc0+contarr[c].offsetWidth;
    nloc0=(nloct>IW)?(locp[0]-contarr[c].offsetWidth+_brd):nloc0;
    nloct = locc[1]+contarr[c].sh;
    nloc1 = (nloct>IH)?(IH-contarr[c].sh):locc[1];
    pos(contarr[c].style, nloc0, nloc1-_brd);
   }
   else{
    loc = this.l(pref[c]);
    nloc0 = loc[0]+rel[c][2];
    nloct = nloc0+contarr[c].offsetWidth;
    nloc0=(nloct>IW)?(nloc0-(nloct-IW)):nloc0;
    nloc1 = loc[1]+rel[c][3];
    pos(contarr[c].style, nloc0, nloc1);
    pref[c].onmouseover = show;
    pref[c].onmouseout = hide;
    pref[c].onclick = function(){ _go(this.u);};
   }
  }
  for(c=0;c<nb;c++)
   contarr[c].className = 'ns6off';
  window.scrollTo(0,0);
 }

 function _start3(){
  _st+=".abs{position:absolute;top:0;left:0;overflow:hidden;visibility:hidden;cursor:pointer;cursor:hand;background-color:"+_brdclr+";z-index:2}";
  _st+=".off2{margin-left:"+_brd+"; margin-right:"+_brd+"; margin-top:"+_int+";text-align:"+_offalgn+"; background:"+_offclr+"; visibility:inherit; padding-left:"+_lft+"; padding-top:"+_top+"; padding-right:"+_rgt+"; padding-bottom:"+_bot+"; "+_offtxt+"color:"+_offtxtclr+"; display:block;}";
  _st+=".on2{margin-left:"+_brd+"; margin-right:"+_brd+"; margin-top:"+_int+";text-align:"+_onalgn+"; background:"+_onclr+"; padding-left:"+_lft+"; padding-top:"+_top+"; padding-right:"+_rgt+"; padding-bottom:"+_bot+"; "+_ontxt+" color:"+_ontxtclr+";}";
  _st+=".off2img{margin-left:"+_brd+"; margin-right:"+_brd+"; margin-top:"+_int+";position:auto; text-align:"+_offalgn+"; background:"+_offclr+" url("+_pimg+") no-repeat top right; visibility:inherit; padding-left:"+_lft+"; padding-top:"+_top+"; padding-right:"+_rgt+"; padding-bottom:"+_bot+"; "+_offtxt+" color:"+_offtxtclr+"; display:block;}";
  _st+=".on2img{margin-left:"+_brd+"; margin-right:"+_brd+"; margin-top:"+_int+";text-align:"+_onalgn+"; background:"+_onclr+" url("+_pimg+") no-repeat top right; padding-left:"+_lft+"; padding-top:"+_top+"; padding-right:"+_rgt+"; padding-bottom:"+_bot+"; "+_ontxt+" color:"+_ontxtclr+";}";
  _st+=".ns6off{position:absolute;top:0;visibility:hidden;background-color:"+_brdclr+";cursor:pointer;cursor:hand;}";
  _st+=".ns6on{position:absolute;top:0;visibility:visible;background-color:"+_brdclr+";cursor:pointer;cursor:hand;}";
  _st+=".ns6ioff{position:absolute;top:0;visibility:hidden;cursor:pointer;cursor:hand;border:none}";
  _st+=".ns6ion{position:absolute;top:0;visibility:visible;cursor:pointer;cursor:hand;border:none}";
  _st+="</style>";
  _b = '';
  for(s=0;s<_stor.length;s++)
   _b+=_stor[s];
  document.write(_st);
  document.write(_b);
 }

 fill();
 CM._load();
