document.write('<select name="METODO_PAGAMENTO" class="casellaOrdine">');
document.write('<option selected value="'+pagamento[1]+'">'+pagamento[1]+'</option>');
for (i=2;i<=numpagam;i++) {
	document.write('<option value="'+pagamento[i]+'">'+pagamento[i]+'</option>');
}
document.write('</select>');
