Here are the standartfunctions of general.inc: makeMg20Header($headerTitle); /* creates a valid HTML-HEAD with the Bodytag $headerTitle is the title of the Page */ makeMg20Footer($countername); /* creates a valid HTML-Footer with the bodytag $countername is the name of the counter .dat-file used function creates a link to ../ too!!!! */ makeMg20MainFooter($countername); /* creates a valid HTML-Footer with the Bodytag $countername is the name of the counter .dat-file used function creates NO link to ../ */ makeMg20PageHeader($pageHeaderText); /* function creates the standart head of the mg20-page $pageHeaderText is the Text in the Header */ makeMg20SelectMenue($file,$type); /* Makes a menue in different types $file is the file with the information of links has the following look: menu[x]="Text, image or something else" x is an integer starting with 0 $type is the menutype shown pay attention to the parameter w: you can give him an integer (thats the width in pixel) or you can give him an integer followed by an % example: 450 90% implemented types: centered - links are shown only centered left - links are shown on the left side right - links are shown on the right side step:x:w:a - table with x columns and tablewidth w and text align=a XXX XXX XXX wave:w - table with 3 columns and tablewidth w: XXX XXX XXX XXX XXX lr:w - table with 2 columns and tablewidth w: XXXX XXXX XXXX XXXX zahnrad:w - table with 1 column and tablewith w: XXXXXXX XXXXXXX XXXXXXX XXXXXXX */