
v=parseInt(navigator.appVersion.substring(0,1));


var btn = new Array();

for (i=1; i<=9; i++) btn[i] = new Image();

btn[1].src="/i/po-2-on.gif";
btn[2].src="/i/po-3-on.gif";
btn[3].src="/i/po-5-on.gif";
btn[4].src="/i/po-6-on.gif";
btn[5].src="/i/po-7-on.gif";
btn[6].src="/i/po-9-on.gif";
btn[7].src="/i/po-11-on.gif";
btn[8].src="/i/po-12-on.gif";
btn[9].src="/i/po-13-on.gif";


  function show(pic){

    if (v>=3) {

  	if (pic == 1) {
  	document.all.button1.src="/i/po-2-on.gif";
  	}
  	
  	if (pic == 2) {
  	document.all.button2.src="/i/po-3-on.gif";
  	}
  	
  	if (pic == 3) {
  	document.all.button3.src="/i/po-5-on.gif";
  	}

  	if (pic == 4) {
  	document.all.button4.src="/i/po-6-on.gif";
  	}

  	if (pic == 5) {
  	document.all.button5.src="/i/po-7-on.gif";
  	}

  	if (pic == 6) {
  	document.all.button6.src="/i/po-9-on.gif";
  	}

  	if (pic == 7) {
  	document.all.button7.src="/i/po-11-on.gif";
  	}

  	if (pic == 8) {
  	document.all.button8.src="/i/po-12-on.gif";
  	}
  	
  	if (pic == 9) {
  	document.all.button9.src="/i/po-13-on.gif";
  	}  	  		
  	
    }
  }


  function hide(pic){
  if (v>=3) {

	if (pic == 1) {
  	document.all.button1.src="/i/po-2.gif";
  	}
  	
  	if (pic == 2) {
  	document.all.button2.src="/i/po-3.gif";
  	}
  	
  	if (pic == 3) {
  	document.all.button3.src="/i/po-5.gif";
  	}

  	if (pic == 4) {
  	document.all.button4.src="/i/po-6.gif";
  	}
  	
  	if (pic == 5) {
  	document.all.button5.src="/i/po-7.gif";
  	}
  	
  	if (pic == 6) {
  	document.all.button6.src="/i/po-9.gif";
  	}
  	
  	if (pic == 7) {
  	document.all.button7.src="/i/po-11.gif";
  	}  	  	
  	
  	if (pic == 8) {
  	document.all.button8.src="/i/po-12.gif";
  	}
  	
  	if (pic == 9) {
  	document.all.button9.src="/i/po-13.gif";
  	}  	

  }
  }

