jQuery(document).ready(function(){
    if (jQuery.browser.msie && jQuery.browser.version.substr(0,1)<7) {
        jQuery("body").hide();
        if(confirm("Ön egy régi Internet Explorert verziót használ. Kérjük frissítse a böngészőjét és látogasson vissza oldalunkra!")){
            //window.location="/";
            window.location="http://www.google.com/chrome/?hl=hu";
        }else{
            window.location="http://www.mozilla-europe.org/hu/firefox/";
        }
    }

    jQuery("#content-left .child, .submenu, .submenu1").hide();
    jQuery("#content-left .parent").show();
    jQuery("."+pid).show();

    //alert(pid);
});
