<!--

    // +--------------------------------------------------------------------------+
    // | <meta http-equiv="Content-Type" content="text/html; charset=utf-8">      |
    // +--------------------------------------------------------------------------+ 
    // |   Check Browser                                                          |
    // |                                                                          |
    // |   Autor: Stahoo                                                          |
    // +--------------------------------------------------------------------------+ 
    

    if ( navigator.appName=="Microsoft Internet Explorer" && parseFloat( navigator.appVersion )>=4 )
    {
        document.write("<link href='css/Explorer.css' rel='stylesheet' type='text/css' />");
    }
    else
    {
        document.write("<link href='css/Inne.css' rel='stylesheet' type='text/css' />");
    }
    
-->
