
function pop_canale(canale, altezza) {
    Lightview.show({
        href: '/multicanale/'+canale+'.html',
        rel: 'iframe',
        options: {
            height: altezza
        }
    });
}

