
/* Code to replace html target new */

function targetNew(url)
	{
	window.open(url, 'newwindow');
	}
