function reachUrl( o ) 
{
	window.open(o.href, '');
	return false;
}