
$(function() {
	$(".newwin").click(function() {
		window.open(this.href, null, "width=660, height=740, menubar=no, toolbar=no, scrollbars=yes");
		return false;
	});

});


$(function() {
	$(".newwin2").click(function() {
		window.open(this.href, null, "width=500, height=615, menubar=no, toolbar=no, scrollbars=yes");
		return false;
	});

});
