var message = "The content on carvalet.co.uk is protected as the copyright of all text and imagery is owned by carvalet.co.uk Limited. carvalet.co.uk is happy to consider making the content and images used within the site available. If you wish to use any content please make a request by following the link on the Contact page. "; function rtclickcheck(keyp){ if (navigator.appName == "Netscape" && keyp.which == 3){ alert(message); return false; } if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) { alert(message); return false; } } document.onmousedown = rtclickcheck;