/*<![CDATA[*/
function OD_launcher(id_collection, nome_gateway) {
	var myURL = 'OD_redirector.asp?id='+ id_collection +'&name='+ nome_gateway +'&LaunchedFrom=www.mtv.it';
	var OverdrivePlayer = window.open(myURL,'MTvOverdrivePlayer','width=986,height=561,left=0,top=0,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0');
	OverdrivePlayer.focus();
}
/*]]>*/