/* http://www. */
<!-- hide this stuff from other browsers 
defaultStatus = "website by www.bundydesign.com"; 


function f_details(link)
{
	var detailsWindow = window.open(link,"Details",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes,width=500,height=500');
	detailsWindow.focus();
}

function f_blowup(imgURL)
{
	var screenX = screen.Width;
	var coordX = (screen.Width/2)-335;
	var coordY = 0;
	var detailsWindow = window.open('graphics/blowups/'+imgURL+'.jpg','kjhayler','toolbar=0,location=0,directories=0,menubar=0,resizable=yes,width=670,height=680,left='+coordX+',screenX='+coordX+',top='+coordY+',screenY='+coordY);
	detailsWindow.focus();
}

function f_blowupLE(imgURL)
{
	var screenX = screen.Width;
	var coordX = (screen.Width/2)-250;
	var coordY = 25;
	var detailsWindow = window.open('graphics/blowups/lowres/'+imgURL+'.jpg','kjhayler','toolbar=0,location=0,directories=0,menubar=0,resizable=yes,width=470,height=480,left='+coordX+',screenX='+coordX+',top='+coordY+',screenY='+coordY);
	detailsWindow.focus();
}

function f_main(imgURLm, imgURLd, imgName, myArr)
{
	/* sort out the main picture */
	var mainPicImage = 'graphics/main/'+imgURLm+'.jpg';
	var htmlDump = myArr[imgName][0] + '<br><br>' + myArr[imgName][1]+'<br>' + myArr[imgName][2] + '<br><br>' + myArr[imgName][3] + '<br>' + '<P CLASS="buyItNow"><a href="http://stores.ebay.co.uk/Drawn-to-Nature-Wildlife-Art-Prints" TARGET="new"><img src="http://pics.ebay.com/aw/pics/uk/ebay_my_button.gif" alt="BUY IT NOW" BORDER=0></a></P><IMG SRC="graphics/blank.gif" WIDTH=1 HEIGHT=600>';

		
	document.mainPic.src=mainPicImage;

	
	
	/* sort out the caption in the iframe */
	document.getElementById("cap").innerHTML = htmlDump;

	

	/* sort out the detail picture */
	var detailPicImage = 'graphics/detail/'+imgURLd+'.jpg';
	document.detailPic.src=detailPicImage;
}

function f_setDefaultCaption(imgName, myArr)
{
	var htmlDump = myArr[imgName][0] + '<br><br>' + myArr[imgName][1]+'<br>' + myArr[imgName][2] + '<br><br>' + myArr[imgName][3] + '<br>' + '<P CLASS="buyItNow"><a href="http://stores.ebay.co.uk/Drawn-to-Nature-Wildlife-Art-Prints" TARGET="new"><img src="http://pics.ebay.com/aw/pics/uk/ebay_my_button.gif" alt="BUY IT NOW" BORDER=0></a></P><IMG SRC="graphics/blank.gif" WIDTH=1 HEIGHT=600>';

		

	/* sort out the caption in the iframe */
	document.getElementById("cap").innerHTML = htmlDump;

	
}


function f_dimensions()
{
	var dimensionsWindow = window.open('dimensions.html',"Dimensions",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes,width=300,height=450');
	dimensionsWindow.focus();
}




// end the hiding comment -->



