function home_menu_manager_ (_elm,_int)
{
	var s = _elm.id.replace("_layer","") ;

	if (_int)
	{
		document.getElementById(s + "_layer").style.display = "block" ;
	}
	else
	{
		document.getElementById(s + "_layer").style.display = "none" ;
	}
}

function home_ssmenu_manager_ (_elm,_int)
{
	if (_int)
	{		
		document.getElementById(_elm.id.replace("link","chip")).style.display = "inline" ;
		
		document.getElementById(_elm.id).style.fontWeight = "bolder" ;
	}
	else
	{
		document.getElementById(_elm.id.replace("link","chip")).style.display = "none" ;
		
		document.getElementById(_elm.id).style.fontWeight = "normal" ;
	}
	
	document.getElementById(_elm.id).style.textDecoration = "none" ;
}

function scroll_manager_ ()
{
	_5bnetwork_collection_scroll_[0] = new _5bnetwork_object_scroll_("scroll1","horizontal","bio_cache","bio_scroll","bio_scrollbar","bio_scrollbutton",173,"bio_scrollbutton_left","bio_scrollbutton_right") ;

	_5bnetwork_collection_scroll_[1] = new _5bnetwork_object_scroll_("scroll2","horizontal","club_cache","club_scroll","club_scrollbar","club_scrollbutton",173,"club_scrollbutton_left","club_scrollbutton_right") ;
}