Sure!
Thats an easy one.
Just go into your index.php file and comment out the following:
<div class="lcol">
<img src="./images/new_ticket_icon.jpg" width="48" height="48" align="left" style="padding-bottom;">
<h3>Open A New Ticket</h3>
Please provide as much detail as possible so we can best assist you. To update a previously submitted ticket, please use the form to the right.
<br /><br />
<form method="link" action="open.php">
<input type="submit" class="button2" value="Open New Ticket">
</form>
</div>
So it would then look like this:
<div class="lcol">
<img src="./images/new_ticket_icon.jpg" width="48" height="48" align="left" style="padding-bottom;">
<h3>Open A New Ticket</h3>
Please provide as much detail as possible so we can best assist you. To update a previously submitted ticket, please use the form to the right.
<br /><br />
<form method="link" action="open.php">
<input type="submit" class="button2" value="Open New Ticket">
</form>
</div>