/*  Systematic - javascript for send link By: Steen F. Tøttrup / Illumi a/s */
window.addEvent('domready', function() {
	if ($('close')) { $('close').addEvent('click', function() { if ($('extras')) { $('extras').set('style', 'display:none'); return false; } }); }
	if ($('sendlink')) { $('sendlink').addEvent('click', function() { if ($('sendlink') && $('extras')) { $('extras').set('style', 'display:block'); return false; } }); }
});