/*
var message="Перепечатка и копирование содержимого сайта строго ЗАПРЕЩЕНА!";
function click (e) {
if  (document.all) {
if (event.button ==2){
alert (message) ;
return false; }}}
if (document. layers){
document.captureEvents (Event. MOUSEDOWN) ; }
document.onmousedown=click;


document.ondragstart = test; 
document.onselectstart = test; 
document.oncontextmenu = test; 
function test() {return false} 
*/

function fotopopup(url,h,w) {

h=h+30;
pop = window.open("",'largefoto','width='+w+',height='+h+',left=20,top=20,personal=no,toolbar=no,menubar=no,scrollbars=yes,location=no,status=no,resizable=yes,directories=no');
pop.document.write("<HTML onLoad='this.focus();'><center><img src="+url+"><br><br>[<A href=\"javascript: print();\"><small>распечатать</small></A>]&nbsp;&nbsp;&nbsp;[<A href=\"javascript: close();\"><small>закрыть</small></A>]</center></BODY></HTML>");
pop.document.close();
 }
