<!--
if( document.images )
{
<!--Small button-->
  button1_off 	= new Image(180,24);
  button2_off 	= new Image(180,24);
  button3_off 	= new Image(180,24);
  button4_off 	= new Image(180,24);
  button5_off 	= new Image(180,24);
  button6_off 	= new Image(180,24);
  button7_off 	= new Image(180,24);
  button8_off 	= new Image(180,24);
  button1_on 	= new Image(180,24);
  button2_on 	= new Image(180,24);
  button3_on 	= new Image(180,24);
  button4_on 	= new Image(180,24);
  button5_on 	= new Image(180,24);
  button6_on 	= new Image(180,24);
  button7_on 	= new Image(180,24);
  button8_on 	= new Image(180,24);

  button1_off.src 	= "/images/base_btn1_off.gif";
  button2_off.src 	= "/images/base_btn2_off.gif";
  button3_off.src 	= "/images/base_btn3_off.gif";
  button4_off.src 	= "/images/base_btn4_off.gif";
  button5_off.src 	= "/images/base_btn5_off.gif";
  button6_off.src 	= "/images/base_btn6_off.gif";
  button7_off.src 	= "/images/base_btn7_off.gif";
  button8_off.src 	= "/images/base_btn8_off.gif";
  button1_on.src 	= "/images/base_btn1_on.gif";
  button2_on.src 	= "/images/base_btn2_on.gif";
  button3_on.src 	= "/images/base_btn3_on.gif";
  button4_on.src 	= "/images/base_btn4_on.gif";
  button5_on.src 	= "/images/base_btn5_on.gif";
  button6_on.src 	= "/images/base_btn6_on.gif";
  button7_on.src 	= "/images/base_btn7_on.gif";
  button8_on.src 	= "/images/base_btn8_on.gif";
}

function chkVer(imagename,objectsrc)
{
	var n=navigator.appName
	var v=parseInt(navigator.appVersion)
	var browsok=((n=="Netscape")&&(v>=3))
	var browsok2=((n=="Microsoft Internet Explorer")&&(v>=4))
	if ((browsok)||(browsok2))
		document.images[imagename].src=eval(objectsrc+".src")
}
-->

