<%if section = "Login" then%>

<form name="login" action="process/login.asp" method="post">
	<div><br /></div>
	<div style="text-align:left; margin-left:10px;"><strong>Username:</strong><br /><input id="username" name="username" value=""></div>
	<div style="text-align:left; margin-left:10px;"><strong>Password:</strong><br /><input id="password" name="password" type="password" value=""></div>
	<div style="text-align:left; margin-left:10px; padding:7px 0px;"><input type="submit" value="Login"></div>
</form>


<%else%>
	<div class="tab<% if section = "Home" then response.write "H" %>"><a href="home.asp"><b>Home</b></a></div>
	<div class="tab<%if section = "Home Page" then response.write "H" %>"><b><a href="homepage.asp">Home Page Content</a></b><br></div>
	<div class="tab<%if section = "Content" then response.write "H" %>"><b><a href="content.asp">Site Content</a></b><br>
	<%if section = "Content" then %>
		<ul>
		<li><a href="content.asp">Manage Content</a>
		</ul>
	<% end if %>
	</div>
	<div class="tab<%if section = "Distributor Content" then response.write "H" %>"><b><a href="DistributorContent.asp">Distributor Content</a></b><br>
	<%if section = "Distributor Content" then %>
		<ul>
		<li><a href="distributorcontent.asp">Manage Distributor Content</a>
		</ul>
	<% end if %>
	</div>
	<div class="tab<%if section = "Categories" then response.write "H" %>"><b><a href="categories.asp">Categories</a></b><br>
	<%if section = "Categories" then %>
		<ul>
		<li><a href="categories.asp">Manage Categories</a>
		</ul>
	<% end if %>
	</div>
	<div class="tab<%if section = "Files" then response.write "H" %>"><b><a href="files.asp">Files</a></b><br>
	<%if section = "Files" then %>
		<ul>
		<li><a href="addfile.asp">Add New File</a>
		<li><a href="files.asp">Manage Files</a>
		<li><a href="nokeywordfiles.asp">Files With No Keywords</a>
		</ul>
	<% end if %>
	</div>
	<div class="tab<%if section = "Users" then response.write "H" %>"><b><a href="users.asp">Users</a></b><br>
	<%if section = "Users" then %>
		<ul>
		<li><a href="http://www.prominentxtranet.com/register.asp">Add New User</a>
		<li><a href="users.asp">Manage Users</a>
		</ul>
	<% end if %>
	</div>
	<div class="tab<%if section = "Leads" then response.write "H" %>"><b><a href="leads.asp">Leads</a></b><br>
	<%if section = "Leads" then %>
		<ul>
		<li><a href="addlead.asp">Add New Lead</a>
		<li><a href="uploadleads.asp">Upload New File</a>
		<li><a href="leads.asp">View New Leads</a>
		<li><a href="leadarchive.asp">Lead Archive</a>
		</ul>
	<% end if %>
	</div>
	
<%end if%>

<div><br /><br /><br /></div>
