function displayWindow(url, width, height) {
	window.open(url, 'displayWindow', 'width=' + width + ', height=' + height + ', resizable=no, scrollbars=no, menubar=no, toolbar=no, fullscreen=no, status=no, location=no, directories=no, left=5, top=5');
}
