function onMouseMenu()
{
    alert("Commercial or private use of the images on this website is strict prohibited without my express written permission!\n\nCopyright 2003 Robinīs Showcase");
    return false;
}
    if (parseInt(navigator.appVersion)>3)
        {
            document.oncontextmenu = onMouseMenu;
        }