
function goURL(str, str2)
{
	if ('1' == str)
	{
		openPopup('/low_1.htm', '630', '500', 'cjfeedlow01')
	}
	else if ('2' == str)
	{
		//open('http://www.cjwelfare.org/')
	}
	else if ('3' == str)
	{
		openPopup('/low_2.htm', '630', '247', 'cjfeedlow02')
	}
	else if ('doPoll' == str)
	{
		openPopup('/cjfeed_util/research/poll.php3', '370', '409', 'cjfeedpoll')
	}
	else if ('seePollResult' == str)
	{
		openPopup('/cjfeed_util/research/poll_result.php3', '370', '409', 'cjfeedpoll')
	}
}
