/*------------- Copyright 2005-2006, Moopic Ltd, All rights reserved. ---------------*/


// Handle all the the FSCommand messages in a Flash movie
function ptm_DoFSCommand(command, args)
{
	alert("bob");
}

function SetFlashObjectLoaded(movieName)
{
    //dump("SetFlashObjectLoaded: " + movieName + "\n");
}

function flashTrace(msg)
{
	//alert(msg);
}

function ptmCommand(msg)
{
}
