var url="http://www.millgranary.co.uk"
var title="Mill Granary : Relax in a converted stone built granary"
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 + "big.jpg";
	
	if (perspective == "p") {
		document.mainimage.width  = 300;
		document.mainimage.height = 400;
	} else {
		document.mainimage.width  = 400;
		document.mainimage.height = 300;
	}
}

