// JavaScript Document<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function printWindow() {
bV = parseInt(navigator.appVersion);
if (bV >= 4) window.print();
}

function addbookmark()
{
bookmarkurl="http://www.rotaryafrica.za.org"
bookmarktitle="ROTARY Africa Magazine"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}


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 Rotary Africa's Website. You can see this page at "+window.location;
}    