if (top.screen) {

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

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

}