追加変数の定義

var ViewSource_check=false; // それぞれのコントロールの表示・非表示用の変数追加です   
var PrintSource_check=false;   
var About_check=false;   
var Download_check=false;   
var User_check=false;   
  
dp.sh.Toolbar.Commands = {   

適用のサンプル

<script type="text/javascript">   
dp.SyntaxHighlighter.ClipboardSwf = "/sh/clipboard.swf";   
  
ViewSource_check=true;   
PrintSource_check=true;   
About_check=true;   
Download_check=true;      
User_check=true;      
  
dp.sh.Toolbar.Commands.User.label = 
	'<A href="http://winofsql.jp" target="_blank">SQLの窓</A>';   
  
dp.SyntaxHighlighter.HighlightAll("toolbar");   
</script>