//для селекта
function MM_jumpMenu(targ,selObj,restore){
  
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
  }

//функция меняющая картинки при наведении мышки
 browser = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)))
    if (browser)
    {
    im0on=new Image(116,13);
    im1on=new Image(116,13);
    im2on=new Image(116,13);
    im3on=new Image(116,13);

     im0off=new Image(116,13);

     im1on.src="/shareres/images/line/linkOn.gif";
     im2on.src="/shareres/images/line/helpOn.gif";
     im3on.src="/shareres/images/line/mailOn.gif";

      im0off.src="/shareres/images/1pixel.gif";
     }
	
function ChImg(imgID, imgName)
{
   if (browser) document.images[imgID].src = eval(imgName + ".src")
}

//функция добавляет адрес в избранное
function addBookmark()
  {
    window.external.addFavorite('http://www.molnet.ru', "MOLNET.RU - Сеть справочно-информационных порталов");
  }

//открытие первого
function openwin_ban(){
window.open('/shareres/banners.html',"ban","target=ne,width=780,height=600,center,top=112,status=no,resizable=yes,tolbar=no,menubar=no,location=no,scrollbars=yes");
}
  
//открытие первого окна
function openwin_first(){
window.open('/shareres/wind.html',"wind","target=ne,width=600,height=400,center,top=112,status=no,resizable=no,tolbar=no,menubar=no,location=no,scrollbars=no");
}
  
