var url="http://www.durhamfarmcottages.co.uk/"
var title="Stow House Farm Cottages"
function addfave() {
if (document.all)
window.external.AddFavorite(url,title)}

function changeImage(newImg,perspective) {
	if (arguments.length == 1) {
		perspective = "l";
	}

	document.mainimage.src = "gallery/" + newImg + ".jpg";
	
		document.mainimage.width  = 400;
		document.mainimage.height = 400;
}


/*
Textual Tooltip Script-
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/

var content=new Array()

// EDIT BELOW (BETWEEN APOS's) TO CHANGE TEXT DISPLAYED WHEN A GALLERY THUMB IS CLICKED ON //

content[0]='Click on an image to the right to wiew it below.'
content[1]='1'
content[2]='Ivy Cottage'
content[3]='One of our Highland Cows'
content[4]='Lounge in Bramble Cottage'
content[5]='Kitchen in Bramble Cottage'
content[6]='Lounge in Ivy Cottage'
content[7]='Lounge and woodburning stove in Ivy Cottage'
content[8]='Kitchen in Ivy Cottage'
content[9]='Bathroom in one of our cottages'
content[10]='Looking down onto Stowhouse cottages and farm'
content[11]='Toby, our lucky donkey'
content[12]='12'
content[13]='A view from the cottages'
content[14]='Looking down onto Stowhouse cottages and farm'
content[15]='15'
content[16]='A view from the cottages'
content[17]='17'
content[18]='18'
content[19]='Stowhouse cottages'
content[20]='20'
content[21]='21'
content[22]='Stowhouse cottages'
content[23]='Sunset'
content[24]='Fantastic Scenery'
content[25]='Bluebell Cottage Lounge'
content[26]='Bluebell Cottage Lounge'
content[27]='Bluebell Cottage Bedroom'
content[28]='Bluebell Cottage Bedroom'
content[29]='Bluebell Cottage Bedroom'
content[30]='Bluebell Cottage Bathroom'
content[31]='Bluebell Cottage Kitchen'
content[32]='Bluebell Cottage Entrance'
content[33]='Snowy Day'
content[34]='Cornmill Cottage'
content[35]='Cornmill Cottage'
content[36]='Cornmill Cottage Kitchen'
content[37]='Cornmill Cottage Kitchen'
content[38]='Cornmill Cottage Kitchen'
content[39]='Cornmill Cottage Lounge'
content[40]='Cornmill Cottage Lounge'
content[41]='Cornmill Cottage Bathroom'
content[42]='Cornmill Cottage stairs to main bedroom'
content[43]='Cornmill Cottage Main Bedroom'
content[44]='Cornmill Cottage Main Bedroom'
content[45]='Cornmill Cottage Main Bedroom'
content[46]='Cornmill Cottage Double Bedroom'
content[47]='Cornmill Cottage Double Bedroom'
content[48]='Cornmill Cottage Twin Bedroom'

// EDIT ABOVE HERE TO CHANGE TEXT DISPLAYED WHEN A GALLERY THUMB IS CLICKED ON //

function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
appear()
setTimeout("window.onresize=regenerate",450)
}
}

function changetext(whichcontent){

if (document.all||document.getElementById){
cross_el=document.getElementById? document.getElementById("descriptions"):document.all.descriptions
cross_el.innerHTML='<font face="Verdana"><small>'+whichcontent+'<font></small>'
}
else if (document.layers){
document.d1.document.d2.document.write('<FONT SIZE="2" FACE="Verdana,Helvetica,Arial,MS Sans Serif" COLOR="#ffffff"><SPAN CLASS="bodytext">'+whichcontent+'</SPAN></FONT>')
document.d1.document.d2.document.close()
}

}

function appear(){
document.d1.visibility='show'
}

window.onload=regenerate2