if(navigator.appName.substr(0,9) == 'Microsoft'){
if(screen.width>1080){
WIDTH_TABLE=1080;
}
}else{
if(window.outerWidth>1080){
WIDTH_TABLE=1080;
}
}
