<Script Language="JavaScript"> var scrh = screen.Height var scrw = screen.Width document.write(scrw, "x", scrh) </Script>