$(document).ready(function(){
    $('a.tour').bind('click', function(){
        window.open( $(this).attr('href'), "", "width=950,height=700,location=no,menubar=no,resizable=yes,scrollbars=no,status=no,toolbar=no" );
        return false;
    });
    $('#main-img a').bind('click', function(){
        window.open( $(this).attr('href'), "", "width=950,height=700,location=no,menubar=no,resizable=yes,scrollbars=no,status=no,toolbar=no" );
        return false;
    });
})
