function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
if(document.images) {

image01 = new Image;
image02 = new Image;

image01.src = "http://www.globetrotterinns.com/images/book_cheap_accommodation.gif";
image02.src = "http://www.globetrotterinns.com/images/book_cheap_accommodation_on.gif";
}
// MouseOver Function
function swapOn(imgLocation) {
if(document.images) {
document.images[imgLocation].src = eval(imgLocation + "2.src");
}
}
// MouseOut Function
function swapOff(imgLocation) {
if(document.images) {
document.images[imgLocation].src = eval(imgLocation + "1.src");
}
}
function footer() { //v2.0
(document.getElementById('footer').innerHTML) = (document.getElementById('header').innerHTML);
}


if(document.images) {

image01 = new Image;
image02 = new Image;


image01.src = "http://www.globetrotterinns.com/images/book_cheap_accommodation.gif";
image02.src = "http://www.globetrotterinns.com/images/book_cheap_accommodation_on.gif";

}
