//\r
// This allows AWStats to be enhanced with some miscellanous features:
// - Screen size detection (TRKscreen)
-// - Window size detection (TRKwinsize)
+// - Browser size detection (TRKwinsize)
// - Screen color depth detection (TRKcdi)
// - Java enabled detection (TRKjava)
// - Macromedia Director plugin detection (TRKshk)
// - Acrobat PDF plugin detection (TRKpdf)
//-------------------------------------------------------------------
-
+// If you use pslogger.php to generate your log, you can change this line with\r
+// var awstatsmisctrackerurl="pslogger.php?loc=/js/awstats_misc_tracker.js";\r
var awstatsmisctrackerurl="/js/awstats_misc_tracker.js";
function awstats_setCookie(TRKNameOfCookie, TRKvalue, TRKexpirehours) {
var TRKwin = ((TRKagt.indexOf("win")!=-1) || (TRKagt.indexOf("32bit")!=-1));
var TRKmac = (TRKagt.indexOf("mac")!=-1);
- // Detect the window internal width and height\r
+ // Detect the browser internal width and height\r
if (document.documentElement && document.documentElement.clientWidth)\r
TRKwinsize = document.documentElement.clientWidth + 'x' + document.documentElement.clientHeight;\r
else if (document.body)\r