$(document).ready(function() {
	$('.popup').click( function(e) {
		var t=$(this).attr('title');
		tb_show(t, $(this).attr('href')+'?disp=1&KeepThis=true&TB_iframe=true&height=400&width=500');
		e.preventDefault();
	});		
});