function showvideo(tcVideoName, tcVideoDesc) {
        newwindow2=window.open('','name','width=926,height=570,location=yes');
        var tmp = newwindow2.document;
        tmp.write('<html><head><title>' + tcVideoDesc + '</title>');
        tmp.write('<link rel="stylesheet" href="js.css">');
        tmp.write('</head><body>');
        // tmp.write('<p><a href="javascript:self.close()">Close</a></p>');
        tmp.write('<table border="0"><tbody><tr><td><object width="908" height="553"><param name="movie" value="http://www.viddyou.com/get/' + tcVideoName + '"></param><param name="wmode" value="transparent"></param><param name="allowScriptAccess" value="always"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.viddyou.com/get/' + tcVideoName + '" type="application/x-shockwave-flash" wmode="transparent" allowScriptAccess="always" width="908" height="553" allowFullScreen="true"></embed></object></td></tr></tbody></table>');
        tmp.write('</body></html>');
        tmp.close();
}

