<!--
    if (document.images) {
    img0on = new Image();  
    img0on.src = "images/menu/login_on.gif";  
    img0off = new Image();
    img0off.src = "images/menu/login_off.gif"; 
    img0_1on = new Image();  
    img0_1on.src = "images/menu/home_on.gif";  
    img0_1off = new Image();
    img0_1off.src = "images/menu/home_off.gif";
    img1on = new Image();  
    img1on.src = "images/menu/whatissewing_on.gif";  
    img1off = new Image();
    img1off.src = "images/menu/whatissewing_off.gif"; 
    img2on = new Image(); 
    img2on.src = "images/menu/partners_on.gif";  
    img2off = new Image();       
    img2off.src = "images/menu/partners_off.gif"; 
    img3on = new Image(); 
    img3on.src = "images/menu/finalresults_on.gif";  
    img3off = new Image();       
    img3off.src = "images/menu/finalresults_off.gif"; 

    img4on = new Image(); 
    img4on.src = "images/menu/presentation_on.gif";  
    img4off = new Image();       
    img4off.src = "images/menu/presentation_off.gif";
    img4_1on = new Image(); 
    img4_1on.src = "images/menu/conferences_on.gif";  
    img4_1off = new Image();       
    img4_1off.src = "images/menu/conferences_off.gif";
    img4_2on = new Image(); 
    img4_2on.src = "images/menu/selected_deliverables_on.gif";  
    img4_2off = new Image();       
    img4_2off.src = "images/menu/selected_deliverables_off.gif"; 
    img5on = new Image(); 
    img5on.src = "images/menu/reports_on.gif";  
    img5off = new Image();       
    img5off.src = "images/menu/reports_off.gif"; 
    img6on = new Image(); 
    img6on.src = "images/menu/meetings_on.gif";  
    img6off = new Image();       
    img6off.src = "images/menu/meetings_off.gif"; 
    img7on = new Image(); 
    img7on.src = "images/menu/contacts_on.gif";  
    img7off = new Image();       
    img7off.src = "images/menu/contacts_off.gif"; 
    img8on = new Image(); 
    img8on.src = "images/menu/logout_on.gif";  
    img8off = new Image();       
    img8off.src = "images/menu/logout_off.gif"; 
    img9on = new Image(); 
    img9on.src = "images/menu/passwd_on.gif";  
    img9off = new Image();       
    img9off.src = "images/menu/passwd_off.gif"; 
    img10on = new Image(); 
    img10on.src = "images/menu/papers_on.gif";  
    img10off = new Image();       
    img10off.src = "images/menu/papers_off.gif"; 
    img11on = new Image(); 
    img11on.src = "images/menu/sitemap_on.gif";  
    img11off = new Image();       
    img11off.src = "images/menu/sitemap_off.gif"; 


    }
  
  function imgOn(imgName) 
        {
                if (document.images) 
                {
                        document[imgName].src = eval(imgName + "on.src");
                }
        }
                                
  function imgOff(imgName) 
        {
                if (document.images) 
                {
                        document[imgName].src = eval(imgName + "off.src");
                }
        }

  function printer(filename) 
	{
		oko=window.open(filename,'Printing','toolbar=yes,menubar=no,location=no,personalbar=no,scrollbars=yes,directories=no,status=no,resizable=yes,width=800,height=600');
		oko.focus;
	}     


  window.onerror = null;
  var popup_window = null;
  function popup(status,url) {

     if(status != 0) {

        if(popup1 != null) popup1.focus(); 

        else if(status == 2) {
                   var popup1 = window.open(url, "Popup", "width=420,height=400,x=100,y=150,left=100,top=150");
           popup_window = popup1;
                   }
                   
        else { 
           var popup1 = window.open(url, "Popup", "width=140,height=250,left=350,top=150");
           popup_window = popup1;
        }
     } else {
                if(popup_window)
                {
                if(popup_window != null) popup_window.close();
                }
     }
  }

-->