/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */


$(function() {
	
	
	
   $('.accordion').accordion({
        active:         ".active",
        header:         "h3.head",
        collapsible:    true,
        autoHeight:     false,
        clearStyle:     true
    });

    $('.accordion li.active h3').each(function() {
        $('.accordion').accordion('activate', '#' + $(this).attr('id'));
    });

    //   Flipbook
    if(!(typeof swfobject == 'undefined')) {
        var flashvars = {};
        var params = {};
        var attributes = {};
        swfobject.embedSWF(
            'http://content.yudu.com/Library/A1s803/NavyNewsMay2011/resources/flipbook.swf'
            ,'flipbook'
            ,'140'
            ,'100'
            ,'9.0.0'
            ,flashvars
            ,params
            ,attributes);
    }
});

