I dont see where it says "Products".
For it to be above the product description, look in skin1/customer/main/product.tpl for this line (or similar):
Code:
<tr>
<td colspan="2">
<div class="descr">{$product.fulldescr|default:$product.descr}</div>
</td>
</tr>
The link should be added before that.