function flashYaz(v)
{
	document.write(v);
}

function flashTgf(f,m,g)
{
	document.getElementById(f).TGotoFrame(m,g-1)
}

function flashSv(f,t,v)
{
	document.getElementById(f).SetVariable(t, v);
}
