if (top.screen) {

if (screen.colorDepth != null) document.writeln("<B>Your screen color depth is:</B><SPAN CLASS=ver11pxgrn> " + screen.colorDepth + " bit colour</SPAN><BR><BR>")

if (screen.width != null) document.writeln("<B>Your screen width is:</B><SPAN CLASS=ver11pxgrn> " + screen.width + " pixels</SPAN><SPAN CLASS=ver11pxbrn>")

if (screen.height != null) document.writeln(" || </SPAN><B>Your screen height is:</B><SPAN CLASS=ver11pxgrn> " + screen.height + " pixels</SPAN><BR>")

}