
function popup(url,title, w, h) {
		features = "width="+w+",height="+h;
		window.open(url,title, features);
		}

function closeWindow() {
window.close()
}


