| What are cookies?Cookies are little packets of data, that a web server gives
            to a client with the expectation that the client will hand back the
            same packet with future requests.  For general information
            about cookies, read  Netscape's
            documentation.
 Why do we use cookies?To keep track of the number of users accessing our site. Cookies are
            the most reliable and easiest to implement way of doing this. We
            also use cookies for our shopping carts.
 Why are cookies good?Because they allow web server software to group a set of requests
            together and say that they came from the same person. This makes it
            possible to count the number of people accessing a site. It also
            makes it easy to implement shopping carts.
 Why are cookies bad?Cookies are bad because they can allow web server software to group
            a set of requests together and report that they came from the same
            person. Combined with forms that request user information, this
            makes it possible to track individual users. If sites share cookies,
            the travel of an individual from site to site can be tracked.
 We do not share our cookies or any other private information
	    with other sites. The
            only time we use cookies to correlate with names is in our shopping 
	    cart where we have to tie the items you are putting in the cart
            with your name so that we know they are yours. When do we send a cookie?We send one
            cookie per user. If we get a request with a cookie already supplied,
            we know this user has already been sent a cookie. If we get a
            request without a cookie, we send a cookie.
 Can I order without using a cookie?No; cookies have to be active or our shopping cart will not work. If
            you want to place an order without having cookies turned on, please
            contact the support@tias.com and explain your problem.
 How do I turn on cookies?For information on how to turn on cookies in Mozilla or Netscape, please read 
            Netscape's
            documentation.
 To turn on  cookies in Microsoft Internet
            Explorer, select Tools, then "Internet Options" and then
            "Privacy". Use the slider bar there to adjust how cookies
	    are handled. To turn on  cookies in Opera, select Tools, then
            "Privacy". Use the slider bar there to adjust how cookies
	    are handled. In any browser, for information on cookie handling, select the 'Help' option on you
	    menu at the top of the browser and search for the term 'cookie'. How do I turn off cookies?Many browsers have a option to refuse all cookies.  For
            more information, read the documentation for your browser.
 Is my private information safe here?Yes.  For more 
	    information about how we treat the privacy of your information, 
	    please read our privacy policy.
	    For more information about how we treat the security of your private information, 
	    please read our security policy.
 |