	if (top.screen) {
	if (screen.width != null) document.writeln(" " + screen.width + 'x' + screen.height)
	if (screen.colorDepth != null) document.writeln(" " + screen.colorDepth + " bitar")
	}
