function intro_DoFSCommand(command, args) {
	if (command == "moveHand") {
		window.document.handswf.GotoFrame(args);
	}
}
