<!-- 
if (navigator.appVersion.indexOf("2.") != -1){
check = false;
}
if ((navigator.appVersion.indexOf("3.") != -1) && (navigator.appName.indexOf("Explorer") != -1)){
check = false;
}
else {
check = true;
}
if (check == true){




image1 = new Image();
image1.src = "ii/grey.gif";

image1on = new Image();
image1on.src = "ii/fill.gif";

image1stay = new Image();
image1stay.src = "ii/fill.gif";



image2 = new Image();
image2.src = "ii/grey.gif";

image2on = new Image();
image2on.src = "ii/button-on.gif";

image2stay = new Image();
image2stay.src = "ii/button-on.gif";



image11 = new Image();
image11.src = "ii/grey.gif";

image11on = new Image();
image11on.src = "ii/button-on.gif";

image11stay = new Image();
image11stay.src = "ii/button-on.gif";



image12 = new Image();
image12.src = "ii/grey.gif";

image12on = new Image();
image12on.src = "ii/button-on.gif";

image12stay = new Image();
image12stay.src = "ii/button-on.gif";



image13 = new Image();
image13.src = "ii/grey.gif";

image13on = new Image();
image13on.src = "ii/button-on.gif";

image13stay = new Image();
image13stay.src = "ii/button-on.gif";



image14 = new Image();
image14.src = "ii/grey.gif";

image14on = new Image();
image14on.src = "ii/button-on.gif";

image14stay = new Image();
image14stay.src = "ii/button-on.gif";




image15 = new Image();
image15.src = "ii/grey.gif";

image15on = new Image();
image15on.src = "ii/button-on.gif";

image15stay = new Image();
image15stay.src = "ii/button-on.gif";




image16 = new Image();
image16.src = "ii/grey.gif";

image16on = new Image();
image16on.src = "ii/button-on.gif";

image16stay = new Image();
image16stay.src = "ii/button-on.gif";




image17 = new Image();
image17.src = "ii/grey.gif";

image17on = new Image();
image17on.src = "ii/button-on.gif";

image17stay = new Image();
image17stay.src = "ii/button-on.gif";


image18 = new Image();
image18.src = "ii/grey.gif";

image18on = new Image();
image18on.src = "ii/button-on.gif";

image18stay = new Image();
image18stay.src = "ii/button-on.gif";


image19 = new Image();
image19.src = "ii/grey.gif";

image19on = new Image();
image19on.src = "ii/button-on.gif";

image19stay = new Image();
image19stay.src = "ii/button-on.gif";




image20 = new Image();
image20.src = "ii/grey.gif";

image20on = new Image();
image20on.src = "ii/button-on.gif";

image20stay = new Image();
image20stay.src = "ii/button-on.gif";



image21 = new Image();
image21.src = "ii/grey.gif";

image21on = new Image();
image21on.src = "ii/button-on.gif";

image21stay = new Image();
image21stay.src = "ii/button-on.gif";



image22 = new Image();
image22.src = "ii/grey.gif";

image22on = new Image();
image22on.src = "ii/button-on.gif";

image22stay = new Image();
image22stay.src = "ii/button-on.gif";




image111 = new Image();
image111.src = "i/11-kl.jpg";

image111on = new Image();
image111on.src = "ii/grey.gif";

image111stay = new Image();
image111stay.src = "ii/grey.gif";


image113 = new Image();
image113.src = "i/12-kl.jpg";

image113on = new Image();
image113on.src = "ii/grey.gif";

image113stay = new Image();
image113stay.src = "ii/grey.gif";


}

imageStay = ""

function imageon(name){
if (imageStay != name){
document[name].src = eval(name + "on.src");
}
}
function imageoff(name){
if (imageStay != name){
document[name].src = eval(name + ".src");
}
}

function on(name){
if (check == true){
imageon(name);
}
}
function off(name){
if (check == true){
imageoff(name);
}
}

function stay(name){
if (check == true){
document[name].src = eval(name + "stay.src");
if (imageStay != name){
if (imageStay != ""){
document[imageStay].src = eval(imageStay + ".src");
}
}
imageStay = name
}
}
// -->

