<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="leftdefault.css" rel="stylesheet" type="text/css" media="screen" />
<title>Untitled Document</title>
</head>
<body>
<div id="sidebar1" class="sidebar">
<ul>
<li>
<h2>Event Management</h2>
<ul>
<li><a href="associate_editUserDetails.php">My profile</a></li>
<li><a href="createEventHead.php">Add Event Head</a></li>
<li><a href="associate_viewMyEvent.php">View my events</a></li>
<li><a href="associate_viewUsers.php">View All Users</a></li>
</ul>
</li>
<li>
<h2>Marketing</h2>
<ul>
<li><a href="associate_addIncomeItem.php">Add Income</a></li>
<li><a href="associate_viewIncomeItem.php">View Income</a></li>
<li><a href="associate_addExpenseItem.php">Add Expenses</a></li>
<li><a href="associate_viewExpenseItem.php">View Expenses</a></li>
</ul>
</li>
<li>
<h2>Sponsorships</h2>
<ul>
<li><a href="associate_addBooth.php">Add Booths</a></li>
<li><a href="associate_viewAllBooth.php">View Booths</a></li>
<li><a href="associate_addSponsorItem.php">Add Company Contact</a></li>
<li><a href="associate_viewSponsorItem.php">View Contacts</a></li>
</ul>
</li>
<li>
<h2>Archives</h2>
<ul>
<li><a href="associate_uploadReports.php">Upload Reports</a></li>
<li><a href="associate_viewReports.php">View Reports</a></li>
</ul>
</li>
<li>
<h2>SMS/Alerts</h2>
<ul>
<li><a href="user_sendingsms.php">Send Mobile Messages</a></li>
</ul>
</li>
</ul>
</div>
</body>
</html>