Im running a test to make sure browsers connect properly to the internet like this
If ProcessExists('iexplore.exe') Then ProcessClose('iexplore.exe')
If ProcessExists('chrome.exe') Then ProcessClose('chrome.exe')
If ProcessExists('firefox.exe') Then ProcessClose('firefox.exe')
Sleep(20...