function openWindow(url) {	window.open(url, "newwindow",		"width=870, height=740,screenX=40,left=40,top=40,screenY=40,scrollbars=yes,resizable=yes"); newwindow.focus();		}