// JavaScript Document

function newWin(tag)
{
	window.open(tag.href);
	return false;
}