function view(tname,sw,sh)
{
var path='/chess-videos/'+tname+'/index.php';
window.open(path,'videos','location=no,status=no,menubar=no,toolbar=no,directories=no,scrollbars=no,resizable=no,left=160,top=100,width='+sw+',height='+sh);
}
