function popUp(URL,features) {
	window.open(URL,'popup',features);
	}
  
function closeit() {
	window.close();
	}