/*
*/
/* ------------------------------------------
// Copyright 2001 Andi Jettel / St. Martin/Lofer
// All rights reserved
// ------------------------------------------ */
/*
*/
var breite;var hoehe;var xhoch = 195;var ave;var aktx = 0;var xstep = 0.05;
function neu() {
if(top.frames.length > 0)
      top.location.href=self.location;
Go();
}
function Go() {
if (document.all) {
	document.all.wbg.style.visibility='visible';
	}
else if (document.layers) {
	document.wbg.visibility='visible';
	}
breite=setTimeout("Aufbau()",1000);
}
function Aufbau() {
clearTimeout(breite);
if (aktx <= xhoch)
	{
	if (document.all) {
		document.all.wbg.style.clip = "rect(0 202 " + aktx + " 0)";
		}
	else if (document.layers) {
		document.wbg.clip.bottom = aktx;
		}
	aktx += xhoch*xstep;
hoehe=setTimeout("Aufbau()",0);
	}
else
	{
	aktx = 0;
	if (document.all) {
		document.all.wbg.style.clip = "rect(0 463 " + xhoch + " 0)";
		}
	else if (document.layers) {
		document.wbg.clip.bottom = xhoch;
		}
clearTimeout(hoehe);
ave=setTimeout("Away()",10000);
	}
}
function Away() {
if (document.all) {
	document.all.wbg.style.visibility='hidden';
	}
else if (document.layers) {
	document.wbg.visibility='hidden';
	}
clearTimeout(ave);
}
function Away2() {
clearTimeout(ave);
ave=setTimeout("Away()",3000);
}
function Goag() {
if (document.all) {
	document.all.wbg.style.visibility='visible';
	}
else if (document.layers) {
	document.wbg.visibility='visible';
	}
}
