
$(document).ready(function() {
	$("a.jspopup").click(function(me){		
		window.open($(this).attr("href"),'Detail','status=no,scrollbars=yes,resizable=yes,width=443,height=595');
		return false;
	});
	$("a.jspopuphz").click(function(me){		
		window.open($(this).attr("href"),'Detail','status=no,scrollbars=yes,resizable=yes,width=720,height=595');
		return false;
	});
	
});
