$(document).ready(function() {
    $('.panorama').click(function() {
        window.open($(this).attr('href'), "myWindow", 'width=935,height=465,scrollbars=no,toolbar=no,location=no' )

        return false;
    })
})
