';if (document.body.offsetWidth > 1100) { var m = document.getElementById("Content").style; if (document.body.offsetWidth > 1800) { $("#Content").append('
' + hide + '
'); m.marginRight = "180px"; } else { $("#Content").append('
' + hide + '
'); m.marginRight = "140px"; } } }