function jumpcombined() {
  //alert(window.parent.location);
  //eval("window.parent.location='" + document.getElementById("combined").value + "'");
  eval("window.parent.location='" + "http://" + window.parent.location.host + "'");
}
function jumpflightonly() {
  //alert(window.parent.location);
  //eval("window.parent.location='" + document.getElementById("flightonly").value + "'");
  eval("window.parent.location='" + "http://" + window.parent.location.host + "/flights.html'");
}
function jumphotelonly() {
  //alert(window.parent.location);
  //eval("window.parent.location='" + document.getElementById("hotelonly").value + "'");
  eval("window.parent.location='" + "http://" + window.parent.location.host + "/hotels.html'");
}
function jumpcitybreaks() {
  //alert(window.parent.location);
  //eval("window.parent.location='" + document.getElementById("citybreaks").value + "'");
  eval("window.parent.location='" + "http://" + window.parent.location.host + "/cities.html'");
}
function jumppackage() {
  //alert(window.parent.location);
  //eval("window.parent.location='" + document.getElementById("package").value + "'");
  eval("window.parent.location='" + "http://" + window.parent.location.host + "/packages.html'");
}
function jumpcarhire() {
  //alert(window.parent.location);
  eval("window.parent.location='" + document.getElementById("carhire").value + "'");
}
function widenframe() {
  window.parent.window.scrollTo(0,0);
  window.parent.iframe_widen();
}
function loadnewsletter() {
	document.getElementById("newsletterframe").src = "newsletter.html";
}
