function newWindow(url) {
	window.open(url, 'newwindow');
	return false;
	}

