function showImage (image) {
 if (document.getElementById) {
  document.getElementById("imageHolder").src = image.href;
  return false;
 } else {
  return true;
 }
}

function openWindow(theURL,winName,winWidth,winHeight,features) {
  features = features+",width="+winWidth+",height="+winHeight+", left=0,top=0,screenX=0,screenY=0";
  window.open(theURL,winName,features);
}

function showReviews(theURL,winName,winWidth,winHeight,features) {
  features = features+",width="+winWidth+",height="+winHeight+", left=0,top=0,screenX=0,screenY=0";
  window.open("http://www.stay-in-europe.org/hoteldata/guestrating.php?id=" + theURL,winName,features);
}

function showAccess(theURL,winName,winWidth,winHeight,features) {
  features = features+",width="+winWidth+",height="+winHeight+", left=0,top=0,screenX=0,screenY=0";
  window.open("http://www.stay-in-europe.org/hoteldata/accessibility.php?id=" + theURL,winName,features);
}

function showBooking(theURL,winName,winWidth,winHeight,features) {
  features = features+",width="+winWidth+",height="+winHeight+", left=0,top=0,screenX=0,screenY=0";
  window.open("http://www.stay-in-europe.org/hoteldata/howtobookandcancel.php?id=" + theURL,winName,features);
}

function showSecurity(theURL,winName,winWidth,winHeight,features) {
  features = features+",width="+winWidth+",height="+winHeight+", left=0,top=0,screenX=0,screenY=0";
  window.open("http://www.stay-in-europe.org/hoteldata/security.php?id=" + theURL,winName,features);
}

function gthp() {
  url = 'http://www.stay-in-europe.org';
  location.href=url;
}
function gtcr() {
  url = 'http://www.stay-in-europe.org/car-rental.php';
  location.href=url;
}
function gtcrc(ctry) {
  url = 'http://www.stay-in-europe.org/car-rental.php?ctry='+ctry;
  location.href=url;
}

function bcshow(city, country) {
  url = 'http://www.stay-in-europe.org/all-'+city+'-hotels-'+country+'-1.htm';
  location.href=url;
}

function scshow(city, country) {
  url = 'http://www.stay-in-europe.org/'+country+'/'+city+'-hotels.html';
  location.href=url;
}

function ncshow(city, country) {
  url = 'http://www.stay-in-europe.org/'+country+'/'+city+'-hotels.php';
  location.href=url;
}
