﻿$(document).ready(function() {
    
	

    $('a[rel$="popup"]').click(function() {
    window.open($(this).attr('href'), 'popup', 'width=710,height=650,scrollbars=yes,resizable=yes');
        return false;
    });




});