// (C) 2000 Uwe Handelmann - www.handelmann.de

if(parent.frames.length<1){window.top.location.href="http://www.sportwerbung.net";} else {

function pick(a,b,c) { d=top.frames[a].document.forms[b].elements[c].value; return d; }
function push(a,b,c,d) { top.frames[a].document.forms[b].elements[c].value=d; }
function p(x) { document.write(x); }
function alert1(x,y,z) { alert('Bitte ' + x + ' angeben');  return; }
function alert2(x) { alert(x); return; }
function df(a,b,c) { top.frames[a].document.forms[b].elements[c].focus(); }
function fehler(){ alert("Dieses Feld kann nicht editiert werden."); document.forms[0].elements[0].focus(); }
function sp() { }
function cut(a,b,c) { d=a.substring(b,c); return d; }
function di(a,b) { document.images[a].src=b; }

function zahl(x) {  x=parseInt(x*100)/100; c = "" + x;
		  if (x==0) { c="0.00"; return c; }
		  var y = c.indexOf('.');
		  var z = c.length;
		  if (y == z-2) { c=c + "0"; z++; }
		  if (y ==  -1) { c=c + ".00"; }
		  if (1/x > 1) { c="0" + c.substring(y,z); }
		  return c; }

}