//document.onselectstart = new Function('return false');

//var message="© 2008 RISA and other parties. You are only permitted to use the material for your personal use. No part of the material may be reproduced, adapted or disseminated by any means without the prior written permission of the copyright owners."; // Message for the alert box

// Don't edit below!

//function click(e)
//{
//	if (document.all) 
//	{
//		if (event.button == 2)
//		{
//			alert(message);
//			return false;
//		}
//	}
//	
//	if (document.layers) 
//	{
//		if (e.which == 3) 
//		{
//			alert(message);
//			return false;
//		}
//	}
//}

//if (document.layers) 
//{
//	document.captureEvents(Event.MOUSEDOWN);
//}

//document.onmousedown=click;
