// <!--

v=parseInt(navigator.appVersion.substring(0,1));
function load(location){

return image;

}


if (v>=3){

tr=new Image();

tr.src="/strelka_1.gif";

}

function show(where){

if (v>=3){

stored=where;

storedLocation=document.images[where].src;

document.images[where].src="/strelka_1.gif";

}

}

function hide(){

if (v>=3) document.images[stored].src=storedLocation;

}


// -->