// JavaScript Document
 var n=""
   var dir="../graphics/mainmenu/" 
 
   if(document.images)    
    {
    faqbtn = new Image ();
    faqbtn.src = "../graphics/mainmenu/hsf_btn_faq1.gif" ;
    faq2btn = new Image ();
    faq2btn.src = "../graphics/mainmenu/hsf_btn_faq2.gif";
    newsbtn = new Image ();
    newsbtn.src = "../graphics/mainmenu/hsf_btn_news1.gif" 
    news2btn = new Image ();
    news2btn.src = "../graphics/mainmenu/hsf_btn_news2.gif";
    zayavkibtn = new Image ();
    zayavkibtn.src = "../graphics/mainmenu/hsf_btn_zayavki1.gif";
    zayavki2btn = new Image ();
    zayavki2btn.src = "../graphics/mainmenu/hsf_btn_zayavki2.gif";
    programbtn = new Image ();
    programbtn.src = "../graphics/mainmenu/hsf_btn_program1.gif";
    program2btn = new Image ();
    program2btn.src = "../graphics/mainmenu/hsf_btn_program2.gif";
    orgcomitetbtn = new Image ();
    orgcomitetbtn.src = "../graphics/mainmenu/hsf_btn_orgcomitet1.gif";
    orgcomitet2btn = new Image ();
    orgcomitet2btn.src = "../graphics/mainmenu/hsf_btn_orgcomitet2.gif";
    uchastnikibtn = new Image ();
    uchastnikibtn.src = "../graphics/mainmenu/hsf_btn_uchastniki1.gif";
    uchastniki2btn = new Image ();
    uchastniki2btn.src = "../graphics/mainmenu/hsf_btn_uchastniki2.gif";
    itogibtn = new Image ();
    itogibtn.src = "../graphics/mainmenu/hsf_btn_itogi1.gif";
    itogi2btn = new Image ();
    itogi2btn.src = "../graphics/mainmenu/hsf_btn_itogi2.gif";
    tezisbtn = new Image ();
    tezisbtn.src = "../graphics/mainmenu/hsf_btn_tezis1.gif";
    tezis2btn = new Image ();
    tezis2btn.src = "../graphics/mainmenu/hsf_btn_tezis2.gif";
    mailbtn = new Image ();
    mailbtn.src = "../graphics/mainmenu/hsf_btn_mail1.gif";
    mail2btn = new Image ();
    mail2btn.src = "../graphics/mainmenu/hsf_btn_mail2.gif";

//------ 2nd Level Mouseovers ------//
    
    faqoptbtn = new Image (91,22);
    faqoptbtn.src = "../graphics/mainmenu/hsf_btn_faq.gif";
    newsoptbtn = new Image (91,22);
    newsoptbtn.src = "../graphics/mainmenu/hsf_btn_news.gif";
 //    newsoptbtn.src = "../graphics/mainmenu/hsf_l2.gif";
	zayavkioptbtn = new Image (91,22);
    zayavkioptbtn.src = "../graphics/mainmenu/hsf_btn_zayavki.gif";
    programoptbtn = new Image (91,22);
    programoptbtn.src = "../graphics/mainmenu/hsf_btn_program.gif";
    orgcomitetoptbtn = new Image (91,22);
    orgcomitetoptbtn.src = "../graphics/mainmenu/hsf_btn_orgcomitet.gif";
    uchastnikioptbtn = new Image (91,22);
    uchastnikioptbtn.src = "../graphics/mainmenu/hsf_btn_uchastniki.gif";
    itogioptbtn = new Image (91, 22);
    itogioptbtn.src = "../graphics/mainmenu/hsf_btn_itogi.gif";    
    tezisoptbtn = new Image (91, 22);
//    tezisoptbtn.src = "../graphics/mainmenu/hsf_l2.gif";
	tezisoptbtn.src = "../graphics/mainmenu/hsf_btn_tezis.gif";    
    mailoptbtn = new Image (92,22);
    mailoptbtn.src = "../graphics/mainmenu/hsf_btn_mail.gif";

    blankbtn = new Image (91,22);
    blankbtn.src = "../graphics/mainmenu/hsf_l2.gif";
    onlinebtn = new Image (19,22);
    onlinebtn.src = "../graphics/mainmenu/hsf_l2.gif";
    }


