$(document).ready(function() {

    $('a[rel="colorbox"]').colorbox();

    $('#link_dove_siamo').colorbox({
        href:"mappa.php",
        width: 580,
        height:550,
        iframe: true,
        title: '... DOVE SIAMO ...'
    })
    $('#map_go').colorbox({
        href:"mappa.php?from",
        width: 780,
        height:550,
        iframe: true,
        title: '... DOVE SIAMO ...'
    })

    $('.box_schedaradio').colorbox({
        width: 900,
        maxHeight: 550,
        title: '... RETI E FREQUENZE DI RICEZIONE ...'
    })

    $('#link_tv_split').colorbox({
        width: 900,
        /*height: 600,*/
        title: '... SPLIT ACQUISTABILI ...'
    })
  	
  	// MENU DROPDOWN
  	$('#jmenu').jmenu({animation:'slide',duration:250});

});
