function init() {
	mylayer = new DynLayer("glossar")
	mylayer.slideInit()
}

function flyIn()
{
mylayer.slideTo(630,73,20,0);
}

function flyBy()
{
mylayer.slideTo(880,73,20,0);
}

function hideGlossar()
{
flyBy();
buttons.style.display ='inline';
}
