function installJRE(media_id)
{
	document.getElementById('tagJava').innerHTML = "<img width='0' height='0' alt='' src='http://analytics.opendisc.net/?from=opentunes&v=1.0&actId=119&img=1&project=" + media_id + "' />";
	deployJava.installJRE('1.5.0+');
	deployJava.refresh();
	location.href = document.location;
};

function help(media_id, help_id)
{
	var actionID = (help_id == 'system') ? '122' : '120';
	document.getElementById('tagJava').innerHTML = "<img width='0' height='0' alt='' src='http://analytics.opendisc.net/?from=opentunes&v=1.0&actId=" + actionID + "&img=1&project=" + media_id + "' />";
	window.open("/support/?helpid=" + actionID);
};
