$(function() {
	$(".popup").click(function(){
		window.open(this.href, "お問い合わせフォーム","width=640,height=500,resizable=yes,scrollbars=yes");
		return false;
	});
});


function openwin02(url) {
w = window.open(url, 'openwin02','width=600,height=550,status=yes,scrollbars=yes,directories=no,menubar=no,resizable=yes,toolbar=no');
}
