function PlayFile(index)
{
    document.getElementById('file_'+index).innerHTML='<embed src="'+files[index]+'" width="160" height="18" align="left" autoplay="true"></embed>';
    return false;    
} 



