<!--
var msg = "Thank you for visiting our web site.";
function click(e) {
if (document.all) {
if (event.button==2||event.button==3) {
alert(msg);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(msg);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
// Put list of images to be added here to stop right click...
//Weather.c
if (document.all.c)
  document.all.c.onmousedown=click;
//Weather.f
if (document.all.f)
  document.all.f.onmousedown=click;
//Photos
if (document.all.photo)
  document.all.photo.onmousedown=click;
if (document.all.small_apartment)
  document.all.small_apartment.onmousedown=click;
if (document.all.small_bathroom)
  document.all.small_bathroom.onmousedown=click;
if (document.all.small_dining_room)
  document.all.small_dining_room.onmousedown=click;
if (document.all.small_dining_room2)
  document.all.small_dining_room2.onmousedown=click;
if (document.all.small_double_bedroom)
  document.all.small_double_bedroom.onmousedown=click;
if (document.all.small_ensuite)
  document.all.small_ensuite.onmousedown=click;
if (document.all.small_ensuite2)
  document.all.small_ensuite2.onmousedown=click;
if (document.all.small_golf_course)
  document.all.small_golf_course.onmousedown=click;
if (document.all.small_kitchen)
  document.all.small_kitchen.onmousedown=click;
if (document.all.small_kitchen2)
  document.all.small_kitchen2.onmousedown=click;
if (document.all.small_lounge)
  document.all.small_lounge.onmousedown=click;
if (document.all.small_lower_patio)
  document.all.small_lower_patio.onmousedown=click;
if (document.all.small_lower_patio2)
  document.all.small_lower_patio2.onmousedown=click;
if (document.all.small_playa_bastian_beach)
  document.all.small_playa_bastian_beach.onmousedown=click;
if (document.all.small_pool)
  document.all.small_pool.onmousedown=click;
if (document.all.small_pool_side)
  document.all.small_pool_side.onmousedown=click;
if (document.all.small_pool)
  document.all.small_pool.onmousedown=click;
if (document.all.small_resort_entrance)
  document.all.small_resort_entrance.onmousedown=click;
if (document.all.small_roof_terrace)
  document.all.small_roof_terrace.onmousedown=click;
if (document.all.small_roof_terrace2)
  document.all.small_roof_terrace2.onmousedown=click;
if (document.all.small_sea)
  document.all.small_sea.onmousedown=click;
if (document.all.small_sea2)
  document.all.small_sea2.onmousedown=click;
if (document.all.small_sea3)
  document.all.small_sea3.onmousedown=click;
if (document.all.small_sea3)
  document.all.small_sea3.onmousedown=click;
if (document.all.small_sea4)
  document.all.small_sea4.onmousedown=click;
if (document.all.small_upper_terrace)
  document.all.small_upper_terrace.onmousedown=click;
if (document.all.small_view_point)
  document.all.small_view_point.onmousedown=click;
if (document.all.small_twin_bedroom)
  document.all.small_twin_bedroom.onmousedown=click;
if (document.all.small_twin_bedroom2)
  document.all.small_twin_bedroom2.onmousedown=click;
// -->