//	new window

function openWindow(URL, windowName,windowFeatures) {
	newWindow = window.open(URL, windowName, windowFeatures);
}