Use images to submit. in the tag, give the image a name.
ex: <input type="image" src="filename.jpg" name="submit1">
<input type="image" src="filename.jpg" name="submit2">
When the form is submitted, you will have two new variables, something like submit1_x and submit1y OR submit2_x and submit2_y
HTH
Venkatesh