<!--
v=parseInt(navigator.appVersion.substring(0,1));
stored=null;
stored1=null;
storedLocation=null;
storedLocation1=null;
im1=load(1);
if(v>=3) {
im1=load(1);
im2=load(2);
im3=load(3);
im4=load(4);
im5=load(5);
im6=load(6);
im7=load(7);
im8=load(8);
im9=load(9);
im10=load(10);
im11=load(11);
im12=load(12);
im13=load(13);
im14=load(14);
im15=load(15);
im16=load(16);
im17=load(17);
im18=load(18);
im19=load(19);
im20=load(20);
}
function load(n) {
image=new Image();
image.src="img/buklet/"+n+".jpg";
return image;
}

function show (where, what) {
if (v>=3) {
stored=where;
storedLocation=document.images[where].src;
document.images[where].src=eval(what+".src");
}
}
function hide() {
if (v>=3) {document.images[stored].src=storedLocation;
}
 }
//---->
