function getInternetBrowserVersion()
{
   reflectionContainer.style.display = 'none';
   
   if (typeof document.body.style.maxHeight != 'undefined')
   {
   // IE 7, mozilla, firefox, safari, opera 9
   reflectionContainer.style.display = '';
   }
   else
   {
   // IE6, older browsers
   frameBottom.style.marginBottom = '20px';
   }

}