<!-- Prohibit to Copy Pictures -->

<!--

function guardpictures()   { alert ( "この写真の複製を禁じます。" ) ;
                                    return false ;
                                   }

function guard()   {   if (document.images)  
                                j = document.images.length - 3
                                for(i=7; i<j;i++)
                                     document.images[i].onmousedown = guardpictures;
                        }

//-->

