﻿/// <reference path="jquery-1.2.5-intellisense.js" />


$(document).ready(function() {

    $("#header h1 span.flash").flash({
        src: "/Content/img/header.swf",
        height: 99,
        width: 757
    });

    //drop down menu    
    $(".nav2 li.dropdown>a").click(function() {
        $(".nav2 li.dropdown ul").toggle("fast");
        return false;
    });

    
});
