
function badimages()
{
document.write("<table BORDER=0 CELLPADDING=0 CELLSPACING=0><tr><td WIDTH=32><IMG SRC=images/spacer.gif WIDTH=32 HEIGHT=1></td><td><font size=1><u>PLEASE NOTE</u>: The image quality on this page has been reduced to allow for faster downloads.</font></td></tr></table>");
}





/* function click(e) 
{
var message = "Sorry, right-clicking is disabled to help protect our copyrights. \n\nAll contents COPYRIGHTED by Ivor Hamilton. Any unauthorized copying, duplication, or distribution is strictly prohibited.";

if (document.all) 
{
if (event.button == 2) 
{
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click; */


var message = "Sorry, right-clicking is disabled to help protect our copyrights. \n\nAll contents COPYRIGHTED by Dreams for Africa. Any unauthorized copying, duplication, or distribution is strictly prohibited.";

function clickIE()
 
{

if (document.all) 
{
if (event.button == 2) 
{
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}

//seperate for IE//
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=clickIE;
 
 
 
 
 
function clickNS(e) {
if
(document.layers||(document.getElementById&&!document.all))
{
if (e.which==2||e.which==3) {alert(message);return false;}}}

//seperate for NS//
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else
{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
 
document.oncontextmenu=new Function("return false");








