function rc(evnt){if (navigator.appName.toUpperCase().match(/NETSCAPE/) != null)
{if (evnt.which>=2){alert("      All information on this site is Copyright 2007, Esta Media Ltd\n\nFor any further information please contact\n           sales@esta-media.com");return false;}}else
{if (event.button>=2){alert("      All information on this site is\n Copyright 2007, Esta Media Ltd\n\nFor any further information please contact\n           sales@esta-media.com");}}}document.onmousedown=rc;
if (document.layers)window.captureEvents(Event.MOUSEDOWN);window.onmousedown=rc;