function Navigate(ID,Name) {
     if (navigator.appVersion.charAt(0) >= 3) {
     document.images[ID].src = eval(Name + ".src")
}
}

     if (navigator.appVersion.charAt(0) >= 3) {
     armored_no = new Image(140,15);
     armored_no.src = "navigation/armored_no.gif";
     armored_yes = new Image(140,15);
     armored_yes.src = "navigation/armored_yes.gif";
     battle_no = new Image(140,15);
     battle_no.src = "navigation/battle_no.gif";
     battle_yes = new Image(140,15);
     battle_yes.src = "navigation/battle_yes.gif";
     hyper_no = new Image(140,15);
     hyper_no.src = "navigation/hyper_no.gif";
     hyper_yes = new Image(140,15);
     hyper_yes.src = "navigation/hyper_yes.gif";
     iron_no = new Image(140,15);
     iron_no.src = "navigation/iron_no.gif";
     iron_yes = new Image(140,15);
     iron_yes.src = "navigation/iron_yes.gif";
     rogue_no = new Image(140,15);
     rogue_no.src = "navigation/rogue_no.gif";
     rogue_yes = new Image(140,15);
     rogue_yes.src = "navigation/rogue_yes.gif";
     war_no = new Image(140,15);
     war_no.src = "navigation/war_no.gif";
     war_yes = new Image(140,15);
     war_yes.src = "navigation/war_yes.gif";
     shop_no = new Image(140,15);
     shop_no.src = "navigation/shop_no.gif";
     shop_yes = new Image(140,15);
     shop_yes.src = "navigation/shop_yes.gif";
     contact_no = new Image(140,15);
     contact_no.src = "navigation/contact_no.gif";
     contact_yes = new Image(140,15);
     contact_yes.src = "navigation/contact_yes.gif";
     forum_no = new Image(140,15);
     forum_no.src = "navigation/forum_no.gif";
     forum_yes = new Image(140,15);
     forum_yes.src = "navigation/forum_yes.gif";
}