Msg = "Images and text are Copyright © Your Party Night 2004-2006. \r\rYour Party Night photo galleries are provided for personal and non-commercial \ruse and you may not without our prior permission use our text or images \ron your web site, or for any other commercial purpose. \r\rYou may link to this page from your web site providing that the page remains intact \rwith no alterations or amendments to the page or images contained within.\r\rSend an e-mail to info@rmtholdings.co.uk if you require any further details. \r\rPermission to print and download these images and texts for your own private \ruse is NOT required. \r\rClicking OK restores normal use of the right-click menu on this page."
DoneIt = false; IsNS = navigator.appName=="Netscape";
document.onmousedown = DoIt;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (IsNS&&parseInt(navigator.appVersion)<5) window.onmousedown = DoIt;
function DoIt(a) { if (DoneIt) { return true }
else if ((IsNS&&a.which>1)||(navigator.appName=="Microsoft Internet Explorer"&&(event.button>1))) { DoneIt=true; alert(Msg); return false } }
