//main functions

 	bname = navigator.appName;
     bver = parseFloat(navigator.appVersion);    
     v4=false;
     if (bver >= 4)
     	{
 		v4=true;

		
 		ba1=new Image(); ba2=new Image ();
 		ba1.src="gifs/b1.gif"; ba2.src="gifs/b1a.gif";		
 		bb1=new Image(); bb2=new Image ();
 		bb1.src="gifs/b2.gif"; bb2.src="gifs/b2a.gif";		
 		bc1=new Image(); bc2=new Image ();
 		bc1.src="gifs/b3.gif"; bc2.src="gifs/b3a.gif";		
 		bd1=new Image(); bd2=new Image ();
 		bd1.src="gifs/b4.gif"; bd2.src="gifs/b4a.gif";				
 		bh1=new Image(); bh2=new Image ();
 		bh1.src="gifs/b5.gif"; bh2.src="gifs/b5a.gif";				
		
 		be1=new Image(); be2=new Image ();
 		be1.src="gifs/b11.gif"; be2.src="gifs/b11a.gif";			
 		bf1=new Image(); bf2=new Image ();
 		bf1.src="gifs/b12.gif"; bf2.src="gifs/b12a.gif";			
 		bg1=new Image(); bg2=new Image ();
 		bg1.src="gifs/b13.gif"; bg2.src="gifs/b13a.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");
     	}

// pop up window

function openWindow(URL, h, w, s) 
	{
  	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='+s+',status=0,toolbar=0', 'launcher');

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