// some variables to save
var currentPosition;
var currentVolume;
var currentItem;

// these functions are caught by the JavascriptView object of the player.
function sendEvent(typ,prm) {
	document.getElementById("MP3_Player_Object").sendEvent(typ,prm);
};
