
  document.writeln("\<b>Navigator Code Name:\</b>" + code_name() + "<br />"); 
  document.writeln("\<b>Navigator Application Name:\</b> " + browser_name() + "<br />" );
  document.writeln("\<b>Navigator Application Version:\</b> " + application_version() + "<br />"); 
  document.writeln("\<b>User Agent: \</b>" + user_agent() + "<br />"); 
  document.writeln("\<b>Browser Version (major): \</b>" + version_major() + "<br />"); 
  document.writeln("\<b>Browser Version (minor): \</b>" + version_minor() + "<br />") ; 
  document.writeln("\<b>Java Enabled:\</b> " + java_enabled() + "<br />") ; 
  document.writeln("\<b>Screen Width:\</b> " + screen_width() + "<br />") ; 
  document.writeln("\<b>Screen Height:\</b> " + screen_height() + "<br />") ; 
  document.writeln("\<b>Color Depth:\</b> " + color_depth() + "<br />"); 
  document.writeln("\<b>Window Inner Width:\</b> " + inner_width() + "<br />"); 
  document.writeln("\<b>Window Inner Height:\</b> " + inner_height() + "<br />"); 
  document.writeln("\<b>Window Left Position:\</b> " + window_left() + "<br />"); 
  document.writeln("\<b>Window Top Position:\</b> " + window_top() + "<br />"); 
  document.writeln("\<b>Platform:\</b> " + platform() + "<br />"); 
  document.writeln("\<b>Language:\</b> " + language() + "<br />"); 
  document.writeln("\<b>Document Referrer:\</b> " + referrer() + "<br />"); 
  document.writeln("\<b>This Document:\</b> " + name() + "<br />"); 
  document.writeln("\<b>Last Modified:\</b> " + lastmod() + "<br />"); 
  document.writeln("\<b>Operating System:\</b> " + operating_system() + "<br />"); 


  document.writeln("\<b>Document Title:\</b> " + document.title + "<br />")
  document.writeln("\<b>Domain:\</b> " + document.domain + "<br />")



