//$(document).ready(function() {
//    $("ul.sf-menu").superfish({
//        animation: { height: 'show' },   // slide-down effect without fade-in
//        delay: 1200,               // 1.2 second delay on mouseout
//        autoArrows	: false
//    });
//});
$j = jQuery.noConflict(); //removes the conflict with the $ variable that BlogEngine.net creates
$j(document).ready(function() {
    $j("ul.sf-menu").supersubs({
        minWidth: 12,   // minimum width of sub-menus in em units 
        maxWidth: 27,   // maximum width of sub-menus in em units 
        extraWidth: 1     // extra width can ensure lines don't sometimes turn over 
        // due to slight rounding differences and font-family
    }).superfish({
        animation: { height: 'show' },   // slide-down effect without fade-in
        autoArrows	: false,
        delay: 800
    });  // call supersubs first, then superfish, so that subs are 
    // not display:none when measuring. Call before initialising 
    // containing tabs for same reason.
    
    $j('ul.sf-menu li').each(function(i){      $j(this).css('z-index',50-i);     }); 
}); 

function GetRefVideo(){
    window.open("/siteassets/video/player.html","AttorneyVideo","status=0,toolbar=0,width=350,height=235,left=200,top=300");
}
