
function OnMouseDown ()  {

var go = gameObject.Find("Radio");
	 	 
	 go.GetComponent(RadioJs).enabled = true;

}