$(function(){
    $('a.new-window').click(function(){
        window.open(this.href,'skandia','fullscreen=no,resizeable=yes,scrollbars=yes,height=680,width=1050');
        //window.open(this.href,'skandia','fullscreen=yes,resizeable=yes,scrollbars=yes');
        return false;
    });
});
