function SoundOn(){
	window.document.animation_faq.SetVariable("sound", "");
}


function LA_OnBookmark(bookmark)
{
	if(bookmark=="Sound_off")
	{
		window.document.animation_faq.SetVariable("sound", "off");
	}
	
	if(bookmark=="Sound_on")
	{
		setTimeout("SoundOn()",3000);
		
	}
}
 

function Main_LivingActor()
{
		Topics();
}


if(LA_GetCookie("ActorIsHere")!=null && LA_GetCookie("ActorIsHere")=="true") Init_LivingActor(LA_RELATIVE_PATH+LA_ACTORFILE_NAME+".swf");