﻿//$(document).ready(function() {
//    $("li.main").children("ul").hide();
//    $("li:eq(0)").children().show();
//    $("ul.sub").click(function() {
//        return false;
//    });
//    $('li.main').click(liClicks);
//});

//function liClicks() {
//    $("li.main").children("ul").hide('slow');
//    $(this).children("ul").show('slow');
//}

//pats code
//$(function() {

//    $('#accord h3:eq(0)').css("margin", "0 0 0 0");
//    $('.liveitem:gt(0)').css("display", "none");
//    $('#accord h3').each(
//            function(i) {
//                $(this).click(function() {
//                    $('.liveitem').slideUp("slow");
//                    $('.liveitem:eq(' + i + ')').slideDown("slow");
//                });
//            });
//});


