\r\n";
foreach( $GLOBAL_ADMINISTRATION as $sectionID => $currAdminArray){
if ( $_SESSION["SESSION_SECTION"] & pow(2, $sectionID) ) {
$bFirst=true;
foreach($currAdminArray["pageName"] as $pageID => $currPageArray){// make sub navigation link
if($bFirst==true){// make it just run once
if($sectionID == $CurrentSession) {
$pageInArrayPosition = array_search( basename($_SERVER["SCRIPT_NAME"]), $GLOBAL_ADMINISTRATION[$sectionID]['link']) ;
$position = $currAdminArray["sectionName"] ." :: ". $currAdminArray["pageName"][$pageInArrayPosition]; // for display position
$admin_menu .= "