//GENERAL FUNCTIONS FOR LONDON 2012 WEB SITE


//FUNCTION DISABLES RIGHT MOUSE CLICK ON LONDON 2012 LOGO IMAGE
/*function imageSave() {
  if (window.confirm("Please do not download the London 2012 logo from here.\nRegister your support for the bid and use an offical supporter's logo.\nWould you like to go to the official linking page?")) {
    window.open("http://www.bid-london2012.co.uk/link/");
  }
}*/

function imageSave(strMessage) {
  //alert(strMessage);
  return false;
}

//opens the photo gallery popup
function openGalleryPopup(theLink){
	galleryPopup = window.open(theLink,'newWindow','width=495,height=640,menubar=no,status=no,toolbar=no,scrollbars=no,resizable=no');
	galleryPopup.focus();
	return false;
}