function sendMessage(whom, what) {
	var swf = swfobject.getObjectById(whom)
	if (swf) {
		swf.getMessage(what)
	}
}
