//===== relative URL handling code for js files ================
sWZBaseFolder = "www.afrika-afrika.de";                          
sWZ = window.location.href;                                     
iWZ = sWZ.indexOf(sWZBaseFolder) + sWZBaseFolder.length + 1;    
sWZBase = sWZ.substring(0,iWZ);                                 
//===== Copyright © 2001 Spidersoft. All rights reserved. ======

<!--
function anzeigen(datei)
{
 para='width=750,height=500,screenX=40,screenY=10';
 window.open(datei, 'fenster', 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,'+para);
}
-->
