function testURL(URL) {
	window.open(URL, "_blank");
}
