function tv ( linkID )
     {
       window.open('', 'tvwin', 'height=565,innerHeight=565,width=760,innerWidth=760');
       document.tvrandom.tvid.value =linkID;
       document.tvrandom.submit() ;
     }
