function setCMSCSS()

{

    if (screen.width <= 640) {

         document.write('<!-- User has LowRes -->');
         document.write('<link rel="stylesheet" type="text/css" href="css/lowrestabs.css" title="style" />');

    //   headerSpacerOne is used in the CMS pages to control the width of the URL Header cell
         headerSpacerOne = ' <font color=white>_________________________________</font>';
    //   headerSpacerTwo is used in the CMS pages to control the width of the Function Header cell
         headerSpacerTwo = '<font color=white>__________</font>';

    //   spacerOne is used in the CMS pages to control the width of the URL cell
         spacerOne = '<font color=white>_______________________________________________</font>';
    //   spacerTwo is used in the CMS pages to control the width of the Function cell
         spacerTwo = '<font color=white>______________</font>';


    //   cmsCellStopSpacer1 is used to house the red greater-than sign ( > )
    //                                           and less-than  ( < ) sign during CMS display
         cmsCellStopSpacer1 = '<font color=white>___</font>';
    //   cmsCellStopSpacer2 is used to control the size of the "next" URL cell during CMS display
         cmsCellStopSpacer2 = '<font color=white>__________________________________________</font>';


         // ovl..One parameters set the overLib clickLink message size / position during mouseOver and onClick
         // clickLink (below) message
         // Following are good for WebTab with one row of tabs...
         ovlWidthOne    = 400;
         ovlHeightOne   = 25;
         ovlFixXOne     = 8;
         ovlFixYOne     = 75;
         ovlHistFixYOne = 175;


         // ovl..Two parameters set the overLib clickNow message size / position during mouseOver and onClick
         // clickNow message
         // Following are good for WebTab with one row of tabs...
         ovlWidthTwo    = 300;
         ovlHeightTwo   = 25;
         ovlFixXTwo     = 80;
         ovlFixYTwo     = 135;
         ovlHistFixYTwo = 125;


         // ovl..Three parameters set the overLib "This Frame Name" message size / position during mouseOver and onClick
         // appCurrentPageNameLeveln & appPreviousTabLeveln
         // Following are good for WebTab with one row of tabs...
         ovlWidthThree    = 530;
         ovlHeightThree   = 25;
         ovlFixXThree     = 15;
         ovlFixYThree     = 180;
         ovlHistFixYThree = 180;

         // <= 640, With Two Tabs...

         // Following are good for WebTab with Two rows of tabs...
         ovlWidthOne           = 400;
         ovlHeightOne          = 25;
         ovlFixXOneTwoTabs     = 10;
         ovlFixYOneTwoTabs     = 95;
         ovlHistFixYOne        = 175;


         // ovl..Two parameters set the overLib clickNow message size / position during mouseOver and onClick
         // clickNow message
         // Following are good for WebTab with two rows of tabs...
         ovlWidthTwo        = 300;
         ovlHeightTwo       = 25;
         ovlFixXTwoTwoTabs  = 80;
         ovlFixYTwoTwoTabs  = 155;
         ovlHistFixYTwo     = 125;


         // ovl..Three parameters set the overLib "This Frame Name" message size / position during mouseOver and onClick
         // appCurrentPageNameLeveln & appPreviousTabLeveln
         // Following are good for WebTab with Two rows of tabs...
         ovlWidthThree       = 350;
         ovlHeightThree      = 25;
         ovlFixXThreeTwoTabs = 10;
         ovlFixYThreeTwoTabs = 205;
         ovlHistFixYThree    = 195;

         // noDigitalTab.php Window Size ( Resolution Size: 640 x 480 )
         noDigitalWidth  = 690;
         noDigitalHeight = 530;

    }
    else if (screen.width <= 800) {

         document.write('<link rel="stylesheet" type="text/css" href="css/medrestabs.css" title="style" />');

    //   headerSpacerOne is used in the CMS pages to control the width of the URL Header cell
         headerSpacerOne = ' <font color=white>_________________________________</font>';
    //   headerSpacerTwo is used in the CMS pages to control the width of the Function Header cell
         headerSpacerTwo = '<font color=white>__________</font>';

    //   spacerOne is used in the CMS pages to control the width of the URL cell
         spacerOne = '<font color=white>_______________________________________________</font>';
    //   spacerTwo is used in the CMS pages to control the width of the Function cell
         spacerTwo = '<font color=white>______________</font>';


    //   cmsCellStopSpacer1 is used to house the red greater-than sign ( > )
    //                                           and less-than  ( < ) sign during CMS display
         cmsCellStopSpacer1 = '<font color=white>___</font>';
    //   cmsCellStopSpacer2 is used to control the size of the "next" URL cell during CMS display
         cmsCellStopSpacer2 = '<font color=white>__________________________________________</font>';

    // ovlBear parameters set the overLib clickLink message size / position during mouseOver and onClick
    // for phpDoc.php Class Display Processing


         // clickLink (below) message
         ovlBearClassDriverWidth    = 280;
         ovlBearClassDriverHeight   = 25;
         ovlBearClassDriverFixX     = 300;
         ovlBearClassDriverFixY     = 835;

         // clickLink (below) message
         ovlBearClassWidth    = 240;
         ovlBearClassHeight   = 25;
         ovlBearClassFixX     = 195;
         ovlBearClassFixY     = 80;


         // ovl..One parameters set the overLib clickLink message size / position during mouseOver and onClick
         // clickLink (below) message
         ovlWidthOne    = 400;
         ovlHeightOne   = 25;
         ovlFixXOne     = 13;
         ovlFixYOne     = 75;
         ovlHistFixYOne = 95;

         // ovl..Two parameters set the overLib clickNow message size / position during mouseOver and onClick
         // clickNow message
         ovlWidthTwo    = 300;
         ovlHeightTwo   = 25;
         ovlFixXTwo     = 125;
         ovlFixYTwo     = 140;
         ovlHistFixYTwo = 160;

         // ovl..Three parameters set the overLib "This Frame Name" message size / position during mouseOver and onClick
         // appCurrentPageNameLeveln & appPreviousTabLeveln
         ovlWidthThree    = 530;
         ovlHeightThree   = 25;
         ovlFixXThree     = 15;
         ovlFixYThree     = 193;
         ovlHistFixYThree = 213;

         // noDigitalTab.php Window Size ( Resolution Size : 800 x 600 )
         noDigitalWidth  = 850;
         noDigitalHeight = 650;

    }

    else if (screen.width <= 1024) {

         document.write('<link rel="stylesheet" type="text/css" href="css/highrestabs.css"/>');

    //   headerSpacerOne is used in the CMS pages to control the width of the URL Header cell
         headerSpacerOne = ' <font color=white>_________________________________________________________________</font>';
    //   headerSpacerTwo is used in the CMS pages to control the width of the Function Header cell
         headerSpacerTwo = '<font color=white>____________________________________</font>';

    //   spacerOne is used in the CMS pages to control the width of the URL cell
         spacerOne = '<font color=white>___________________________________________________________</font>';
    //   spacerTwo is used in the CMS pages to control the width of the Function cell
         spacerTwo = '<font color=white>________________________________________</font>';


    //   cmsCellStopSpacer1 is used to house the red greater-than sign ( > )
    //                                           and less-than  ( < ) sign during CMS display
         cmsCellStopSpacer1 = '<font color=white>___</font>';
    //   cmsCellStopSpacer2 is used to control the size of the "next" URL cell during CMS display
         cmsCellStopSpacer2 = '<font color=white>____________________________________________________________________________________</font>';


         // ovl..One parameters set the overLib clickLink message size / position during mouseOver and onClick
         // clickLink (below) message
         ovlWidthOne    = 400;
         ovlHeightOne   = 25;
         ovlFixXOne     = 13;
         ovlFixYOne     = 75;
         ovlHistFixYOne = 75;

         // ovl..Two parameters set the overLib clickNow message size / position during mouseOver and onClick
         // clickNow message
         ovlWidthTwo    = 300;
         ovlHeightTwo   = 25;
         ovlFixXTwo     = 125;
         ovlFixYTwo     = 140;
         ovlHistFixYTwo = 140;

         // ovl..Three parameters set the overLib "This Frame Name" message size / position during mouseOver and onClick
         // appCurrentPageNameLeveln & appPreviousTabLeveln
         ovlWidthThree    = 530;
         ovlHeightThree   = 25;
         ovlFixXThree     = 15;
         ovlFixYThree     = 199;
         ovlHistFixYThree = 189;

         // noDigitalTab.php Window Size ( Resolution Size: 1024 x 768 )
         noDigitalWidth  = 1074;
         noDigitalHeight = 808;

    }

    if (screen.width > 1024) {

         document.write('<link rel="stylesheet" type="text/css" href="css/geekrestabs.css"/>');

    //   headerSpacerOne is used in the CMS pages to control the width of the URL Header cell
         headerSpacerOne = ' <font color=white>_________________________________________________________________</font>';
         headerSpacerTwo = '<font color=white>____________________________________</font>';

    //   spacerOne is used in the CMS pages to control the width of the URL cell
         spacerOne = '<font color=white>___________________________________________________________</font>';
    //   spacerTwo is used in the CMS pages to control the width of the Function cell
         spacerTwo = '<font color=white>________________________________________</font>';

    //   cmsCellStopSpacer1 is used to house the red greater-than sign ( > )
    //                                           and less-than  ( < ) sign during CMS display
         cmsCellStopSpacer1 = '<font color=white>___</font>';
    //   cmsCellStopSpacer2 is used to control the size of the "next" URL cell during CMS display
         cmsCellStopSpacer2 = '<font color=white>____________________________________________________________________________________</font>';


         // ovl..One parameters set the overLib clickLink message size / position during mouseOver and onClick
         // clickLink (below) message
         ovlWidthOne     = 400;
         ovlHeightOne    = 25;
         ovlFixXOne      = 10;
         ovlFixYOne      = 90;
         ovlHistFixYOne  = 75;

         // ovl..Two parameters set the overLib clickNow message size / position during mouseOver and onClick
         // clickNow message
         ovlWidthTwo    = 300;
         ovlHeightTwo   = 25;
         ovlFixXTwo     = 190;
         ovlFixYTwo     = 150;
         ovlHistFixYTwo = 140;

         // ovl..Three parameters set the overLib "This Frame Name" message size / position during mouseOver and onClick
         // appCurrentPageNameLeveln & appPreviousTabLeveln
         ovlWidthThree    = 530;
         ovlHeightThree   = 25;
         ovlFixXThree     = 10;
         ovlFixYThree     = 230;
         ovlHistFixYThree = 189;
         
         
         // ovl..Four parameters set the overLib "This Frame Name" message size / position during mouseOver and onClick
         // appCurrentPageNameLeveln & appPreviousTabLeveln
         ovlWidthFour     = 530;
         ovlHeightFour    = 25;
         ovlFixXFour      = 140;
         ovlFixYFour      = 230;
         ovlHistFixYFour  = 189;
         // noDigitalTab.php Window Size ( Resolution Size: 1280 x 1024 )
         noDigitalWidth  = 1330;
         noDigitalHeight = 1074;

     }

}
