<!-- Begin
if (document.images){
homemo=new Image;
homemo.src="graphics/buttons/homemo.gif";
emailmo=new Image;
emailmo.src="graphics/buttons/emailmo.gif";
mobilemo=new Image;
mobilemo.src="graphics/buttons/mobilemo.gif";
mapmo=new Image;
mapmo.src="graphics/buttons/mapmo.gif";
cottagesmo=new Image;
cottagesmo.src="graphics/buttons/cottagesmo.gif";
virtualmo=new Image;
virtualmo.src="graphics/buttons/virtualmo.gif";
}

function swapImage(img_name,img_src)
{
document[img_name].src=img_src;
}

function launchCentre(url, name, height, width, sb) {
  var str = "scrollbars=" + sb + ",height=" + height + ",innerHeight=" + height;
  str += ",width=" + width + ",innerWidth=" + width;
  if (window.screen) {
    var ah = screen.availHeight - 30;
    var aw = screen.availWidth - 10;

    var xc = (aw - width) / 2;
    var yc = (ah - height) / 2;

    str += ",left=" + xc + ",screenX=" + xc;
    str += ",top=" + yc + ",screenY=" + yc;
  }
  return window.open(url, name, str);
}

// End -->