	bname = navigator.appName;
    bver = parseFloat(navigator.appVersion);    
    v4=false;
    if (bver >= 4)
    	{
		v4=true;
		aa1=new Image(); aa2=new Image ();
		aa1.src="pic/rent/b11.gif"; aa2.src="pic/rent/b11a.gif";
		ab1=new Image(); ab2=new Image ();
		ab1.src="pic/rent/b12.gif"; ab2.src="pic/rent/b12a.gif";
		ac1=new Image(); ac2=new Image ();
		ac1.src="pic/rent/b13.gif"; ac2.src="pic/rent/b13a.gif";		
		
		aimg=new Image();
		aimg.src="pic/rent/pa.gif";
		bimg=new Image();
		bimg.src="pic/let/pa.gif";
		cimg=new Image();
		cimg.src="pic/buy/pa.gif";
		dimg=new Image();
		dimg.src="pic/sell/pa.gif";
		
		zerooff = new Image();
		zerooff.src = "pic/rent/p.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 img_on(imgName)
		{
			if(document.images)
    		   {
                descrimgOn = eval(imgName + "img.src");
                document["img"].src = descrimgOn;
				}       
		}

function img_off(imgName)
		{
        	if(document.images)
        		{
                descrimgOff = eval(imgName + "off.src");
                document["img"].src = descrimgOff;
		        }
		}


