<!-- // Copyright WS Media Service - no Freeware - www.ws-mediaservice.de //-->


<!--
function f(b){
ft = "x"+b;
fz = new Image();
document[ft].src = "images/mark.gif";
i = 1;  ns = 30;
for (i = 1;i <= ns;++i){ gt = "x"+i;
if (document[gt]){
if (gt != ft) { fz = new Image();
document[gt].src = "images/shim.gif"; }} else { u = 1;}}}
//-->

function mover(npic){ co = npic - 1; if(s[co] == 0){
var newpic = 'images/navo_'+npic+'.gif';
var newp = new Image(); 
document[arg[co]].src =  newpic; }}
function mout(opic){ co = opic - 1; if(s[co] == 0){
var oldpic = 'images/nav_'+opic+'.gif';
var oldp = new Image(); 
document[arg[co]].src =  oldpic;}}
function wsmover(b,bnr){ 
var np = new Image(); 
document[bnr].src =  b; }
function wsmout(ob,obnr){ 
var onp = new Image(); 
document[obnr].src =  ob; }
function wswin(side,wx,hx,scx) {
var high = screen.height;
var wide = screen.width;
var hoch = high - 55;
var weit = wide - 35;
var maxweit = wide - 10;
if(hx == "max") { xhx = hoch; xscx = scx; } else {
if(hx > hoch) { xhx = hoch; xscx = "yes"; } else { xhx = hx; xscx = scx; }}
if(wx == "max") { xwx = maxweit; xscx = scx; } else {
if(wx > weit) { xwx = weit; xscx = "yes"; } else { xwx = wx; xscx = scx; }}
sdomps = window.open(side,'xms',"'toolbar=no,statusbar=no,scrollbars="+xscx+",top=0,left=0,resizable=yes,width="+xwx+",height="+xhx+"'");
sdomps.focus();}
function changepic(dasB){
var newB = new Image(); 
parent.wstopfxx.showme.src = dasB; }