/*Copyright Mario Wagner Web-Development*/
/*Website:www.mw-webdev.de*/



function init_index() {

ok =  news_scrollbalken();

}





function news_scrollbalken () {

if ( typeof scrollbar_news == 'undefined') {
	
	if ($('text_news')) { scrollbar_news = new Control.ScrollBar('text_news','scrollbarnews_track'); } 
	
	} else {
	
	delete scrollbar_news;
	
	if ($('text_news')) { scrollbar_news = new Control.ScrollBar('text_news','scrollbarnews_track'); } 
		
}
return true;
}


