var isInternetExplorer = navigator.appName.indexOf("Microsoft") != -1;

function topx_DoFSCommand(command, args) {
	var sound1Obj = isInternetExplorer ? document.all.sound1 : document.sound1;

	if (command=="stopp"){
		parent.frames[0].window.document.player.SetVariable("co", "stopp");
	}

	if (command=="playy"){
		parent.frames[0].window.document.player.SetVariable("co", "playy");
	}

	if (command=="statt"){
		parent.frames[0].window.document.player.SetVariable("cc", "statt");
	}
}

if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
	document.write('<script language=\"VBScript\"\>\n');
	document.write('On Error Resume Next\n');
	document.write('Sub topx_FSCommand(ByVal command, ByVal args)\n');
	document.write('	Call topx_DoFSCommand(command, args)\n');
	document.write('End Sub\n');
	document.write('</script\>\n');
}
