﻿// JScript File
// This file contains function calls that need to be called on load.
//****************Needs to be loaded after the topmenu usercontrol in order to let
//styleswitcher to be loaded first.********************
//SaabGroup/Web/Scripts/styleswitcher.js
window.onload = function(e) {
  var cookie = readCookie("style");
  var title = cookie ? cookie : getPreferredStyleSheet();
  setActiveStyleSheet(title);
  //SaabGroup/Web/Scripts/DynamicEditMenu.js
  //JSFX_FloatDiv(899,30).floatIt();
  setVariables();
  checkLocation();
}