function openPopupWindow(url, title, width, height) {
	window.open (url, title,"menubar=0,resizable=0,width="+width+", height="+height); 
}