function selectClick(clipIndex) { flowPlayer = document.getElementById('VideoPlayer'); flowPlayer.DoPlay(); flowPlayer.ToClip(clipIndex); } function ShowDescription() { flowPlayer = document.getElementById('VideoPlayer'); var clipNum = flowPlayer.getCurrentClip(); var divs = document.getElementsByTagName('div'); for (var i=0;i