$(function() {
	$(".popup").click(function(){
		window.open(this.href,"pop","width=500,height=710,scrollbars=auto");
		return false;
	});
});

$(function() {
	$(".popupL").click(function(){
		window.open(this.href,"pop2","width=700,height=710,scrollbars=auto");
		return false;
	});
});
