//
// お問い合わせフォームを開く
//
function OpenWin(){
	win=window.open("http://cs211.xbit.jp/~w062082/contact.php","new","width=640,height=480,location=yes,scrollbars=yes");
}


