<!--//
function MouseIN(ID) {
	document.getElementById(ID).className='SfondoPulsantiUP';
}
function MouseOUT(ID) {
	document.getElementById(ID).className='SfondoPulsanti';
}
function MouseINe(ID) {
	document.getElementById(ID).className='SfondoEtichetteUP';
}
function MouseOUTe(ID) {
	document.getElementById(ID).className='SfondoEtichette';
}
function MouseINf(ID) {
	document.getElementById(ID).className='SfondoPulsantiUP';
}
function MouseOUTf(ID) {
	document.getElementById(ID).className='SfondoEtichette';
}

function SelectPagamento(ID) {
	document.getElementById('PG1').className='BordoPagamento';
	document.getElementById('PG2').className='BordoPagamento';
	document.getElementById('PG3').className='BordoPagamento';
	document.getElementById(ID).className='BordoPagamentoSEL';
}

//-->