function addbookmark() {
bookmarkurl="http://www.leisuresundecks.co.za/index.php"
bookmarktitle="Leisure Sundecks"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

function printWindow() {
bV = parseInt(navigator.appVersion);
if (bV >= 4) window.print();
}

function emailLink() {
window.location = "mailto:"+"?subject=I thought this link might interest you." + "&body=Hi There! Take a look at this page I found on leisuresundecks.co.za. Leisure Sundecks are an established and experienced decking and flooring company. You can see this page at "+window.location;
}

function doThePopUp(theUrl) {
reWin = window.open(theUrl,'determined','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=400,height=310,top=100,left=100');
}