<!--
var resetrolls=new object();function resetimage(src){this.src=src;this.confirm=true;this.alt="reset";this.write=resetimage_write;}
function resetimage_write(){document.write('<a ');if (this.rollover){if (! this.name){alert('to create a rollover you must give the image a name');return;}
resetrolls[this.name]=new object();resetrolls[this.name].over=new image();resetrolls[this.name].over.src=this.rollover;resetrolls[this.name].out=new image();resetrolls[this.name].out.src=this.src;document.write(
' onmouseover="if (document.images)document.images[\''+
this.name+'\'].src=resetrolls[\''+this.name+'\'].over.src"'+
' onmouseout="if (document.images)document.images[\''+
this.name+'\'].src=resetrolls[\''+this.name+'\'].out.src"'
);}
document.write(' href="javascript:');if (this.confirm)
document.write('if(confirm(\'are you sure you want to reset?\'))');document.write(
'document.forms['+
(document.forms.length - 1)+'].reset();void(0);">');document.write('<img src="'+this.src+'" alt="'+this.alt+'"');document.write(' border=0');if (this.name)document.write(' name="'+this.name+'"');if (this.height)document.write(' height='+this.height);if (this.width)document.write(' width='+this.width);if (this.otheratts)document.write(' '+this.otheratts);document.write('></a>');}
//-->

