function RiempiTestoVoceSel(oSel,iddiv) {
    if(oSel.selectedIndex>=0) 
        MM_findObj(iddiv).innerHTML = oSel.options[oSel.selectedIndex].text;
}

function SettaValoriTendineRicImm() {
    var oSel = MM_findObj("cdcricoff");
    if(oSel) 
        RiempiTestoVoceSel(oSel,"txtsel_Zona");
    oSel = MM_findObj("ricoffusoimmobiliare");
    if(oSel)
        RiempiTestoVoceSel(oSel,"txtsel_Tipologia");
    oSel = MM_findObj("ricoffnlocali");
    if(oSel)    
        RiempiTestoVoceSel(oSel,"txtsel_Vani");
}