<!--
if( document.images )
{
<!--Small button-->
  button1_off 	= new Image(220,36);
  button2_off 	= new Image(220,36);
  button3_off 	= new Image(220,36);
  button4_off 	= new Image(220,36);
  button5_off 	= new Image(220,36);
  button6_off 	= new Image(220,36);
  button7_off 	= new Image(220,36);
  button8_off 	= new Image(220,36);
  button9_off 	= new Image(220,36);

  
  button1_on 	= new Image(220,36);
  button2_on 	= new Image(220,36);
  button3_on 	= new Image(220,36);
  button4_on 	= new Image(220,36);
  button5_on 	= new Image(220,36);
  button6_on 	= new Image(220,36);
  button7_on 	= new Image(220,36);
  button8_on 	= new Image(220,36);
  button9_on 	= new Image(220,36);
  
  button1_off.src 	= "/images/base_btn_1_off.gif";
  button2_off.src 	= "/images/base_btn_2_off.gif";
  button3_off.src 	= "/images/base_btn_3_off.gif";
  button4_off.src 	= "/images/base_btn_4_off.gif";
  button5_off.src 	= "/images/base_btn_5_off.gif";
  button6_off.src 	= "/images/base_btn_6_off.gif";
  button7_off.src 	= "/images/base_btn_7_off.gif";
  button8_off.src 	= "/images/base_btn_8_off.gif";
  button9_off.src 	= "/images/base_btn_9_off.gif";

  button1_on.src 	= "/images/base_btn_1_on.gif";
  button2_on.src 	= "/images/base_btn_2_on.gif";
  button3_on.src 	= "/images/base_btn_3_on.gif";
  button4_on.src 	= "/images/base_btn_4_on.gif";
  button5_on.src 	= "/images/base_btn_5_on.gif";
  button6_on.src 	= "/images/base_btn_6_on.gif";
  button7_on.src 	= "/images/base_btn_7_on.gif";
  button8_on.src 	= "/images/base_btn_8_on.gif";
  button9_on.src 	= "/images/base_btn_9_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")
}
-->
