function OnMouseDown () {
	
	var go = gameObject.Find("PlayList");
	go.GetComponent(PlayListJs).enabled = false;
	
}