$SLANG['No'], 1=>$SLANG['Yes'] ); $nv = array( 'None'=>$SLANG['None'], 'View'=>$SLANG['View'] ); $nve = array( 'None'=>$SLANG['None'], 'View'=>$SLANG['View'], 'Edit'=>$SLANG['Edit'] ); $bandwidths = array_merge( array( ""=>"" ), $bwArray ); $langs = array_merge( array( ""=>"" ), getLanguages() ); $sql = "select Id,Name from Monitors order by Sequence asc"; $monitors = array(); foreach( dbFetchAll( $sql ) as $monitor ) { $monitors[] = $monitor; } $focusWindow = true; xhtmlHeaders(__FILE__, $SLANG['User']." - ".$newUser['Username'] ); ?>