function player(str) {
	larghezza = window.screen.width;
	altezza = window.screen.height;
	attributi = 'scrollbars=no,resizable =yes,width=' +larghezza + ',height=' + altezza + ',status=no,location=no,toolbar=no';
	window.open(str ,'', attributi);
}