function openNewWindow(URLtoOpen, windowName, windowFeatures){ 
	newwindow = window.open(URLtoOpen, windowName, windowFeatures);
}

