$(document).ready(function() {
    //IE 6
    if (jQuery.browser.msie && jQuery.browser.version.substr(0,1)<7) {
       jQuery("body").hide();
       if(confirm("Oldalaink látogatásához fejlettebb böngészőre lesz szüksége.\nKérjük cserélje le és látogasson vissza.\nWeboldalunk nem támogatja az IE6-os böngészőt!")){
               window.location="http://www.google.com/chrome/?hl=hu";
       }else{
               window.location="http://www.mozilla-europe.org/hu/firefox/";
       }
    }

    //Fancybox
    $("a.fancy").fancybox({
            'overlayOpacity'	: 0.8,
            'overlayShow'			: true,
            'zoomSpeedIn'			: 600,
            'zoomSpeedOut'		: 500
    });

    //Fonts
    /*Cufon.set("fontFamily","Adobe Garamond Pro");
    Cufon.replace($('#menu-container a,#footer-content,#index-content h1,#index-content p'));*/

    //External
    $("a[rel=external]").attr("target","_blank");

    //table
    var middle = 2;
    $('#product-more-text thead th, #product-more-text table td').each(function(){
       if(middle%3==0){
           $(this).addClass('center')
       }
       middle++;
    });
});
