function ieMinWidth() {
   if(document.body.clientWidth < 999){
      return "999px";
   }else{
      return "auto";
   }
}