function goPopup (thisURL) {

	window.open (thisURL, 'new_window');

}