// -- MenuLinks Function:  This function is designed to display the second level menu options
// -- along with their appropriate links.
// -- Programmer Initials:  C. F. 
// -- Date: 12/08/1999

    timeoutId = 0;

    function menuLinks (useLinks) {
    if (document.images){ 
      if (useLinks == 0){                        //-- default setting displayed on home page
        document.faq.src = faqbtn.src;
        document.news.src = newsbtn.src;
        document.zayavki.src = zayavkibtn.src;
        document.program.src = programbtn.src;
        document.orgcomitet.src = orgcomitetbtn.src;
        document.uchastniki.src =  uchastnikibtn.src;
        document.itogi.src = itogibtn.src;
        document.tezis.src = tezisbtn.src;
        document.mail.src = mailbtn.src;
        document.low1.src = onlinebtn.src;
        document.links[0].href = "../index.html";
        document.links[1].href = "../index.html";
        document.links[2].href = "../index.html";
        document.links[3].href = "../index.html";
        document.links[4].href = "../index.html";
        document.links[5].href = "../index.html";
        document.links[6].href = "../index.html";
        document.links[7].href = "../index.html";
      }
        // -- Menu and links displayed when user mouseovers FAQ's button. 
        else if (useLinks == 1) {        
        document.faq.src = faq2btn.src;
        document.news.src = newsbtn.src;
        document.zayavki.src = zayavkibtn.src;
        document.program.src = programbtn.src;
        document.orgcomitet.src = orgcomitetbtn.src;
        document.uchastniki.src =  uchastnikibtn.src;
        document.itogi.src = itogibtn.src;
        document.tezis.src = tezisbtn.src;
        document.mail.src = mailbtn.src;
        document.low1.src = blankbtn.src;
        document.links[0].href = "";
        document.links[1].href = "";
        document.links[2].href = "";
        document.links[3].href = "";
        document.links[4].href = "";
        document.links[5].href = "";
        document.links[6].href = "";
        document.links[7].href = "";
      }
      // -- Menu and links displayed when user mouseovers NEWS button.
      else if (useLinks == 2) {         
        document.faq.src = faqbtn.src;
        document.news.src = news2btn.src;
        document.zayavki.src = zayavkibtn.src;
        document.program.src = programbtn.src;
        document.orgcomitet.src = orgcomitetbtn.src;
        document.uchastniki.src =  uchastnikibtn.src;
        document.itogi.src = itogibtn.src;
        document.tezis.src = tezisbtn.src;
        document.mail.src = mailbtn.src;
        document.low1.src = blankbtn.src;
        document.links[0].href = "";
        document.links[1].href = "";
        document.links[2].href = "";
        document.links[3].href = "";
        document.links[4].href = "";
        document.links[5].href = "";
        document.links[6].href = "";
        document.links[7].href = "";    
      }
      // -- Menu and links displayed when user mouseovers ZAYAVKI button.
      else if (useLinks == 3) {         
        document.faq.src = faqbtn.src;
        document.news.src = newsbtn.src;
        document.zayavki.src = zayavki2btn.src;
        document.program.src = programbtn.src;
        document.orgcomitet.src = orgcomitetbtn.src;
        document.uchastniki.src =  uchastnikibtn.src;
        document.itogi.src = itogibtn.src;
        document.tezis.src = tezisbtn.src;
        document.mail.src = mailbtn.src;
        document.low1.src = zayavkioptbtn.src;
        document.links[0].href = "../Zayavki/send.html";
        document.links[1].href = "../Zayavki/send.html";
        document.links[2].href = "../Zayavki/incoming.html";
        document.links[3].href = "../Zayavki/incoming.html";
        document.links[4].href = "../Zayavki/stat.html";
        document.links[5].href = "../Zayavki/stat.html";
        document.links[6].href = "../Zayavki/cond.html";    
        document.links[7].href = "../Zayavki/cond.html";
      }
      // -- Menu and links displayed when user mouseovers PROGRAM button.
      else if (useLinks == 4) {
        document.faq.src = faqbtn.src;
        document.news.src = newsbtn.src;
        document.zayavki.src = zayavkibtn.src;
        document.program.src = program2btn.src;
        document.orgcomitet.src = orgcomitetbtn.src;
        document.uchastniki.src =  uchastnikibtn.src;
        document.itogi.src = itogibtn.src;
        document.tezis.src = tezisbtn.src;
        document.mail.src = mailbtn.src;
        document.low1.src = programoptbtn.src;
        document.links[0].href = "../Program/concurs.html";
        document.links[1].href = "../Program/concurs.html";
        document.links[2].href = "../Program/culture.html";
        document.links[3].href = "../Program/culture.html";
        document.links[4].href = "../Program/plenum.html";
        document.links[5].href = "../Program/plenum.html";    
        document.links[6].href = "../Program/place.html"; 
        document.links[7].href = "../Program/place.html";
      }
      //-- Menu and links displayed when user mouseovers ORGCOMITET button.
      else if (useLinks == 5) {
        document.faq.src = faqbtn.src;
        document.news.src = newsbtn.src;
        document.zayavki.src = zayavkibtn.src;
        document.program.src = programbtn.src;
        document.orgcomitet.src = orgcomitet2btn.src;
        document.uchastniki.src =  uchastnikibtn.src;
        document.itogi.src = itogibtn.src;
        document.tezis.src = tezisbtn.src;
        document.mail.src = mailbtn.src;
        document.low1.src = orgcomitetoptbtn.src; 
        document.links[0].href = "../Orgcomitet/sostav_v17.html";
        document.links[1].href = "../Orgcomitet/sostav_v17.html";
        document.links[2].href = "../Orgcomitet/sostav_v17.html";
        document.links[3].href = "../Orgcomitet/science_v17.html";
        document.links[4].href = "../Orgcomitet/science_v17.html";    
        document.links[5].href = "../Orgcomitet/current.html";
        document.links[6].href = "../Orgcomitet/current.html";
        document.links[7].href = "../Orgcomitet/current.html";
      }
      // -- Menu and links displayed when user mouseovers UCHASTNIKI button.
      else if (useLinks == 6) {
        document.faq.src = faqbtn.src;
        document.news.src = newsbtn.src;
        document.zayavki.src = zayavkibtn.src;
        document.program.src = programbtn.src;
        document.orgcomitet.src = orgcomitetbtn.src;
        document.uchastniki.src =  uchastniki2btn.src;
        document.itogi.src = itogibtn.src;
        document.tezis.src = tezisbtn.src;
        document.mail.src = mailbtn.src;
        document.low1.src = uchastnikioptbtn.src; 
        document.links[0].href = "../Uchastniki/city_cur.html";
        document.links[1].href = "../Uchastniki/city_cur.html";
        document.links[2].href = "../Uchastniki/section_cur.html";
        document.links[3].href = "../Uchastniki/section_cur.html";
        document.links[4].href = "../Uchastniki/vuz_cur.html";
        document.links[5].href = "../Uchastniki/vuz_cur.html";
        document.links[6].href = "../Uchastniki/vip_v8.html";    
        document.links[7].href = "../Uchastniki/vip_v8.html";
      }
        // -- Menu and links displayed when user mouseovers ITOGI button.
        else if (useLinks == 7) {
        document.faq.src = faqbtn.src;
        document.news.src = newsbtn.src;
        document.zayavki.src = zayavkibtn.src;
        document.program.src = programbtn.src;
        document.orgcomitet.src = orgcomitetbtn.src;
        document.uchastniki.src =  uchastnikibtn.src;
        document.itogi.src = itogi2btn.src;
        document.tezis.src = tezisbtn.src;
        document.mail.src = mailbtn.src;
        document.low1.src = itogioptbtn.src; 
        document.links[0].href = "../Itogi/statconf.html";
        document.links[1].href = "../Itogi/statconf.html";
        document.links[2].href = "../Itogi/official_v17.html";
        document.links[3].href = "../Itogi/official_v17.html";
        document.links[4].href = "../Itogi/photo_v16.html";
        document.links[5].href = "../Itogi/photo_v16.html";
        document.links[6].href = "../Itogi/re_v17.html";    
        document.links[7].href = "../Itogi/re_v17.html";
      }
        // -- Blank Menu displayed when user mouseovers TEZIS button.
        else if (useLinks == 8) {
        document.faq.src = faqbtn.src;
        document.news.src = newsbtn.src;
        document.zayavki.src = zayavkibtn.src;
        document.program.src = programbtn.src;
        document.orgcomitet.src = orgcomitetbtn.src;
        document.uchastniki.src =  uchastnikibtn.src;
        document.itogi.src = itogibtn.src;
        document.tezis.src = tezis2btn.src;
        document.mail.src = mailbtn.src;
        document.low1.src = tezisoptbtn.src; 
       /* document.links[0].href = "";
        document.links[1].href = "";
        document.links[2].href = "";
        document.links[3].href = "";
        document.links[4].href = "";
        document.links[5].href = "";
        document.links[6].href = "";    
        document.links[7].href = "";*/
		
		document.links[0].href = "../Tezis/tezis_v1.html";
        document.links[1].href = "../Tezis/tezis_v2.html";
        document.links[2].href = "../Tezis/tezis_v3.html";
        document.links[3].href = "../Tezis/tezis_v4.html";
        document.links[4].href = "../Tezis/tezis_v5.html";
        document.links[5].href = "../Tezis/tezis_v6.html";
        document.links[6].href = "../Tezis/tezis_v7.html";    
        document.links[7].href = "../Tezis/tezis_v17.html";
      
	  }
      // -- Blank Menu displayed when user mouseovers MAIL button.
      else if (useLinks == 9) {
        document.faq.src = faqbtn.src;
        document.news.src = newsbtn.src;
        document.zayavki.src = zayavkibtn.src;
        document.program.src = programbtn.src;
        document.orgcomitet.src = orgcomitetbtn.src;
        document.uchastniki.src =  uchastnikibtn.src;
        document.itogi.src = itogibtn.src;
        document.tezis.src = tezisbtn.src;
        document.mail.src = mail2btn.src;
        document.low1.src = blankbtn.src; 
        document.links[0].href = "";
        document.links[1].href = "";
        document.links[2].href = "";
        document.links[3].href = "";
        document.links[4].href = "";
        document.links[5].href = "";
        document.links[6].href = "";    
        document.links[7].href = "";
      }
    }
  }
