function loadStyleSheet(styleSheetBaseName){
   var link = styleSheetBaseName
   if (navigator.appName != 'Microsoft Internet Explorer') {
       link = link.replace(/styleSheet.css/g, "styleSheet-NC.css");
   }
   document.write(link);
}