Close window button

Hi

I’m using this scripting in a pop up window to close the window:

 <input name="button" type=button onClick="javascript:window.close();" value="Close Window"> 

But I would like to use my own rollover button… Please help me with the scripting for that…

Thanks!!