function openPopUp2(url, width, height) {
				window.open(url, "", "status=no,toolbar=no,menubar=no,directories=no,location=no,resizable=no,scrollbars=yes,height="+height+", width="+width+",left="+(window.innerWidth /2)+",top="+(window.innerHeight / 5));
			}	