function fSoundStop()
{
	if(window["topFlash"] != undefined)
	{
		return window["topFlash"].flashSoundStop();
	}
}
function fSoundStart()
{
	if(window["topFlash"] != undefined)
	{
		return window["topFlash"].flashSoundStart();
	}
}