

// Function to display message in window status bar for Home page
// ==============================================================

window.status="Welcome to French Barn Conversions.";

/*
Add-to-favorites Script
Created by David Gardner (toolmandav@geocities.com)
No warranty of any kind comes with this script!
Permission granted to Dynamic Drive (http://dynamicdrive.com) 
to post and feature this script on their DHTML archive
*/

//configure the two variables below to match yoursite's own info

var bookmarkurl="http://www.frenchbarnconversions.com/"
var bookmarktitle="French Barn Conversions"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

// Function to block javascript errors
// ==============================================================
// Source: CodeFoot.com

function blockError(){return true;}


// Function to display contact details when Contact Us is clicked
// ==============================================================

function displayContactUs() {
	window.main="Contact Us.";
	alert("Paul Nicholson, Chaise Martin, St Laurent sur Gorre, 87310 France. Email: info@frenchbarnconversions.com");	
}


// Function to display warning when Brochure is clicked
// ==============================================================

function warningMsg() {	
	alert("Adobe Acrobat Reader is required to read our brochure. If the brochure does not open, please click the Adobe logo below to download it for free");	
}

// Function to display warning when Photo Shoot is clicked
// ==============================================================

