function externLink(link)
{
	window.open(link.href,'_blank');
	return false;
}
