function sendEvent(swf,typ,prm) {
	thisMovie(swf).sendEvent(typ,prm);
}

function thisMovie(movieName) {
    if(navigator.appName.indexOf("Microsoft") != -1) {
		return window[movieName];
	} else {
		return document[movieName];
	}
}

// Example
// <a href="#player-id" onclick="sendEvent('player-js-id','playitem',0);">