<% If Sess_Array(29) = 0 then 'USER IS NOT LOGGED %>
<%= strText_Register %> <%= strText_Logon %>
<%= strText_Welcome %>: <%= strText_Guest %>
<% Else 'USER LOGGED ON TO THE BOARD %>
<%= strText_PostAd %> <%= strText_UpdateAccount %> <%= strText_MyAds %> <%= strText_Favorites %> <%= strText_Replies %>
<% Response.Write strText_Welcome & ": " & Sess_Array(51) & "" If isnotfree then If ispack then If Sess_Array(30) > 0 then Response.Write " (" & Sess_Array(59) & ")" Else: Response.Write " (" & strText_NoPackage & ")" End If Else: Response.Write " (" & strText_credits & ": " & Sess_Array(47) & ")" End If End If %> <%= strText_Logout %> <% If CBool(Sess_Array(35)) then Response.Write " (" & strText_moderator & ") " & strText_PendingAds & "" %>
<% End If %>
<%= strText_Home %> <%= strText_BrowseAds %> <% If Sess_Array(29) = 0 Then %> <%= strText_PostAd %> <% End If %> <% If isnotfree then %> <%= strText_WhatsHot %> <% End If %> <%= strText_FAQ %> <% If showAdminLink then %> <%= strText_Admin %> <% End If %>
  <% If isnotfree And ispack then Select Case Sess_Array(29) Case 0: Response.Write "" & strText_AvailablePackages & "" Case Else: Response.Write "" & strText_BuyaPackage & "" End Select End If %>