var message="Copyright (C) 2004-2005 by SUED-AFRIKA.ORG";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")

function supressError() {
return true;
}
function load(url) {
window.onerror = supressError;
opener.location.href = url;
setTimeout('self.close()',0);
}
//for IE
function changeSize(newSize) {document.mediaPlayer.displaySize = newSize;}
function doublesize() {document.mediaPlayer.displaySize = 2; top.resizeTo(1000,740);}
function originalsize() {document.mediaPlayer.displaySize = 0; top.resizeTo(600,490);}
// for NN
function changeSize_nn(newSize) {document.mediaPlayer.SetDisplaySize(newSize);}
//function doublesize_nn() {document.mediaPlayer.SetDisplaySize = 2; top.resizeTo(1000,740);}
//function originalsize_nn() {document.mediaPlayer.SetDisplaySize = 0; top.resizeTo(600,490);}

function durban_ws()
{
window.open('http://www.durban.gov.za/','chat','height=580,width=830,dependent=yes,location=no,menubar=no,resizable=yes,status=no,toolbar=no,scrollbars=yes')
}
function tva()
{
location = "http://www.sued-afrika.org/tv/tv1.htm"
}
function tvb()
{
location = "http://www.sued-afrika.org/tv/tv2.htm"
}
function tvc()
{
location = "http://www.sued-afrika.org/tv/tv3.htm"
}
function videoo()
{
window.open('http://www.verkehrstau.de/tv/olympiavideo.htm','videooly','height=335,width=400,dependent=yes,location=no,menubar=no,resizable=no,status=no,toolbar=no,top=200,left=350,x=0,y=0')
}