<!-- Begin
//Original Script by the12volt
//www.the12volt.com

function volt(form_name) {
document[form_name].reset();
return false;
}

 //  End -->


