I used the WeDgE suggestion successfully.
What I changed is the switch clause, like this:
In this way the check is explicitly on the user request and not on the browser configuration.....switch( strtolower( substr( $_SERVER['REQUEST_URI'],6, 2 ) ) )
bye
gl