/*スパム対策*/
<!--
function vspam(im,domain) {
  maddress = "mailto:" + im + "@" + domain;
  window.location.href = maddress;
}
// -->

function wOpen(url) {
	if (url) {
		opWin = window.open(url);
		opWin.focus();
	}
}

function inquiry(){
   adWindow=window.open('form/inquiry.php','newWin','width=600,height=750,scrollbars=yes,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0');
   
}

/*
function bigMap(){
   adWindow=window.open('http://maps.google.co.jp/maps?f=q&amp;hl=ja&amp;geocode=&amp;time=&amp;date=&amp;ttype=&amp;q=%E6%96%B0%E5%AE%BF%E3%82%AB%E3%82%A4%E3%83%AD%E3%83%97%E3%83%A9%E3%82%AF%E3%83%86%E3%82%A3%E3%83%83%E3%82%AF%E3%82%BB%E3%83%B3%E3%82%BF%E3%83%BC&amp;sll=35.699447,139.700807&amp;sspn=0.002514,0.003948&amp;ie=UTF8&amp;ll=35.699447,139.700807&amp;spn=0.002514,0.003948&amp;om=1&amp;source=embed','newWin','width=800,height=750,scrollbars=yes,resizable=yes,toolbar=yes,directories=yes,location=yes,menubar=yes,status=yes,left=0,top=0');
}*/