   <!--
   
      function Win(file) {
  		if (file) {   
     		var movie = 'player.php?id='+file;
     		var win = window.open(movie,"win", "width=340,height=340,scrollbars=no,resizable=0");
  		}
	}
      function ClientWin(file) {
  		if (file) {   
     		var movie = 'client_player.php?id='+file;
     		var win = window.open(movie,"win", "width=340,height=340,scrollbars=no,resizable=0");
  		}
	}

   
