function reachURL(o)
{
	var w = window.open(o.href, o.title);
	w.focus();
	return false;
}