Print function help

Hi guys,
The code below does work in my standard HTML page, but when my mouse rolls over it the pointer doenst change to the hand pointer to let a user know to click it…so what code should I be using to make a users print function appear so that they can print the webpage?

<area shape=“rect” coords=“65,-1,106,18” value=“Print This Page” onClick=“window.print()”/>

cheers
J.