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

