
var message="Copyright (C) 2003. From Swaledale";

function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")




function disableselect(e){
return false
}

function reEnable(){
return true
}

//if IE4+
document.onselectstart=new Function ("return false")

//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}

function wo(forr, nev) {
ablak = window.open("","",",status=no,menubar=no,resizable=yes,scrollbars=yes,toolbar=no,bReplace=truee");
 ablak.document.write('<html>');
 ablak.document.write('<head>');
 ablak.document.write('<META HTTP-EQUIV="IMAGETOOLBAR" CONTENT="false">');
 ablak.document.write('<meta http-equiv="Pragma" content="no-cache">');
 ablak.document.write('<SCRIPT LANGUAGE="JavaScript">');
 ablak.document.write('function clickIE4(){if (event.button==2){return false;}}');
 ablak.document.write('function clickNS4(e){if (document.layers||document.getElementById&&!document.all)');
 ablak.document.write('{if (e.which==2||e.which==3){return false;}}}');
 ablak.document.write('if (document.layers){document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS4;}');
 ablak.document.write('else if (document.all&&!document.getElementById){document.onmousedown=clickIE4;}');
 ablak.document.write('document.oncontextmenu=new Function("return false")</SCRIPT>');
 ablak.document.write('<title>From Swaledale kennel honlapja - ' + nev +' </title>');
 ablak.document.write('<style>body{scrollbar-arrow-color: #FF8040;scrollbar-face-color: #000000;');
 ablak.document.write('scrollbar-highlight-color: #000000;scrollbar-shadow-color: #FF8040;');
 ablak.document.write('scrollbar-3dlight-color: lightgrey;background-color: black;');
 ablak.document.write('font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;');
 ablak.document.write('color: lightgrey;}</style>');
 ablak.document.write('</head>');
 ablak.document.write('<body onclick="window.close();">');
 ablak.document.write('<center>');
 ablak.document.write('<H2>'+ nev +'</H2>');
 ablak.document.write('<img src=../pic_big/' + forr + '  alt=' + nev +'>');
 ablak.document.write('<br><br><a href="javascript:window.close()"><font color=#FF8040>');
 ablak.document.write('<small>bezárás</font></a>');
 ablak.document.write('</center></body>');
 ablak.document.write('<head><meta http-equiv="Pragma" content="no-cache"></head>');
 ablak.document.write('</html>');
}
