//
//	食環境研究所のwindowオープン用js
//
function wopen(i)
	{
	if (i == 0)
		{
		window.open('https://www.shokukanken.com/inquiry/form.cgi', 
		'new',
		'left=0,top=0,width=780,height=660,status=0,scrollbars=1,menubar=0,location=0,toolbar=0,resizable=0');
		}
	if (i == 1)
		{
		window.open('https://www.shokukanken.com/service/legionella/form.cgi', 
		'new',
		'left=0,top=0,width=780,height=660,status=0,scrollbars=1,menubar=0,location=0,toolbar=0,resizable=0');
		}
	if (i == 2)
		{
		window.open('https://www.shokukanken.com/service/zanryu/form.cgi', 
		'new',
		'left=0,top=0,width=780,height=660,status=0,scrollbars=1,menubar=0,location=0,toolbar=0,resizable=0');
		}
	if (i == 3)
		{
		window.open('https://www.shokukanken.com/service/kenben/form.cgi', 
		'new',
		'left=0,top=0,width=780,height=660,status=0,scrollbars=1,menubar=0,location=0,toolbar=0,resizable=0');
		}
	if (i == 4)
		{
		window.open('https://www.shokukanken.com/service/foods/form.cgi', 
		'new',
		'left=0,top=0,width=780,height=660,status=0,scrollbars=1,menubar=0,location=0,toolbar=0,resizable=0');
		}

	return ;
	}

