<!-- //prev right click
function clickIE()
{
	if (document.all)
		alert("© safaris-kenya.net);		
		return false;	
}

function clickNS(e)
{
	if (document.layers||(document.getElementById&&!document.all))
		if (e.which==2||e.which==3)
			alert("© safaris-kenya.net");			
			return false;	
}

if (document.layers)
{
	document.captureEvents(Event.MOUSEDOWN);
	document.onmousedown=clickNS;
}
else
{
	document.onmouseup=clickNS;
	document.oncontextmenu=clickIE;
}
//-->

<!-- //reloads the window if Nav4 resized
function MM_reloadPage(init) {
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->

<!-- //bookmark page
function bkmrk(url, title)
{
	if(window.sidebar)
	{ 
		window.sidebar.addPanel(title, url,""); 
	}
	else if(document.all)
	{ 
		window.external.AddFavorite(url, title); 
	}
	else if(window.opera && window.print)
	{ 
		return true; 
	}	
}
//-->

