if (document.images) {    
  mainon = new Image();      
  mainon.src = "../../images/main.gif";  
  abton = new Image();      
  abton.src = "../../images/abt.gif";      
  shopon = new Image();      
  shopon.src = "../../images/shop2.gif";
  eveon = new Image();      
  eveon.src = "../../images/eve.gif";
  archon = new Image();      
  archon.src = "../../images/arch.gif";
  refon = new Image();      
  refon.src = "../../images/ref.gif";
  delon = new Image();      
  delon.src = "../../images/del.gif";
  conton = new Image();      
  conton.src = "../../images/cont.gif";
  
  mainoff = new Image(); 
  mainoff.src = "../../images/mainoff.gif"
  abtoff = new Image(); 
  abtoff.src = "../../images/abtoff.gif"
  shopoff = new Image(); 
  shopoff.src = "../../images/shop2off.gif"
  eveoff = new Image(); 
  eveoff.src = "../../images/eve.gif"
  archoff = new Image(); 
  archoff.src = "../../images/arch.gif"
  refoff = new Image(); 
  refoff.src = "../../images/ref.gif"
  deloff = new Image(); 
  deloff.src = "../../images/del.gif"
  contoff = new Image(); 
  contoff.src = "../../images/contoff.gif"
}

function imgOn(imgName) {
 if (document.images) {
            document[imgName].src = eval(imgName + "o.src");
        }
}

function imgOff(imgName) {
if  (document.images) {
            document[imgName].src = eval(imgName + "off.src");
        }
 }




function keepdiv(){
if (document.all){
	document.all.keep.style.visibility = 'visible';
	document.all.exploring.style.visibility = 'hidden';
	document.all.cellar.style.visibility = 'hidden';
	document.all.summit.style.visibility = 'hidden';
	document.all.food.style.visibility = 'hidden';
	document.all.gems.style.visibility = 'hidden';
	document.all.halfbot.style.visibility = 'hidden';
	document.all.spotlght.style.visibility = 'hidden';
	document.all.wineshop.style.visibility = 'hidden';
}
else{
theDiv1 = document.getElementById('keep').style;
	theDiv1.visibility = 'visible';
theDiv2 = document.getElementById('exploring').style;
	theDiv2.visibility = 'hidden';
theDiv3 = document.getElementById('cellar').style;
	theDiv3.visibility = 'hidden';
theDiv4 = document.getElementById('summit').style;
	theDiv4.visibility = 'hidden';
theDiv5 = document.getElementById('food').style;
	theDiv5.visibility = 'hidden';
theDiv6 = document.getElementById('gems').style;
	theDiv6.visibility = 'hidden';
theDiv7 = document.getElementById('halfbot').style;
	theDiv7.visibility = 'hidden';
theDiv8 = document.getElementById('spotlght').style;
	theDiv8.visibility = 'hidden';
theDiv9 = document.getElementById('wineshop').style;
	theDiv9.visibility = 'hidden';
}
}

function exploringdiv(){
if (document.all){
	document.all.keep.style.visibility = 'hidden';
	document.all.exploring.style.visibility = 'visible';
	document.all.cellar.style.visibility = 'hidden';
	document.all.summit.style.visibility = 'hidden';
	document.all.food.style.visibility = 'hidden';
	document.all.gems.style.visibility = 'hidden';
	document.all.halfbot.style.visibility = 'hidden';
	document.all.spotlght.style.visibility = 'hidden';
	document.all.wineshop.style.visibility = 'hidden';
}
else{
theDiv1 = document.getElementById('keep').style;
	theDiv1.visibility = 'hidden';
theDiv2 = document.getElementById('exploring').style;
	theDiv2.visibility = 'visible';
theDiv3 = document.getElementById('cellar').style;
	theDiv3.visibility = 'hidden';
theDiv4 = document.getElementById('summit').style;
	theDiv4.visibility = 'hidden';
theDiv5 = document.getElementById('food').style;
	theDiv5.visibility = 'hidden';
theDiv6 = document.getElementById('gems').style;
	theDiv6.visibility = 'hidden';
theDiv7 = document.getElementById('halfbot').style;
	theDiv7.visibility = 'hidden';
theDiv8 = document.getElementById('spotlght').style;
	theDiv8.visibility = 'hidden';
theDiv9 = document.getElementById('wineshop').style;
	theDiv9.visibility = 'hidden';
}
}

