/* Form submit */
function formSubmit()
{
    //$("#addbattery1").submit();
     document.addbattery1.submit();
}


