Very nice so far.
Auto fill amount on withdraw doesn't work. Also Autofill should auto subtract the fee if it doesn't already.
Here's code.
javascript:$("#wdbBTC").val(fixnr(parseFloat($("#balanceBTC").html())-parseFloat($("#wdbBTC").attr("txfee"))));