our @toplink = (["main","Main"],
["designfiles","Designs"],
["schematics","Schematics"],
+ ["publications","Publications"],
["contact","Contact"]
);
withouthelp => [["main","Main"],
["designfiles","Designs"],
["schematics","Schematics"],
+ ["publications","Publications"],
["contact", "Contact"],
["help", "For Developers"]
],
#file name => menue name
our $menuselect = {
"default" => "withouthelp",
- "contact" => "withouthelp", #"contact", #just to demonstrate it
+# "contact" => "contact", #just to demonstrate it
};