

<!-- Flash Controller -->
var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
function stuff(s)
{
	document.msgForm.message.value = s;
}

<!--
// Handle all the the FSCommand messages in a Flash movie
function map_DoFSCommand(command, args)
{
	// Echo the command in the form to help debug - Remove in production code
	//var f = parent.fw_story.document.msgform;
	//f.message.value = command;
}
//-->

