Checks if the client browser is running on a Windows operating system.
Returns TRUE if the client browser is running on Windows.
Returns FALSE if the client browser is not running on Windows.
Redirects to a different URL if the browser is running on Windows:
<$if IsWindows$>
<a href="<$redirect$>">
<$endif$>