		
	browserName = navigator.appName;
	browserVer = parseInt(navigator.appVersion);
	testbrowser = 0;

	if(browserName=="Netscape" || (browserName.indexOf('Explorer')>0 && browserVer > 3))
	{
		dir="/images/";

		bt1_off = new Image(); bt1_off.src = ""+dir+"bt1_off.gif";
		bt1_on = new Image(); bt1_on.src = ""+dir+"bt1_on.gif";

		bt2_off = new Image(); bt2_off.src = ""+dir+"bt2_off.gif";
		bt2_on = new Image(); bt2_on.src = ""+dir+"bt2_on.gif";

		bt3_off = new Image(); bt3_off.src = ""+dir+"bt3_off.gif";
		bt3_on = new Image(); bt3_on.src = ""+dir+"bt3_on.gif";

		bt4_off = new Image(); bt4_off.src = ""+dir+"bt4_off.gif";
		bt4_on = new Image(); bt4_on.src = ""+dir+"bt4_on.gif";

		bt5_off = new Image(); bt5_off.src = ""+dir+"bt5_off.gif";
		bt5_on = new Image(); bt5_on.src = ""+dir+"bt5_on.gif";

		bt6_off = new Image(); bt6_off.src = ""+dir+"bt6_off.gif";
		bt6_on = new Image(); bt6_on.src = ""+dir+"bt6_on.gif";

		bt7_off = new Image(); bt7_off.src = ""+dir+"bt7_off.gif";
		bt7_on = new Image(); bt7_on.src = ""+dir+"bt7_on.gif";
		
		bt8_off = new Image(); bt8_off.src = ""+dir+"bt8_off.gif";
		bt8_on = new Image(); bt8_on.src = ""+dir+"bt8_on.gif";
		
		bt9_off = new Image(); bt9_off.src = ""+dir+"bt9_off.gif";
		bt9_on = new Image(); bt9_on.src = ""+dir+"bt9_on.gif";

		bt10_off = new Image(); bt10_off.src = ""+dir+"bt10_off.gif";
		bt10_on = new Image(); bt10_on.src = ""+dir+"bt10_on.gif";

		bt11_off = new Image(); bt11_off.src = ""+dir+"bt11_off.gif";
		bt11_on = new Image(); bt11_on.src = ""+dir+"bt11_on.gif";

		bt12_off = new Image(); bt12_off.src = ""+dir+"bt12_off.gif";
		bt12_on = new Image(); bt12_on.src = ""+dir+"bt12_on.gif";

		bt13_off = new Image(); bt13_off.src = ""+dir+"bt13_off.gif";
		bt13_on = new Image(); bt13_on.src = ""+dir+"bt13_on.gif";

		
		//alert("www");

		testbrowser=1;

	}