
$(document).ready(function()
{$("#new-installment").dialog({'modal':true,'resizable':false,'autoOpen':false,'draggable':false,'width':800,'height':500,'stack':false,'overlay':0.8,'title':'Pay by Instalments','closeOnEscape':false,'open':function(ev,ui)
{$('#installment-submit').removeAttr("disabled");$('#installment-submit').click(function(){$(this).attr("disabled",true);return false;});}});$("#new-installment_").dialog({'modal':true,'resizable':false,'autoOpen':false,'draggable':false,'width':800,'height':500,'stack':false,'overlay':0.8,'title':'Pay by Instalments','closeOnEscape':false,'open':function(ev,ui)
{$('#installment-submit').removeAttr("disabled");$('#installment-submit').click(function(){$(this).attr("disabled",true);return false;});}});});function showInstallment()
{$('#new-installment').fadeIn(400).dialog("open");return false;}
function showInstallment_()
{$('#new-installment_').fadeIn(400).dialog("open");return false;}
