function opencard ( card ) {
window.open('../schede/' + card,'scheda','scrollbars=yes,resizable=yes,width=610,height=500');
}