﻿function TopMenu(stype) {
    if (stype) {
        $(".Index_SubMenu_DIV .MAIN .LogoDIV .Logo").show('slow');
    }
    else {
        $(".Index_SubMenu_DIV .MAIN .LogoDIV .Logo").hide('slow');
    }
}
$(function() {
    $("a").focus(function() {
        $(this).attr("hideFocus", "hidefocus");
    });
    $(".Index_Logo_DIV .MAIN .Logo").show('slow');
});

function Product_Select(obj,stype) {
//    if (stype)
//        $(obj).parent().parent().parent().fadeTo("slow", 1);
//    else
    //        $(obj).parent().parent().parent().fadeTo("slow", 0.6);
    /*if (stype)
        $(obj).parent().css("background-image", "url(images/b1.jpg)");
    else
        $(obj).parent().css("background-image", "url(images/b2.jpg)");*/
}
