
$(document).ready(function() 
{ /* This is basic - uses default settings */
 //$("a#single_image").fancybox();

 /* Using custom settings */ 
 /* ROSE'S Ids and Parameters
 $("a#inline").fancybox({ 'hideOnContentClick': true, "frameHeight": 300 });
 $("a#inline").fancybox({ 'hideOnContentClick': true, 'imageScale':true });
 $("a#inline2").fancybox({ 'hideOnContentClick': true, "frameHeight": 300  });
 $("a#inlinemed").fancybox({ 'hideOnContentClick': true, "frameWidth": 500, "frameHeight": 300} );
 $("a#inlinebig").fancybox({ 'hideOnContentClick': true, "frameWidth": 550, "frameHeight": 500} );
 $("a#inlinelrg").fancybox({ 'hideOnContentClick': true, "frameWidth": 650, "frameHeight": 450} );
 $("a#inlinelrg2").fancybox({ 'hideOnContentClick': true, "frameWidth": 600, "frameHeight": 400} );
 /*$(".feature p").fancybox({ 'hideOnContentClick': false, 'easingIn': 'jswing', 'easingOut': 'easeOutBounce'});

 $("a#report").fancybox({ 'hideOnContentClick': true, "frameWidth": 920, "frameHeight": 630} );
 $("a#report-two").fancybox({ 'hideOnContentClick': true, "frameWidth": 920, "frameHeight": 630} );
 $("a#report-three").fancybox({ 'hideOnContentClick': true, "frameWidth": 920, "frameHeight": 630} );
 $("a#report-four").fancybox({ 'hideOnContentClick': true, "frameWidth": 920, "frameHeight": 470} );
 $("a#report-five").fancybox({ 'hideOnContentClick': true, "frameWidth": 920, "frameHeight": 630} );
 $("a#lrgreport").fancybox({ 'hideOnContentClick': true, 'frameWidth': 980, 'frameHeight': 450} );
 $("a#reportinline").fancybox({ 'hideOnContentClick': true, "frameWidth": 900, "frameHeight": 613} );
 $("a.group").fancybox({ 'zoomSpeedIn': 300, 'zoomSpeedOut': 300, 'overlayShow': false }); 
 */

 /* BEENA */
 // Index - Navigation
 $("a#inlinemed").fancybox({
     'hideOnContentClick': true,
     'frameWidth': 500,
     'frameHeight': 350
     });

// National Hotline - Suspicious Content
$("a#inlinelrg").fancybox({
   'hideOnContentClick': true,
   'frameWidth': 650,
   'frameHeight': 450
   });

// 2008 Analysis - Illegal?
// 2008 Analysis - Incoming Reports - Two Report Types
// 2008 Analysis - Hotline Actions - Non-processable Reports
$("a#inline").fancybox({
    'hideOnContentClick': true,
    'frameWidth': 500,
    'frameHeight': 250
    });

// 2008 Analysis - Incoming Reports - Reporting Methods
$("a#inlinebig").fancybox({
    'hideOnContentClick': true,
    'frameWidth': 600,
    'frameHeight': 440
    });

// 2008 Analysis - Incoming Reports - Suspicion Cited Pop-up
$("a#lrgreport").fancybox({
    'hideOnContentClick': true,
    'frameWidth': 820,
    'frameHeight': 358
    });

// 2008 Analysis - Incoming Reports - TIS Reported Pop-up
$("a#tisreported").fancybox({
    'hideOnContentClick': true,
    'frameWidth': 620,
    'frameHeight': 398
    });

// 2008 Analysis - Hotline Actions - Non-Illegal Content
$("a#report").fancybox({
    'hideOnContentClick': true,
    'frameWidth': 820,
    'frameHeight': 455
    });

// 2008 Analysis - Hotline Actions - Countries where CP appeared in 2008
$("a#report-two").fancybox({
    'hideOnContentClick': true,
    'frameWidth': 820,
    'frameHeight': 424
    });

// 2008 Analysis - Hotline Actions - Summary of actions taken on illegals
$("a#report-three").fancybox({
    'hideOnContentClick': true,
    'frameWidth': 820,
    'frameHeight': 354
    });

// 2008 Analysis - Hotline Actions - Access Failed
$("a#report-four").fancybox({
    'hideOnContentClick': true,
    'frameWidth': 920,
    'frameHeight': 400
    });

// 2008 Analysis - Hotline Actions - Forwarded Details
$("a#report-five").fancybox({
    'hideOnContentClick': true,
    'frameWidth': 820,
    'frameHeight': 354
    });

// 2008 Analysis - Trends - Quarterly Graph
$("a#report-six").fancybox({
    'hideOnContentClick': true,
    'frameWidth': 820,
    'frameHeight': 436
    });

// 2008 Analysis - Trends - Comparison of CP 2007/2008
$("a#report-seven").fancybox({
    'hideOnContentClick': true,
    'frameWidth': 820,
    'frameHeight': 444
    });

// 2008 Analysis - Trends - Cumulative Reports Forwarded Per Year
$("a#report-eight").fancybox({
    'hideOnContentClick': true,
    'frameWidth': 820,
    'frameHeight': 495
    });
 }); 