var actBtn="";
function SwapImg(P1, P2){
window.document.images[P1].src=P2;
}
function SetImg(P1, P2, P3){
 if (actBtn==P1) return;
 window.document.images[P1].src=P2;
 }