function tv ( linkID )
     {
       window.open('', 'tvwin', 'height=565,innerHeight=565,width=760,innerWidth=760');
       document.tvrandom.tvid.value =linkID;
       document.tvrandom.submit() ;
     }
function sa(naam,scrwidth,scrheight){
 	startDate= new Date();
 	tmpWin = window.open(naam, startDate.getTime(), "toolbar=no,location=no,resizable=no,status=no,scrollbars=yes,menubar=no,width=" + scrwidth + ",height=" + scrheight);
}