<!--
function loadPage(list) {
        location.href = list.options[list.selectedIndex].value
}
function noleggio(str) {
        searchWin = window.open(str,'camlink','scrollbars=no,resizable=no,width=500,height=550,status=no,location=no,toolbar=no');
//        searchWin.refer = self;
}
function openWindow(str) {
        searchWin = window.open(str,'openWindow','scrollbars=no,resizable=no,width=350,height=368,status=no,location=no,toolbar=no');
//        searchWin.refer = self;
}
// -->
