
function changex(el,f){

        divel=document.getElementById(["mnux"]+el);
        if(f==0){
        for(i=1;i<5;i++){
                if(i==el){
                        newload=document.getElementById(["aload"]);
                        newload.style.display='none';
                       
                        divel.style.display='';
                }else{

                        newdiv=document.getElementById(["mnux"]+i);
                        newdiv.style.display='none';
                }
        }
        }


}


function Player(videoNum)
{
  var html="";
  html += '<p><object width=\"425\" height=\"350\"><param name=\"movie\" value=\"' + videoNum + '&autoplay=1\"></param><param name=\"wmode\" value=\"transparent\"></param><embed src=\"' + videoNum + '&autoplay=1\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" width=\"425\" height=\"350\"></embed></object></p><a href=\"/downloadvideo/\"><img src=\"/images/btn-dnld.gif\"></a><br><br>';
  divPlayer = $('playerx');
  divPlayer.innerHTML = html;

}
