'); // the expected argument is an (ordered) associative array // ( label => todo , ...) // label is expected to be the string to display in the menu // todo can be either // (*) a string : it is then taken to be a URL to move to // (*) or an associative array with the following keys // (*) 'method': 'POST' or 'GET' -- default is 'GET' // (*) 'url': where to go // (*) 'values': an associative array of (key,value) pairs to send to the URL; values are strings function plc_tabs($array) { print '
'; print ''; print '
'; print "\n"; print "
\n"; } ?>