Fixed your code for you. (Changed it from "urk" to "url"

)
You can also amend the Graphics Rules.sgr file to include your monitor's resolution if it's higher than what the game offers. It's really quite simple to do. I have XP, so these instructions are for that OS.
1. First, go to C:\Program Files\EA Games\<Your Latest EP>\TSData\Res\Config and open the Graphics Rules.sgr in Notepad
2. You have to find the following string (it's about three quarters of the way down the document, give or take - just go to Edit>Find and search for "option ScreenModeResolution"):
option ScreenModeResolution
setting $Low
uintProp maxResWidth 800
uintProp maxResHeight 600
uintProp defaultResWidth 800
uintProp defaultResHeight 600
setting $Medium
uintProp maxResWidth 1280
uintProp maxResHeight 1024
uintProp defaultResWidth 1024
uintProp defaultResHeight 768
setting $High
uintProp maxResWidth 1600
uintProp maxResHeight 1200
uintProp defaultResWidth 1024
uintProp defaultResHeight 768
end
3. Under "setting $High", change the value for "uintProp maxResWidth" to your monitor's width and then change the value for "uintProp maxResHeight" to your monitor's height. If, for example, your resolution is 1900 x 1200, you would see this:
setting $High
uintProp maxResWidth 1900
uintProp maxResHeight 1200
uintProp defaultResWidth 1024
uintProp defaultResHeight 768
Save it and, the next time you open your game, you'll be able to go into your video option and choose your monitor's resolution to play your game at.