 	bname = navigator.appName;
     bver = parseFloat(navigator.appVersion);    
     v4=false;
     if (bver >= 4)
     	{
 		v4=true;
 		a1=new Image(); a2=new Image ();
 		a1.src="pic/m/b1.gif"; a2.src="pic/m/b1a.gif";
 		b1=new Image(); b2=new Image ();
 		b1.src="pic/m/b2.gif"; b2.src="pic/m/b2a.gif";
 		c1=new Image(); c2=new Image ();
 		c1.src="pic/m/b3.gif"; c2.src="pic/m/b3a.gif";
 		d1=new Image(); d2=new Image ();
 		d1.src="pic/m/b4.gif"; d2.src="pic/m/b4a.gif";
 		e1=new Image(); e2=new Image ();
 		e1.src="pic/m/b5.gif"; e2.src="pic/m/b5a.gif";
 		f1=new Image(); f2=new Image ();
 		f1.src="pic/m/b6.gif"; f2.src="pic/m/b6a.gif";
 		g1=new Image(); g2=new Image ();
 		g1.src="pic/m/b7.gif"; g2.src="pic/m/b7a.gif";		
 		h1=new Image(); h2=new Image ();
 		h1.src="pic/m/b8.gif"; h2.src="pic/m/b8a.gif";
 		i1=new Image(); i2=new Image ();
 		i1.src="pic/m/b9.gif"; i2.src="pic/m/b9a.gif";
	
 		j1=new Image(); j2=new Image ();
 		j1.src="pic/m/bsearch.gif"; j2.src="pic/m/bsearcha.gif";	
	
			
 	}
     else (alert("WARNING !!! Your browser is too old and will not display the page optimally !\n           Please upgrade to Netscape Communicator 4.X\n        Download it FREE from http://home.netscape.com !"));
     
 	function hilight(imagE)
     	{
      	if (v4) document [imagE].src=eval(imagE+"2.src");
     	}
 
     function lolight(imagE)
 	    {
     	 if (v4) document [imagE].src=eval(imagE+"1.src");
     	}

function verif()
	{
	 if (!document.f_search.w_search.value.length)
	 	{
    	alert("Please enter a word in the search field");
    	document.f_search.w_search.focus();
  		}
	 if (document.f_search.w_search.value.length)
	 	{
    	document.f_search.submit();
  		}
	}

function openWindow(URL, h, w) 
	{
  	var gg = typeof (popupWin);
  	if (gg =='object')
  		{ 
  		if (popupWin.closed ) {}
			else { popupWin.close();  }
		};
  	popupWin = window.open(URL, 'popup', 'dependent=0,height='+h+',width='+w+',screenX=20,left=10,screenY=150,top=10,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=0,scrollbars=1,status=0,toolbar=0', 'launcher');

	if (window.focus)
		{
     	popupWin.focus();
    	}
	}

function dute (val)
{
self.scrollTo(val,0);
}

function openWindow1(URL, h, w) 
	{
	x = (screen.availWidth / 2) - (w/2);
	y = (screen.availHeight / 2) - (h/2);

  	var gg = typeof (popupWin);
  	if (gg =='object')
  		{ 
  		if (popupWin.closed ) {}
			else { popupWin.close();  }
		};
  	popupWin = window.open(URL, 'popup', 'dependent=0,height='+h+',width='+w+',left='+x+',top='+y+',channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0', 'launcher');	

	if (window.focus)
		{
     	popupWin.focus();
    	}
	}
