		  function play_obj(cosa)
			{
			/*var myobj;
			if (cosa == "radio") {
			}
			else {
			}*/
			X=(screen.width/2)-(300);
			Y=(screen.height/2)-(250);
			popupImage = window.open('radioluxury.html','nome','width=600,height=500,toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=0, top='+Y+',left='+X+'');
			};

