// this javascript is based on the javascript of Lyle C. Briggs
// modified for the Tenagra Corp & Space City Rock

if (top.frames.length > 1) {
  top.location="/";
  }

// preload universal images:

showsbutton = new Image(88,23);
showsbutton.src = "http://www.spacecityrock.com/images/shows.gif";
showsbuttonB = new Image(88,23);
showsbuttonB.src = "http://www.spacecityrock.com/images/showsB.gif";

aboutbutton = new Image(69,23);
aboutbutton.src = "http://www.spacecityrock.com/images/about.gif";
aboutbuttonB = new Image(69,23);
aboutbuttonB.src = "http://www.spacecityrock.com/images/aboutB.gif";

archivebutton = new Image(79,23);
archivebutton.src = "http://www.spacecityrock.com/images/archive.gif";
archivebuttonB = new Image(79,23);
archivebuttonB.src = "http://www.spacecityrock.com/images/archiveB.gif";

guestbookbutton = new Image(103,23);
guestbookbutton.src = "http://www.spacecityrock.com/images/guestbook.gif";
guestbookbuttonB = new Image(103,23);
guestbookbuttonB.src = "http://www.spacecityrock.com/images/guestbookB.gif";

boardbutton = new Image(88,23);
boardbutton.src = "http://www.spacecityrock.com/images/board.gif";
boardbuttonB = new Image(88,23);
boardbuttonB.src = "http://www.spacecityrock.com/images/boardB.gif";

gearbutton = new Image(103,23);
gearbutton.src = "http://www.spacecityrock.com/images/gear.gif";
gearbuttonB = new Image(103,23);
gearbuttonB.src = "http://www.spacecityrock.com/images/gearB.gif";

mixtapebutton = new Image(88,23);
mixtapebutton.src = "http://www.spacecityrock.com/images/mixtape.gif";
mixtapebuttonB = new Image(88,23);
mixtapebuttonB.src = "http://www.spacecityrock.com/images/mixtapeB.gif";

indexbutton = new Image(96,23);
indexbutton.src = "http://www.spacecityrock.com/images/search.gif";
indexbuttonB = new Image(96,23);
indexbuttonB.src = "http://www.spacecityrock.com/images/searchB.gif";

contactbutton = new Image(88,23);
contactbutton.src = "http://www.spacecityrock.com/images/contact.gif";
contactbuttonB = new Image(88,23);
contactbuttonB.src = "http://www.spacecityrock.com/images/contactB.gif";

function hiLite(imgDocID,imgObjName) {

// manages mouseOver animations
//   imgDocID - the name or number of the document image to be replaced
//   imgObjName - the name of the image object to be swapped in

document.images[imgDocID].src = eval(imgObjName + ".src")

}

// -- End of JavaScript code --------------

