
// Initialise the effects

window.onload = function(container) {
	var links = $$('.splash a');
	var details = $$('.splash .detail');
	
	links.addEvent('click', function(event) {
		tween = new Fx.Tween(details[0]);
		tween.set('display','block');
		tween.start('height','1px','auto');
	});
}

function nospam(a) {
    m = "mai" + "lto:" + a + "@" + "montessori" + "-intl" + ".o" + "rg";
    window.location = m;
}
