function showSystemResolution() { document.getElementById('screenResolution').innerHTML = "<ul style='text-align: center; font-weight: bold; color:#B83C3C;'><li>Your Screen Resolution</li><li style='font-size:14;'>"+screen.width+" X "+screen.height+"</li></ul>"; }