// Some Timing-Values used for Animation
var timingvalue         = 50;
var smoothness          = 250;

// Number of Items at Channel (used for BBAR-Pageflip)
var pageflip            = 8;

// "Special"-NodeIDs
var employeeid          = 82;

// Navigation Delimiter
var delimiter           = ", ";

// Element-Names (id="")
var navigationel        = "navigation";
var contentel           = "content";
var channelel           = "boxes";
var mainel              = "main";
var footerel            = "footer";
var contactel           = "contact";
var listel              = "channel";
var topel               = "topwrap";
var channelel           = "channel";
var filterel            = "filter";
var kubus               = "kubus";
var forwardel           = "forward";
var backwardel          = "backward";

// Element-Class-Names (class="")
var navigationclass     = "navlink";
var sidebarclass        = "requestlink";

// Setting up Startpath
var startpath           = "/home";

// Siteaccess
var accessenglish       = "en";
var accessgerman        = "de";

// Remote-URLs
var remotarticle        = "http://" + location.hostname + hdir + "/request/remotearticle?n=";
var remoteadditional    = "http://" + location.hostname + hdir + "/request/remoteadditional?n=";
var remotecontactid     = "http://" + location.hostname + hdir + "/request/remotecontact?n=";
var remotecontact       = "http://" + location.hostname + hdir + "/request/remotecontact";
var remoteemploye       = "http://" + location.hostname + hdir + "/request/remoteemployee?n=";

var jsontreeurl         = "http://" + location.hostname + hdir + "/request/jsontree";
var jsonnavurl          = "http://" + location.hostname + hdir + "/request/jsonnav";
var jsonoptionsurl      = "http://" + location.hostname + hdir + "/request/jsonoptions";
var mediaUrl            = "http://" + location.hostname + hdir + "/request/jsonchilds?n=";

