function goto_location ( o_target, s_url )
{
	s_url = s_url.replace( /\s+/gi, "+" );
	o_target.location.href = s_url;
}
