//************* Begin Do Not Allow "Frameless View *******************

if (top.frames.length == 0)
{
	alert ("Sorry, you can only view \nthis page within our site.");
	top.location.href="http://WWW.DogShowPhoto.com/shows";
}



//****************** Begin Disable Right Click ************************

var mess="All Photographs on this site\n\2512002 Dog Show Photography. \n\nDisplay & Hide code \n\2512002 by DV1.COM  \n\nAll rights reserved. ";var dr="/shows/shows/";

//Code For Internet Explorer

//alert(mess);

function getChar(e) {

    if (document.all) {
        e = window.event;
       if(e.keyCode==17)alert(mess);
//if(e.keyCode)alert(mess);

    }
    else if (document.layers)
//if(e.which)    alert(mess);
if(e.which==0)    alert(mess);

}

document.onkeydown = getChar;


if (document.all)
{
var  Event="";

//if(window.event && window.event.keyCode==17)alert("hello");

function click(e) {	if (event.button == 2) {	alert(mess); return false;	}}
}



document.onmousedown=click;


// Code for Netscape Navigator

if (Event) 
{
document.captureEvents ( Event.MOUSEDOWN );	document.onmousedown = mouseDownEvt;
function mouseDownEvt (evt ) {	if (evt.which == 3) {	alert(mess);return false ;}	return true ; } 
}

function jump(which,where,control){window.open(dr+where+".htm","Replace1");return;}

//****************** End Disable Right Click ************************





