// JavaScript Document

function click() 
{
	if (event.button==2) 
	{
		alert('Copyright EDSO 2011 - European Deaf Sports Organization');
	}
}
document.onmousedown=click



