function rc(evnt){if (navigator.appName.toUpperCase().match(/NETSCAPE/) != null)
{if (evnt.which>=2){alert("      All information on this site is\nŠ Copyright 2006, V-One Aviation Ltd\n\nFor any further information please contact\n           sales@v1air.com");return false;}}else
{if (event.button>=2){alert("      All information on this site is\nŠ Copyright 2008, V-One Time Critical Logistics\n\nFor any further information please contact\n           operations@v1air.com");}}}document.onmousedown=rc;
if (document.layers)window.captureEvents(Event.MOUSEDOWN);window.onmousedown=rc;