// サンプルウィンドウを開く
function OpenSampleWin(strURL)
{

	window.open(strURL,'sampleWnd','resizable=yes,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=800,height=700');

}
