function fn_gotourl(v_url)
{
	v_url = "/shop/" + v_url;
	location.href = v_url;
}