Help for this page
my $menu=$mw->Menubutton ( -text=>'Information', -background=>'lightblue', ... [ 'command' => "User Guide", "-command" => \&help, "-underline" => 0 ] ])->pack(-anchor => 'ne');
sub help { #open (file.pdf); }#help