function openPage(targetUrl) {
	window.open(targetUrl, '_blank','top=100, left=100, height=740, width=1140, status=no, menubar=no, resizable=no, scrollbars=yes, toolbar=no, location=no, directories=no');
}