function openWindow(URL, winName, options) {
		window.open(URL, winName, options);	}

