function play_movie()
{
//	if(navigator.userAgent.match(/Safari\/312.6/))
	if(navigator.userAgent.match(/Safari/))
	{
		document.getElementById("top_swf").style.visibility = "hidden";
		OLF.show('player.swf','8,0,0,0',{flv:'robot_ci.flv'}, function(){document.getElementById("top_swf").style.visibility = "";});
	}
	else
	{
		OLF.show('player.swf','8,0,0,0',{flv:'robot_ci.flv'});
	}
}
