function newWindow( url, windowID, settings ) {
	window.open( url, windowID, settings );
}
