korbaach your 1st reply reminded me i was already using userAgent to check for the browser.. and the other info i was looking for was also in there!
i ended up using the same code and looking for the specific os i needed (win7) instead of the browser
used this in a compare 2 vals
- find(uppercase(Browser.UserAgent),"Windows NT 6.1")
works perfect
thanks for the help guys!