function fnLinkNewWindow(o)
{
	o.setAttribute('target','_blank');
}