function cellardiv(){
if (document.all){
	document.all.keep.style.visibility = 'hidden';
	document.all.exploring.style.visibility = 'hidden';
	document.all.cellar.style.visibility = 'visible';
	document.all.summit.style.visibility = 'hidden';
	document.all.food.style.visibility = 'hidden';
	document.all.gems.style.visibility = 'hidden';
	document.all.halfbot.style.visibility = 'hidden';
	document.all.spotlght.style.visibility = 'hidden';
	document.all.wineshop.style.visibility = 'hidden';
}
else{
theDiv1 = document.getElementById('keep').style;
	theDiv1.visibility = 'hidden';
theDiv2 = document.getElementById('exploring').style;
	theDiv2.visibility = 'hidden';
theDiv3 = document.getElementById('cellar').style;
	theDiv3.visibility = 'visible';
theDiv4 = document.getElementById('summit').style;
	theDiv4.visibility = 'hidden';
theDiv5 = document.getElementById('food').style;
	theDiv5.visibility = 'hidden';
theDiv6 = document.getElementById('gems').style;
	theDiv6.visibility = 'hidden';
theDiv7 = document.getElementById('halfbot').style;
	theDiv7.visibility = 'hidden';
theDiv8 = document.getElementById('spotlght').style;
	theDiv8.visibility = 'hidden';
theDiv9 = document.getElementById('wineshop').style;
	theDiv9.visibility = 'hidden';
}
}
function summitdiv(){
if (document.all){
	document.all.keep.style.visibility = 'hidden';
	document.all.exploring.style.visibility = 'hidden';
	document.all.cellar.style.visibility = 'hidden';
	document.all.food.style.visibility = 'hidden';
	document.all.summit.style.visibility = 'visible';
	document.all.gems.style.visibility = 'hidden';
	document.all.halfbot.style.visibility = 'hidden';
	document.all.spotlght.style.visibility = 'hidden';
	document.all.wineshop.style.visibility = 'hidden';
}
else{
theDiv7 = document.getElementById('halfbot').style;
	theDiv7.visibility = 'hidden';
theDiv8 = document.getElementById('spotlght').style;
	theDiv8.visibility = 'hidden';
theDiv9 = document.getElementById('wineshop').style;
	theDiv9.visibility = 'hidden';
theDiv6 = document.getElementById('gems').style;
	theDiv6.visibility = 'hidden';
theDiv5 = document.getElementById('food').style;
	theDiv5.visibility = 'hidden';
theDiv4 = document.getElementById('summit').style;
	theDiv4.visibility = 'visible';
theDiv3 = document.getElementById('cellar').style;
	theDiv3.visibility = 'hidden';
theDiv2 = document.getElementById('exploring').style;
	theDiv2.visibility = 'hidden';
theDiv1 = document.getElementById('keep').style;
	theDiv1.visibility = 'hidden';
}
}
function fooddiv(){
if (document.all){
	document.all.keep.style.visibility = 'hidden';
	document.all.exploring.style.visibility = 'hidden';
	document.all.cellar.style.visibility = 'hidden';
	document.all.food.style.visibility = 'visible';
	document.all.summit.style.visibility = 'hidden';
	document.all.gems.style.visibility = 'hidden';
	document.all.halfbot.style.visibility = 'hidden';
	document.all.spotlght.style.visibility = 'hidden';
	document.all.wineshop.style.visibility = 'hidden';
}
else{
theDiv7 = document.getElementById('halfbot').style;
	theDiv7.visibility = 'hidden';
theDiv8 = document.getElementById('spotlght').style;
	theDiv8.visibility = 'hidden';
theDiv9 = document.getElementById('wineshop').style;
	theDiv9.visibility = 'hidden';
theDiv6 = document.getElementById('gems').style;
	theDiv6.visibility = 'hidden';
theDiv5 = document.getElementById('food').style;
	theDiv5.visibility = 'visible';
theDiv4 = document.getElementById('summit').style;
	theDiv4.visibility = 'hidden';
theDiv3 = document.getElementById('cellar').style;
	theDiv3.visibility = 'hidden';
theDiv2 = document.getElementById('exploring').style;
	theDiv2.visibility = 'hidden';
theDiv1 = document.getElementById('keep').style;
	theDiv1.visibility = 'hidden';
}
}
function gemsdiv(){
if (document.all){
	document.all.keep.style.visibility = 'hidden';
	document.all.exploring.style.visibility = 'hidden';
	document.all.cellar.style.visibility = 'hidden';
	document.all.food.style.visibility = 'hidden';
	document.all.summit.style.visibility = 'hidden';
	document.all.gems.style.visibility = 'visible';
	document.all.halfbot.style.visibility = 'hidden';
	document.all.spotlght.style.visibility = 'hidden';
	document.all.wineshop.style.visibility = 'hidden';
}
else{
theDiv7 = document.getElementById('halfbot').style;
	theDiv7.visibility = 'hidden';
theDiv8 = document.getElementById('spotlght').style;
	theDiv8.visibility = 'hidden';
theDiv9 = document.getElementById('wineshop').style;
	theDiv9.visibility = 'hidden';
theDiv6 = document.getElementById('gems').style;
	theDiv6.visibility = 'visible';
theDiv5 = document.getElementById('food').style;
	theDiv5.visibility = 'hidden';
theDiv4 = document.getElementById('summit').style;
	theDiv4.visibility = 'hidden';
theDiv3 = document.getElementById('cellar').style;
	theDiv3.visibility = 'hidden';
theDiv2 = document.getElementById('exploring').style;
	theDiv2.visibility = 'hidden';
theDiv1 = document.getElementById('keep').style;
	theDiv1.visibility = 'hidden';
}
}

