setTimeout ("changePage()", 3000);
function changePage() 
{ 	
	if (self.parent.frames.length != 0)
	self.parent.location=document.location;
}

msg = "Sorry, this function is disabled.";

bV  = parseInt(navigator.appVersion)
bNS = navigator.appName=="Netscape"
bIE = navigator.appName=="Microsoft Internet Explorer"

function copyRight(n) 
{
   if (bNS && n.which > 1){
      alert(msg)
      return false
   } else if (bIE && (event.button >1)) {
     alert(msg)
     return false;
   }
}



/*
Preload images script
By JavaScript Kit (http://javascriptkit.com)
Over 400+ free scripts here!
*/

var myimages=new Array()
function preloadimages(){
for (i=0;i<preloadimages.arguments.length;i++){
myimages[i]=new Image()
myimages[i].src=preloadimages.arguments[i]
}
}


//Enter path of images to be preloaded inside parenthesis. Extend list as desired.
preloadimages("http://www.naturewestphotography.com/jp/images/welcomeOn.gif","http://www.naturewestphotography.com/jp/images/gardenOn.gif","http://www.naturewestphotography.com/jp/images/aboutOn.gif","http://www.naturewestphotography.com/jp/images/thanksOn.gif","http://www.naturewestphotography.com/jp/images/contactOn.gif","http://www.naturewestphotography.com/jp/images/pricesOn.gif","http://www.naturewestphotography.com/jp/images/orderOn.gif","http://www.naturewestphotography.com/jp/images/backgroun1.jpg","http://www.naturewestphotography.com/jp/images/checkoutOn.gif")


imgCt = 13
function choosePic() 
{
  if (document.images) {
     thisImg = Math.floor((Math.random() * imgCt)) + 1
     document.randomImg.src = "../images/pics/image" + thisImg + ".jpg"
  }
}

document.onmousedown = copyRight;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (bNS && 5 > bV) window.onmousedown = copyRight;



var image1 = new Image();
image1.src = "/images/pics/image1.jpg";

var image1 = new Image();
image1.src = "/images/pics/image2.jpg";

var image1 = new Image();
image1.src = "/images/pics/image3.jpg";

var image1 = new Image();
image1.src = "/images/pics/image4.jpg";

var image1 = new Image();
image1.src = "/images/pics/image5.jpg";

var image1 = new Image();
image1.src = "/images/pics/image6.jpg";

var image1 = new Image();
image1.src = "/images/pics/image7.jpg";

var image1 = new Image();
image1.src = "/images/pics/image8.jpg";

var image1 = new Image();
image1.src = "/images/pics/image9.jpg";

var image1 = new Image();
image1.src = "/images/pics/image10.jpg";

var image1 = new Image();
image1.src = "/images/pics/image11.jpg";

var image1 = new Image();
image1.src = "/images/pics/image12.jpg";

var image1 = new Image();
image1.src = "/images/pics/image13.jpg";


