function openLink(tagA) {
	window.open(tagA.getAttribute("href"),"","");
	return false;
}

