function ViewVideo(VideoPath)
{   
    var path=StrSubString(VideoPath,StrIndexOf(VideoPath, '<embed'),(StrIndexOf(VideoPath, '</embed>')+8));    
    document.getElementById('ctl00_ContentPlaceHolder1_tdLiteral').innerHTML=path;                           
}
