<div id="chooser">
<fieldset>
<ul>
<li class="blue">
<button type="submit" value="rims"onClick="parent.location='?title=view'">
<h3>View </h3>
<p>Manage User Data, you can edit, add and delete user information. <br />
<br />
</p>
</button>
</li>
<li class="blue">
<button type="submit" value="hubs"onClick="parent.location='?title=add'">
<h3>Add Info</h3>
<p>Add new contact information. <br />
<br />
<br />
</p>
</button>
</li>
<li class="blue">
<button type="submit" value="add"onClick="parent.location='?title=search'">
<h3>Search DB</h3>
<p>Search for contacts.<br />
<br />
<br />
<br />
</p>
</button>
</li>
<li class="blue">
<button type="submit" value="add"onClick="parent.location='?title=backup'">
<h3>Backup DB</h3>
<p>Search for contacts. <br />
<br />
<br />
<br />
</p>
</button>
</li>
<li class="blue">
<button type="submit" value="add"onClick="parent.location='manage-logout.php'">
<h3>Log-Out</h3>
<p>Log-Out... <br />
<br />
<br />
<br />
</p>
</button>
</li>
<li class="blue">
<button type="submit" value="members" onClick="parent.location='?title=profile&members=1'">
<h3>Profile Manager</h3>
<p>Change your Username or Password.<br />
Add and Remove Groups<br />
</p>
</button>
</li>
</ul>
</fieldset>
</div>