// global variables:
var strSWVersion = 'Version 10.0 B3'; // current software version
var strSWVersionShort = '10';
var strHWPVersion = '1'; // current version of +Hardware
var strRevisionDateG = '03.01.2025'; // revision date of web site
var strRevisionDateE = '01-03-2025'; // MM-TT-YYYY: revision date
var strSWDateG = '03.01.2025'; // release date of current version
var strSWDateE = '01-03-2025'; // MM-TT-YYYY: release date of current version
var strHWPDateG = '03.01.2025'; // release date of current version of +Hardware
var strHWPDateE = '01-03-2025'; // MM-TT-YYYY: release date of current version +Hardware
var strSWVersionLab = ''; // current software laboratory version ("" if there is none)
// var strSWVersionLab = 'Version 10.0 B21'; // current software laboratory version ("" if there is none)
var oClosureBegin = new Date(2022, 7, 19); // (YY, MM, TT) office closure - attention: subtract 1 from month
var oClosureEnd = new Date(2022, 7, 22);
var strRootPath = '..';
var nScreenWidth = 1000;
var nColCount = 2;
var bForumLock = false;
strHWPVersion = strSWVersion + '-' + strHWPVersion;
ForwardToPrimary();
if (g_bForwardToSecure)
{
ForwardToSecure();
}
function HeaderWithCookiePermission(nLan, nTopic, strHeading, strForumMenu, strRootPathPar)
{
// **********************************************************************************
//
// language selection for forum:
var strFilePath = UrlGetFilePath(document.URL);
if (strFilePath.indexOf('/' + g_strForumDir + '/') >= 0)
{
var strLang = UrlGetParam(document.URL, 'nlang');
if (strLang != '')
{
if (!OnChangeLanguage((strLang == 'en') ? 1 : 2))
{
return;
}
location.href = UrlExtractParam(document.URL, 'nlang');
}
}
// **********************************************************************************
nLan = AdjustLanguage(nLan);
if (!CookieIsPermitted(nLan))
{
return;
}
Header(nLan, nTopic, strHeading, strForumMenu, strRootPathPar);
}
function Header(lan, topic, heading, ForumMenu, strRootPathPar)
{
lan = AdjustLanguage(lan);
var bReconstruct = false; // set this to true to enable forwarding to reconstruction page
if (bReconstruct)
{
if (InputRead('allowentry') == 'yes')
{
SessionWrite('allowentry', 'yes');
}
else
{
if (InputRead('allowentry') == 'no')
{
SessionWrite('allowentry', 'no');
}
location.href = g_strUrl + '/reconstruct/index.html';
return;
}
}
var bDisableForum = false; // set this to true to disable forum
var oNow = new Date();
var oDisable = new Date(2014, 11, 17);
if (oNow < oDisable)
{
bDisableForum = true; // set this to true to disable forum
}
if (bDisableForum)
{
if (document.URL.indexOf('/' + g_strForumDir + '/') >= 0)
{
AlertEx((lan == 2) ? "Das Forum ist wegen Datenbankproblemen zeitweilig leider nicht zugreifbar." : "Due to database problems the forum is temporarily not available.");
location.href = g_strUrl + '/index.html';
return;
}
}
if ((typeof strRootPathPar) != 'undefined')
{
strRootPath = strRootPathPar;
}
var showmenushow = false;
var showmenu = true;
if ((typeof ForumMenu) != 'undefined')
{
showmenushow = navigator.cookieEnabled;
showmenu = (CookieRead("MenuForum") != 'no');
}
nScreenWidth = 1000;
if (!showmenu)
{
nColCount = 1;
nScreenWidth = window.innerWidth;
if ((typeof nScreenWidth) == 'undefined')
{
nScreenWidth = document.body.clientWidth;
if ((typeof nScreenWidth) == 'undefined')
{
nScreenWidth = document.documentElement.clientWidth;
if ((typeof nScreenWidth) == 'undefined')
{
nScreenWidth = document.documentElement.clientWidth;
}
nScreenWidth = screen.width;
}
}
nScreenWidth = Math.max(850, nScreenWidth - 50);
}
else
{
if (screen.width >= 1280)
{
nColCount = 3;
nScreenWidth = 1150;
}
}
heading = document.title;
var doc = document;
// window.onload = OnLoad;
if (window.addEventListener)
window.addEventListener("load", OnLoad, false)
else if (window.attachEvent)
window.attachEvent("onload", OnLoad)
else
window.onload=OnLoad
doc.write('
');
}
function MenuTitleTop()
{
var doc = document;
doc.write('
');/*AHe*/
doc.write('
');/*AHe*/
doc.write('
');/*AHe*/
}
function MenuTitleFoot()
{
var doc = document;
doc.write('
');/*AHe*/
doc.write('
');/*AHe*/
doc.write('
');/*AHe*/
}
function MenuFooter()
{
var doc = document;
doc.write('
');/*AHe*/
doc.write('
');/*AHe*/
doc.write('
');/*AHe*/
doc.write('
');/*AHe*/
doc.write('
');/*AHe*/
doc.write('
');/*AHe*/
}
function MenuOben(Title,Menu_Typ) /*AHe neue Funktion, die oberen Teil eines Menu-Blockes abdeckt */
{
var doc = document;
MenuTitleTop();
MenuTitle(Title);
MenuTitleFoot();
doc.write('
');
doc.write('
');
}
function MenuUnten(Menu_Typ) /*AHe neue Funktion, die unteren Teil eines Menu-Blockes abdeckt */
{
var doc = document;
doc.write('
');
doc.write('
');
MenuFooter();
}
function MenuEntry(Text, Url)
{
var doc = document;
doc.write('
');
}
if ((typeof bBullet) == 'undefined')
{
bBullet = true;
}
if (bBullet)
{
document.write('
•
');
}
}
function BreakingNews(lan, bLeftMenu)
{
var doc = document;
var strCode = GetVerticalTextCode((lan == 2) ? 'Letzte Neuigkeiten' : 'Breaking News');
if (bLeftMenu)
{
// return;
MenuOben(strCode, 'left_header');
doc.write('
');
var i;
for (i = 0; i < 2; i++)
{
if (i == 0)
{
doc.write('
');
doc.write('
');
}
else
{
doc.write('
');
doc.write('');
}
var oNow = new Date();
if (oNow.getTime() <= (oClosureEnd.getTime() + 1000 * 60 * 60 * 24 * 1))
{
doc.write('');
if (lan==2)
{
doc.write(oClosureBegin.getDate() + '.' + (oClosureBegin.getMonth() + 1) + '. bis ' + oClosureEnd.getDate() + '.' + (oClosureEnd.getMonth() + 1) + '.' + oClosureEnd.getFullYear() + ': Unser Büro ist geschlossen. Alle in diesem Zeitraum eingehenden Bestellungen werden danach so schnell wie möglich bearbeitet. Vielen Dank für Ihr Verständnis.');
doc.write('');
}
else
{
doc.write((oClosureBegin.getMonth() + 1) + '-' + oClosureBegin.getDate() + ' to ' + (oClosureEnd.getMonth() + 1) + '-' + oClosureEnd.getDate() + '-' + oClosureEnd.getFullYear() + ': Our office is closed. All orders received during this period will be processed as soon as possible thereafter. Thank you very much for your understanding.');
doc.write('');
}
doc.write('');
}
doc.write('');
if (lan==2)
{
// doc.write('18.11. bis 21.11.2010: Besuchen Sie uns auf der Modellbahn Köln. Mehr >');
// doc.write('');
// doc.write('05.04.2014: Offizielle Unterstützung für Windows 8!');
// doc.write('');
var strNews = '';
strNews = '';
if (strNews != '')
{
doc.write(strNews);
doc.write('');
}
doc.write(strSWDateG + ': Aktuelle Software: ' + strSWVersion + ' Download >');
doc.write('');
/*
doc.write('');
doc.write('Achtung: Upgrades auf Version 10 zum Spezialpreis nur noch bis Jahresende möglich.
Mehr Informationen >');
doc.write('');
doc.write('');
*/
doc.write('');
doc.write('Achtung TrainController-Anwender:
Ab Version 10 muß Ihr Modellbahn-PC mit dem Internet verbunden sein.
Mehr Informationen >');
doc.write('');
doc.write('');
/*
doc.write('');
doc.write('Achtung: Für Lizenzen von TrainController 7, 8 und 9, die vor dem 1. Juli 2021 erworben wurden, bieten wir keinen Austausch von defekten USB-Sticks mehr an.
Mehr Informationen >');
doc.write('');
doc.write('');
*/
doc.write('30.12.2019: Wir begrüßen das 20000. Mitglied in unserem Forum !');
}
else
{
// doc.write('11-18 to 11-21-2010: Visit us at the train show in Koeln. More >');
// doc.write('');
// doc.write('04-05-2014: Official Support of Windows 8!');
// doc.write('');
doc.write(strSWDateE + ': Current Software: ' + strSWVersion + ' Download >');
doc.write('');
/*
doc.write('');
doc.write('Attention: Upgrades to version 10 at a special price are only possible until the end of the year.
More Information>');
doc.write('');
doc.write('');
*/
doc.write('');
doc.write('Attention TrainController Users:
From Version 10, your model railway PC must be connected to the Internet.
More Information>');
doc.write('');
doc.write('');
/*
doc.write('');
doc.write('Attention: For TrainController 7, 8 and 9 licenses that were purchased before July 1st, 2021, we no longer offer the replacement of defective USB sticks.
More Information>');
doc.write('');
doc.write('');
*/
doc.write('12-30-2019: We welcome member no. 20000 in our forum !');
}
doc.write('');
if (i == 0)
{
}
else
{
doc.write('');
}
doc.write('
');
doc.write('');
if (lan==2)
{
doc.write(' Achtung: Preiserhöhung angekündigt für Upgrades von TrainController 9, 8 und 7! Weitere Informationen ... ');
}
else
{
doc.write(' Attention: Price increase announced for Upgrades from TrainController 9, 8 and 7! More Information ... ');
}
doc.write(' ');
doc.write('');
doc.write('
');
doc.write('');
if (lan==2)
{
doc.write(' Derzeit kann es beim Zugriff über das Netz der Telekom zu Störungen kommen. Wenn das Laden von Inhalten unseres Servers nicht klappt, so probieren Sie es bitte später noch einmal. ');
}
else
{
// doc.write('New Version ' + strSWVersionShort + ' released !!
');
doc.write('');
if (lan==2)
{
// doc.write(' Wir wünschen allen Anwendern, Freunden und Geschäftspartnern mit Ihren Familien ein ////////. ////fröhliches Weihnachtsfest und einen guten Start in ein gesundes und erfolgreiches Neues Jahr !');
doc.write(' Wir wünschen allen Anwendern, Freunden und Geschäftspartnern mit Ihren Familien eine schöne Weihnachtszeit und bleiben Sie gesund !');
}
else
{
// doc.write(' We wish all users, friends and partners Merry Christmas and a Happy New Year !');
doc.write(' We wish all users, friends and partners Merry Christmas and stay healthy !'); }
doc.write('
');
MenuDarkFooter() /*AHe 100806 */
}
function MenuDarkHeader() /*AHe 100806 */
{
var doc = document;
doc.write('
');
doc.write('
');
doc.write('
');
doc.write('
');
doc.write('
');
doc.write('
');
}
function MenuDarkFooter() /*AHe 100806 */
{
var doc = document;
doc.write('
');
doc.write('
');
doc.write('
');
doc.write('
');
doc.write('
');
doc.write('
');
}
/****************************************************************************************************/
/* */
/* hit counter */
/* */
/****************************************************************************************************/
function ShowHits(nLan)
{
return; // disabled for the time being
if (!navigator.cookieEnabled)
{
return;
}
var url = document.URL.toString().substr(0, 5);
if (url == "https")
{
return;
}
var doc = document;
if (!IsMyself() && (CookieRead("ShowClusterMap") != 'no'))
{
doc.write('');
}
// if (IsMyself())
{
doc.write('
');
// doc.write((nLan == 2) ? 'Woher kommen unsere Besucher?' : 'Where our visitors come from:');
doc.write(' ');
doc.write('');
// doc.write((nLan == 2) ? 'Zum Vergrössern Landkarte anklicken.' : 'Click to map for larger image.');
doc.write('');
doc.write('
');
}
CookieWrite("ShowClusterMap", "no", 30*60*1000);
}
/****************************************************************************************************/
/* */
/* Cookie helper functions */
/* */
/****************************************************************************************************/
function CookieIsPermittedCheck()
{
return (CookieRead('CookieAccepted') == 'yes');
}
function CookiePermissionSet(nLan)
{
// CookieWrite('CookieAccepted', 'yes', 4*7*24*60*60*1000);
CookieWrite('CookieAccepted', 'yes');
// this is a good opportunity to store the language:
OnChangeLanguage(nLan);
}
function CookieGetCookiePage(nLan)
{
var strUrl = g_strUrl + ((nLan == 2) ? '/seiten' : '/pages') + '/cookie.htm';
if (UrlGetFileBase(location.href) == 'cookie.htm')
{
var strParam = UrlGetParamString(location.href);
if (nLan == 1)
{
strParam = strParam.replace(/seiten/g, 'pages');
}
else
{
strParam = strParam.replace(/pages/g, 'seiten');
}
return strUrl + strParam;
}
var arrParam = new Array();
arrParam[arrParam.length] = 'Continue';
var arrValue = new Array();
arrValue[arrValue.length] = encodeURIComponent(location.href);
return strUrl + '?' + arrParam[0] + '=' + arrValue[0];
}
function CookieIsPermitted(nLan)
{
// CookieWrite('CookieAccepted', '', 4*7*24*60*60*1000);
if (!CookieIsPermittedCheck())
{
var strUrl = CookieGetCookiePage(nLan);
if (strUrl != location.href)
{
location.href = strUrl;
window.reload();
}
return false;
}
return true;
}
function CookieWrite(name, value, expires)
{
switch (name)
{
case 'CookieAccepted':
case 'letstest':
{
break;
}
default:
{
if (!CookieIsPermitted(2))
{
return;
}
break;
}
}
var cook = name + '=' + value + ';path=/';
if ((typeof expires) != 'undefined')
{
var a = new Date();
a = new Date(a.getTime() + expires);
cook = cook + ';expires=' + a.toGMTString() + ';';
}
document.cookie = cook;
}
function CookieRead(name)
{
var a = document.cookie;
var res = '';
while(a != '')
{
var cookiename = a.substring(0,a.search('='));
var n = a.search(';');
if (n < 0)
{
n = a.length;
}
var cookiewert = a.substring(a.search('=')+1, n);
while (cookiename.substring(0, 1) == ' ')
{
cookiename = cookiename.substring(1);
}
if(name == cookiename)
{
res = cookiewert;
a = '';
}
else
{
var i = a.search(';')+1;
if(i == 0){i = a.length}
a = a.substring(i,a.length);
}
}
return(res)
}
/****************************************************************************************************/
/* */
/* "Pseudo Session Var" helper functions */
/* */
/****************************************************************************************************/
function SessionRead(name)
{
var strSession = CookieRead('SESSION');
var aSession = strSession.split(' ');
for (var i = 0; i < aSession.length; i += 2)
{
if (aSession[i] == name)
{
return decodeURI(aSession[i + 1]);
}
}
return '';
}
function SessionWrite(name, value, bExtend)
{
if ((typeof bExtend) == 'undefined')
{
bExtend = false;
}
if (bExtend)
{
var strOldValue = SessionRead(name);
if (strOldValue.indexOf(value) >= 0)
{
return;
}
value = strOldValue + value;
}
var strSession = CookieRead('SESSION');
var aSession = strSession.split(' ');
for (var i = 0; i < aSession.length; i += 2)
{
if (aSession[i] == name)
{
if (value != '')
{
aSession[i+1] = encodeURI(value);
}
else
{
aSession.splice(i, 2);
}
break;
}
}
if ((i >= aSession.length) && (value != ''))
{
aSession[i] = name;
aSession[i+1] = encodeURI(value);
}
strSession = aSession.join(' ');
CookieWrite('SESSION', strSession, 12*60*60*1000);
if ((value != '') && (SessionRead(name) == ''))
{
if (CalcLanguage() == 2)
{
alert("Achtung: die Benutzung von Cookies muss eingeschaltet sein,\nda unser Shopsystem sonst nicht funktioniert.");
}
else
{
alert("Attention: the use of cookies must be enabled,\notherwise our shop system will not work.");
}
return;
}
}
/****************************************************************************************************/
/* */
/* Param line helper functions */
/* */
/****************************************************************************************************/
function ParameterRead(name)
{
var a = location.href;
var n = -1;
for (var c = 0; c < a.length; c++)
{
if (a.substring(c, c+1) == '?')
{
n = c;
break;
}
}
if (n < 0)
{
return '';
}
a = a.substring(n+1,a.length);
var res = '';
while(a != '')
{
var cookiename = a.substring(0,a.search('='));
var n = a.search('\&');
if (n < 0)
{
n = a.length;
}
var cookiewert = a.substring(a.search('=')+1, n);
while (cookiename.substring(0, 1) == ' ')
{
cookiename = cookiename.substring(1);
}
if(name == cookiename)
{
res = cookiewert;
a = '';
}
else
{
var i = a.search('&')+1;
if(i == 0){i = a.length}
a = a.substring(i,a.length);
}
}
for (var c = 0; c < res.length; c++)
{
if (res.substring(c, c+1) == '+')
{
res = res.substring(0, c) + ' ' + res.substring(c + 1, res.length);
}
}
return unescape(res);
return decodeURIComponent(res);
}
function ParameterConvert(arrParam, arrValue)
{
var a = location.href;
var n = a.indexOf('?');
if (n < 0)
{
return '';
}
a = a.substring(n+1,a.length);
while(a != '')
{
var cookiename = a.substring(0,a.search('='));
var n = a.search('\&');
if (n < 0)
{
n = a.length;
}
var cookiewert = a.substring(a.search('=')+1, n);
while (cookiename.substring(0, 1) == ' ')
{
cookiename = cookiename.substring(1);
}
arrParam[arrParam.length] = cookiename;
arrValue[arrValue.length] = unescape(cookiewert);
var i = a.search('&')+1;
if(i == 0){i = a.length}
a = a.substring(i,a.length);
}
}
function InputRead(name)
{
var strRes = ParameterRead(name);
if (strRes == '')
{
strRes = SessionRead(name);
}
if (strRes == '')
{
strRes = CookieRead(name);
}
return strRes;
}
function WriteHiddenParam(strParam, strValue)
{
if ((typeof strValue) == 'undefined')
{
strValue = InputRead(strParam);
}
document.write('');
}
function PostToURL(strUrl, arrParam, arrValue)
{
var form = document.createElement('form');
form.setAttribute('method', 'POST');
form.setAttribute('action', strUrl);
form.setAttribute('style', 'display: none');
for (var i = 0, l = arrValue.length; i < l; i++)
{
var e = document.createElement('input');
e.setAttribute('type', 'hidden');
e.setAttribute('name', arrParam[i]);
e.setAttribute('value', arrValue[i]);
form.appendChild(e);
}
document.body.appendChild(form);
form.submit();
// document.body.removeChild(form);
}
/****************************************************************************************************/
/* */
/* misc helper functions */
/* */
/****************************************************************************************************/
function UrlGetProt(strUrl)
{
arr = UrlSplit(strUrl);
return arr['Prot'];
}
function UrlGetHost(strUrl)
{
arr = UrlSplit(strUrl);
return arr['Host'];
}
function UrlGetFile(strUrl)
{
arr = UrlSplit(strUrl);
return arr['File'];
}
function UrlGetFilePath(strUrl)
{
arr = UrlSplit(strUrl);
return arr['FilePath'];
}
function UrlGetFileBase(strUrl)
{
arr = UrlSplit(strUrl);
return arr['FileBase'];
}
function UrlGetParamString(strUrl)
{
arr = UrlSplit(strUrl);
return arr['ParamString'];
}
function UrlGetParam(strUrl, strKey)
{
arr = UrlSplit(strUrl);
for (var v = 0; v < arr['ParamArrayKey'].length; v++)
{
if (arr['ParamArrayKey'][v] == strKey)
{
return arr['ParamArrayValue'][v];
}
}
return '';
}
function UrlExtractParam(strUrl, strKey)
{
var arr = UrlSplit(strUrl);
var strUrlNew = arr['Prot'] + arr['Host'] + arr['FilePath'];
var bFirst = true;
for (var v = 0; v < arr['ParamArrayKey'].length; v++)
{
if (arr['ParamArrayKey'][v] == strKey)
{
continue;
}
strUrlNew += (bFirst ? '?' : '&') + arr['ParamArrayKey'][v] + '=' + arr['ParamArrayValue'][v];
}
return strUrlNew;
}
var g_arrUrlCache = new Array();
var g_strUrlCache = '';
function UrlSplit(strUrl)
{
if (strUrl == g_strUrlCache)
{
return g_arrUrlCache;
}
var nFind = strUrl.indexOf('//');
strProt = (nFind >= 0) ? strUrl.substr(0, nFind + 2) : 'http://';
strFile = strUrl.substr(nFind + 2);
nFind = strFile.indexOf('/');
strHost = (nFind >= 0) ? strFile.substr(0, nFind) : strFile;
strFile = (nFind >= 0) ? strFile.substr(nFind) : '';
var arr = new Array();
arr['Prot'] = strProt;
arr['Host'] = strHost;
arr['File'] = strFile;
var nFind = strFile.indexOf('?');
var strFilePath = strFile;
var strParamString = '';
if (nFind >= 0)
{
strFilePath = strFile.substr(0, nFind);
strParamString = strFile.substr(nFind);
}
arr['FilePath'] = strFilePath;
arr['ParamString'] = strParamString;
var strFileBase = strFilePath;
nFind = strFilePath.lastIndexOf('/');
if (nFind >= 0)
{
strFileBase = strFilePath.substr(nFind + 1);
}
arr['FileBase'] = strFileBase;
// params in an array:
arrParamKey = new Array();
arrParamValue = new Array();
strParamRest = strParamString.substr(1);
var res = '';
while(strParamRest != '')
{
var strKey = strParamRest.substring(0,strParamRest.search('='));
var n = strParamRest.search('\&');
if (n < 0)
{
n = strParamRest.length;
}
var strValue = strParamRest.substring(strParamRest.search('=')+1, n);
while (strKey.substring(0, 1) == ' ')
{
strKey = strKey.substring(1);
}
arrParamKey[arrParamKey.length] = strKey;
arrParamValue[arrParamValue.length] = unescape(strValue);
var i = strParamRest.search('&')+1;
if(i == 0){i = strParamRest.length}
strParamRest = strParamRest.substring(i);
}
arr['ParamArrayKey'] = arrParamKey;
arr['ParamArrayValue'] = arrParamValue;
/*
for (var v = 0; v < arr['ParamArrayKey'].length; v++)
{
alert(arr['ParamArrayKey'][v] + ' = ' + arr['ParamArrayValue'][v]);
}
*/
g_strUrlCache = strUrl;
g_arrUrlCache = arr;
return arr;
}
function ForwardToPrimary()
{
if (((typeof g_bPrimaryServer) != 'undefined') && g_bPrimaryServer )
{
return;
}
var strLetsTest = InputRead('letstest');
if (strLetsTest != '')
{
CookieWrite('letstest', strLetsTest);
return;
}
location.href = 'https://www.freiwald.com';
}
function ForwardToSecure()
{
var arr = UrlSplit(location.href);
strUrl = g_strSecureUrl + arr['File'];
if (strUrl != location.href)
{
location.href = strUrl;
}
}
function CalcLanguage()
{
if (location.href.indexOf("seiten") >= 0)
{
return 2;
}
return 0;
}
function IsLocalTest()
{
return (document.URL.toString().substr(0, 4) == 'file');
}
function IsMyself()
{
var strMyself = ParameterRead('myself');
if (strMyself == '1')
{
CookieWrite("MySelf", "yes", 10*365*24*60*60*1000);
return true;
}
else if (strMyself == '0')
{
CookieWrite("MySelf", "no", 10*365*24*60*60*1000);
return false;
}
if (CookieRead("MySelf") == 'yes')
{
return true;
}
return false;
}
function isalpha(c)
{
if (('A' <= c) && (c <= 'Z'))
{
return true;
}
if (('a' <= c) && (c <= 'z'))
{
return true;
}
return false;
}
function isdigit(c)
{
if (('0' <= c) && (c <= '9'))
{
return true;
}
return false;
}
function isalnum(c)
{
return (isdigit(c) || isalpha(c));
}
function hexval(c)
{
switch (c)
{
case '0': return 0;
case '1': return 1;
case '2': return 2;
case '3': return 3;
case '4': return 4;
case '5': return 5;
case '6': return 6;
case '7': return 7;
case '8': return 8;
case '9': return 9;
case 'a':
case 'A': return 10;
case 'b':
case 'B': return 11;
case 'c':
case 'C': return 12;
case 'd':
case 'D': return 13;
case 'e':
case 'E': return 14;
case 'f':
case 'F': return 15;
}
return 0;
}
function atox(str)
{
if (str.length != 2)
{
return 0;
}
return hexval(str.charAt(0)) * 16 + hexval(str.charAt(1));
}
function LocationReplace(str)
{
var strHref = location.href;
strHref = strHref.replace("http:", "https:");
var strTmp = str.replace("http:", "https:");
if (strHref == strTmp)
{
return;
}
location.replace(str);
}
function IsAfter(nDay, nMonth, nYear)
{
var oBegin = new Date(nYear, nMonth - 1, nDay); // attention: subtract 1 from month
var oNow = new Date();
return (oNow >= oBegin);
}
function IsBefore(nDay, nMonth, nYear)
{
var oEnd = new Date(nYear, nMonth - 1, nDay, 23, 59, 59); // attention: subtract 1 from month
var oNow = new Date();
return (oNow <= oEnd);
}
function IsBetween(nDayBegin, nMonthBegin, nYearBegin, nDayEnd, nMonthEnd, nYearEnd)
{
return (IsAfter(nDayBegin, nMonthBegin, nYearBegin) && IsBefore( nDayEnd, nMonthEnd, nYearEnd));
}
/****************************************************************************************************/
/* */
/* file functions */
/* */
/****************************************************************************************************/
function TrimString(str)
{
return str.replace(/^\s+|\s+$/gm,''); // trimm the sting on both ends:
}
function FileNameToUrl(strFile)
{
if (strFile.substr(0, 5) == 'http:')
{
return strFile;
}
var strLocation = (IsLocalTest()) ? (g_strUrl + '/seiten/download.htm') : location.href;
strLocation = strLocation.replace('\\', '/');
strLocation = strLocation.substring(0, strLocation.lastIndexOf('/') + 1);
return strLocation + strFile;
}
function FileFetchHeader(strUrl)
{
try
{
var req=new XMLHttpRequest();
req.open("HEAD", strUrl, false);
req.send(null);
if(req.status== 200)
{
return req.getAllResponseHeaders();
// return req.getResponseHeader(strWch);
}
else
{
return '';
}
}
catch(er)
{
return '';
}
}
function CFileInfo(strFile)
{
var strUrl = FileNameToUrl(strFile);
this.m_strInfo = FileFetchHeader(strUrl);
/*
this.m_strName = strName;
this.m_strID = strID;
this.m_strShareItID = strID;
this.m_nPrice = nPrice;
this.m_oShippingCosts = ((typeof oShippingCosts) != 'undefined') ? oShippingCosts : new ShopShipping();
this.m_strCurrency = strCurrency;
this.m_bNotAvailable = bNotAvailable;
*/
}
CFileInfo.prototype.GetParam = function(strKey)
{
if (this.m_strInfo == '')
{
return '';
}
var nIndex = this.m_strInfo.indexOf(strKey);
if (nIndex < 0)
{
return '';
}
var strParam = this.m_strInfo.substr(nIndex + strKey.length);
if (strParam.substr(0, 1) == ':')
{
strParam = strParam.substr(1);
}
nIndex = strParam.indexOf('\n');
if (nIndex > 0)
{
strParam = strParam.substr(0, nIndex);
}
strParam = TrimString(strParam); // trimm the sting on both ends:
return strParam;
}
CFileInfo.prototype.GetSize = function(bPrintable)
{
var strSize = this.GetParam('Content-Length');
if ((typeof bPrintable) == 'undefined')
{
bPrintable = true;
}
if (bPrintable)
{
var nSize = Number(strSize);
var nTmp = Math.floor(nSize/100000);
if (nTmp != 0)
{
strSize = String(nTmp/10);
if (strSize.indexOf('.') < 0)
{
strSize += '.0';
}
strSize += ' MB';
}
}
return strSize;
}
CFileInfo.prototype.GetDate = function(nLan)
{
var strDate = this.GetParam('Last-Modified');
var nIndex = strDate.indexOf(',');
if (nIndex >= 0)
{
strDate = strDate.substr(nIndex + 1);
}
nIndex = strDate.indexOf(':');
if (nIndex >= 2)
{
strDate = strDate.substr(0, nIndex - 2);
}
var astrMonth =
[
'Jan',
'Feb',
'Mar',
'Apr',
'May',
'Jun',
'Jul',
'Aug',
'Sep',
'Oct',
'Nov',
'Dec',
];
var nMonth = 0;
for (nMonth = 0; nMonth < 12; nMonth++)
{
if (strDate.indexOf(astrMonth[nMonth]) >= 0)
{
break;
}
}
strDate = strDate.replace(astrMonth[nMonth], '.' + ((nMonth + 1 < 10) ? '0' : '') + String(nMonth + 1) + '.');
strDate = strDate.replace(/ /g, '');
nIndex = strDate.indexOf('.');
if (nIndex == 1)
{
strDate = '0' + strDate;
}
if (typeof nLan == undefined)
{
nLan = 2; // assume german
}
if (nLan == 1)
{
strDate = strDate.substr(3, 2) + '-' + strDate.substr(0, 2) + '-' + strDate.substr(6, 4);
}
return strDate;
}
CFileInfo.prototype.GetVersion = function()
{
var strVersion = this.GetDate(2);
return strVersion.substr(3);
}
/****************************************************************************************************/
/* */
/* new functions */
/* */
/****************************************************************************************************/
function OnLoad()
{
CalcContentDimensions();
}
function CalcContentDimensions()
{
var arrIFrame = document.getElementsByName('iframe');
if ((typeof arrIFrame) == 'undefined')
{
arrIFrame = document.all.iframe;
}
var nCount = 0;
if ((typeof arrIFrame) != 'undefined')
{
nCount = arrIFrame.length;
}
for (nIndex = 0; nIndex < nCount; nIndex++)
{
var oIFrame = arrIFrame[nIndex];
oIFrame.style.height = oIFrame.contentWindow.document.body.scrollHeight + 'px';
}
return;
var scroll = document.all.right_content_scroll;
scroll.style.overflow = 'auto';
var footer = document.all.right_footer;
var page = document.all.center_column;
var rcScroll = CalcElementRect(scroll);
var rcFooter = CalcElementRect(footer);
var rcPage = CalcElementRect(page);
rcScroll.bottom += document.body.clientHeight - rcFooter.bottom - (rcFooter.top - rcPage.bottom);
var nHeight = (rcScroll.bottom - rcScroll.top);
if (nHeight < 50)
{
nHeight = 50;
}
var strHeight = nHeight + 'px';
scroll.style.height = strHeight;
}
function Rect(l, t, r, b)
{
this.left = l;
this.top = t;
this.right = r;
this.bottom = b;
}
function Size(cx, cy)
{
this.cx = cx;
this.cy = cy;
}
function CalcElementRect(o)
{
var rect = new Rect(0, 0, 0, 0);
rect.right = o.offsetWidth;
rect.bottom = o.offsetHeight;
while(1)
{
// alert(o.tagName + ' ' + o.offsetLeft);
rect.left += o.offsetLeft;
rect.top += o.offsetTop;
o = o.offsetParent;
if (o == null)
{
break;
}
}
rect.right += rect.left;
rect.bottom += rect.top;
return rect;
}
function CalcElementSize(o)
{
var sz = new Size(0, 0, 0, 0);
sz.cx = o.offsetWidth;
sz.cy = o.offsetHeight;
return sz;
}
function OnGraphicLinkHover(div)
{
div.id = 'graphiclink_hover';
}
function OnGraphicLinkOut(div)
{
div.id = 'graphiclink';
}
function GraphicLink(link, image, text, x, y, width, height, alttext, nFlags)
{
if ((typeof alttext) == 'undefined')
{
alttext = text;
}
if ((typeof nFlags) == 'undefined')
{
nFlags = 0;
}
if (nFlags & PHOTOSPLASHOFFSET)
{
width = 200;
height = 125;
}
document.write('
');
if (nFlags & PHOTOSPLASHOFFSET)
{
var nWidth = width;
var nHeight = height;
document.write('