function openURLInNewWindow (theUrl) {
	window.open(theUrl, "_blank");
}