FPBHandler=function(p)
{
	if(p)
	{
		$$(".jsbanner").each(function(item){item.style["visibility"]="hidden"});
	}
	else
	{
		$$(".jsbanner").each(function(item){item.style["visibility"]="visible"});
	}
}
FPBHandler_nohide=function(p)
{
	if(p)
	{
		$$(".jsbanner").each(function(item){if(item.id!="banner_468")item.style["visibility"]="hidden"});
	}
	else
	{
		$$(".jsbanner").each(function(item){item.style["visibility"]="visible"});
	}
}
