else if( units == 14 )
{
units = 21;
document.paymentform.newunits.value = 21;
}
else if( units == 15 )
{
units = 22;
document.paymentform.newunits.value = 22;
}
else if( units == 16 )
{
units = 24;
document.paymentform.newunits.value = 24;
}
else if( units == 17 )
{
units = 25;
document.paymentform.newunits.value = 25;
}
else if( units == 18 )
{
units = 27;
document.paymentform.newunits.value = 27;
}
else if( units == 19 )
{
units = 28;
document.paymentform.newunits.value = 28;
} |