<!--
// KL -- 30/28/2007 -- CHANGE MAP TO DISPLAY IRELAND.

function donatenow() {
	//alert ("donatenow");
	document.getElementById("donatefeaturebox").innerHTML = '<ul><li class="selected"><span>Donate now</span></li><li><a href="#" onclick="javascript:directdebit();">Direct Debit</a></li></ul><div class="show"><h2>Donate now</h2><p><a href="https://www.committedgiving.uk.net/art/public/donor.aspx?id=cc" title="This link opens in a new window" target="_blank">Making a donation online</a> to the Alzheimer\'s Research Trust is easy and secure.  Please give as generously as you can to help fund vital research and find a cure.</p></div>';
}
function directdebit() {
	//alert ("directdebit");
	document.getElementById("donatefeaturebox").innerHTML = '<ul><li><a href="#" onclick="javascript:donatenow();">Donate now</a></li><li class="selected"><span>Direct Debit</span></li></ul><div class="show"><h2>Direct Debit</h2><p>Your monthly support could enable us to make real progress.  Help us to make major breakthroughs towards a cure for dementia by <a href="https://www.committedgiving.uk.net/art/public/donor.aspx?id=dd" target="_blank" alt="this link will open a new window and take you to the Committed Giving website" title="sign up to our Breakthrough direct debit scheme">signing up to our Direct Debit scheme</a>, BREAKTHROUGH.</p></div>';
}
function jsenabled(here) {
	if (here == 'printlink'){
		document.write('<li><a href="javascript:window.print();"><img src="/images/print.gif" alt="" />&nbsp;<span>Print this page</span></a></li>');
	}
	else if (here == 'bookmarklink'){
		document.write('<li><a href="javascript:addbookmark();"><img src="/images/bookmark.gif" alt="" />&nbsp;<span>Bookmark this page</span></a></li>');
	}
	else if (here == 'imagemap'){
		document.write('<div id="imagemap"><img src="/images/map_dot_london.gif" id="dotLdn" style="display: none;" alt="" /><img src="/images/map_dot_oxford.gif" id="dotOxf" style="display: none;" alt="" /><img src="/images/map_dot_cardiff.gif" id="dotCard" style="display: none;" alt="" /><img src="/images/map_dot_cambridge.gif" id="dotCamb" style="display: none;" alt="" /><img src="/images/map_dot_manchester.gif" id="dotMan" style="display: none;" alt="" /><img src="/images/map_dot_midlands.gif" id="dotMid" style="display: none;" alt="" /><img src="/images/map_dot_newcastle.gif" id="dotNew" style="display: none;" alt="" /><img src="/images/map_dot_northernireland.gif" id="dotNIr" style="display: none;" alt="" /><img src="/images/map_dot_dundee.gif" id="dotDun" style="display: none;" alt="" /><img src="/images/map_dot_aberdeen.gif" id="dotAber" style="display: none;" alt="" /><img src="/images/map_dot_bristol.gif" id="dotBristol" style="display: none;" alt="" /><img src="/images/map_dot_nottingham.gif" id="dotnottingham" style="display: none;" alt="" /><img src="/images/map_dot_southampton.gif" id="dotSouth" style="display: none;" alt="" /><img src="/images/map_dot_yorkshire.gif" id="dotYorkshire" style="display: none;" alt="" /></div>');
	}
}
function MM_showHideLayers() { //v2.0
  var i, visStr, args, theObj;
  args = MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) { //with arg triples (objNS,objIE,visStr)
    visStr   = args[i+2];
    if (navigator.appName == 'Netscape' && document.layers != null) {
      theObj = eval(args[i]);
      if (theObj) theObj.display = visStr;
    } else if (document.all != null) { //IE
      if (visStr == 'show') visStr = 'inline'; //convert vals
      if (visStr == 'hide') visStr = 'none';
      theObj = eval(args[i+1]);
      if (theObj) theObj.style.display = visStr;
  } }
}
//-->
