<!-- Colorbox showCase -->
$(document).ready(function(){
    $(".showcaseLinkedRoute").colorbox({width:"930px", height:"70%", iframe:true});
    $(".normalLinkedRoute").css('display', 'none');
    $(".showcaseLinkedRoute").css('display', 'block');
});                            