function halfbotdiv(){
if (document.all){
	document.all.keep.style.visibility = 'hidden';
	document.all.exploring.style.visibility = 'hidden';
	document.all.cellar.style.visibility = 'hidden';
	document.all.summit.style.visibility = 'hidden';
	document.all.food.style.visibility = 'hidden';
	document.all.gems.style.visibility = 'hidden';
	document.all.halfbot.style.visibility = 'visible';
	document.all.spotlght.style.visibility = 'hidden';
	document.all.wineshop.style.visibility = 'hidden';
}
else{
theDiv1 = document.getElementById('keep').style;
	theDiv1.visibility = 'hidden';
theDiv2 = document.getElementById('exploring').style;
	theDiv2.visibility = 'hidden';
theDiv3 = document.getElementById('cellar').style;
	theDiv3.visibility = 'hidden';
theDiv4 = document.getElementById('summit').style;
	theDiv4.visibility = 'hidden';
theDiv5 = document.getElementById('food').style;
	theDiv5.visibility = 'hidden';
theDiv6 = document.getElementById('gems').style;
	theDiv6.visibility = 'hidden';
theDiv7 = document.getElementById('halfbot').style;
	theDiv7.visibility = 'visible';
theDiv8 = document.getElementById('spotlght').style;
	theDiv8.visibility = 'hidden';
theDiv9 = document.getElementById('wineshop').style;
	theDiv9.visibility = 'hidden';
}
}



function spotlghtdiv(){
if (document.all){
	document.all.keep.style.visibility = 'hidden';
	document.all.exploring.style.visibility = 'hidden';
	document.all.cellar.style.visibility = 'hidden';
	document.all.summit.style.visibility = 'hidden';
	document.all.food.style.visibility = 'hidden';
	document.all.gems.style.visibility = 'hidden';
	document.all.halfbot.style.visibility = 'hidden';
	document.all.spotlght.style.visibility = 'visible';
	document.all.wineshop.style.visibility = 'hidden';
}
else{
theDiv1 = document.getElementById('keep').style;
	theDiv1.visibility = 'hidden';
theDiv2 = document.getElementById('exploring').style;
	theDiv2.visibility = 'hidden';
theDiv3 = document.getElementById('cellar').style;
	theDiv3.visibility = 'hidden';
theDiv4 = document.getElementById('summit').style;
	theDiv4.visibility = 'hidden';
theDiv5 = document.getElementById('food').style;
	theDiv5.visibility = 'hidden';
theDiv6 = document.getElementById('gems').style;
	theDiv6.visibility = 'hidden';
theDiv7 = document.getElementById('halfbot').style;
	theDiv7.visibility = 'hidden';
theDiv8 = document.getElementById('spotlght').style;
	theDiv8.visibility = 'visible';
theDiv9 = document.getElementById('wineshop').style;
	theDiv9.visibility = 'hidden';
}
}




function wineshopdiv(){
if (document.all){
	document.all.cellar.style.visibility = 'hidden';
	document.all.keep.style.visibility = 'hidden';
	document.all.exploring.style.visibility = 'hidden';
	document.all.food.style.visibility = 'hidden';
	document.all.summit.style.visibility = 'hidden';
	document.all.gems.style.visibility = 'hidden';
	document.all.halfbot.style.visibility = 'hidden';
	document.all.spotlght.style.visibility = 'hidden';
	document.all.wineshop.style.visibility = 'visible';
}
else{
theDiv6 = document.getElementById('gems').style;
	theDiv6.visibility = 'hidden';
theDiv5 = document.getElementById('food').style;
	theDiv5.visibility = 'hidden';
theDiv4 = document.getElementById('summit').style;
	theDiv4.visibility = 'hidden';
theDiv3 = document.getElementById('cellar').style;
	theDiv3.visibility = 'hidden';
theDiv2 = document.getElementById('exploring').style;
	theDiv2.visibility = 'hidden';
theDiv1 = document.getElementById('keep').style;
	theDiv1.visibility = 'hidden';
theDiv7 = document.getElementById('halfbot').style;
	theDiv7.visibility = 'hidden';
theDiv8 = document.getElementById('spotlght').style;
	theDiv8.visibility = 'hidden';
theDiv9 = document.getElementById('wineshop').style;
	theDiv9.visibility = 'visible';
}
}
