addLoadEvent(function() {
  //createLanguageDropDown('languageDropDownGroup');

  //Rewrite this to loop through all background images or all with background-size:100% 100%; specified
  //Opera problems on subsequent calls - needs alert() or some other timeout - SOLVED - nested DIVS need to be 'FIXED' before their parents! MENU before PAGE! could be aproblem for the fix all BG functions - TODO...

  //Must be nested backgrounds first -( REVERSE order) for Opera or fails on some only.
/*
  css3BackgroundScale100('headerGroup');
  css3BackgroundScale100('topShadow');
  css3BackgroundScale100('headerContainer');
  css3BackgroundScale100('bottomShadow');
  css3BackgroundScale100('webpage');
*/
  var features = new Glider('features', {duration:0.5, autoGlide:true, frequency:8});
});
