// JavaScript Document
$(document).ready(function() {
        $('#Window1').AeroWindow({
          WindowTitle:          'Window 1 - Happy OutBounce',
          WindowPositionTop:    100,
          WindowPositionLeft:   200,
          WindowWidth:          300,
          WindowHeight:         200,
          WindowAnimation:      'easeOutBounce'        
        });  
        /*$('#Firefoxapp').AeroWindow({
          WindowTitle:          'FireFox',
          WindowPositionTop:    'center',
          WindowPositionLeft:   'center',
          WindowWidth:          700,
          WindowHeight:         500,
          WindowAnimation:      'easeOutCubic'
        });*/
        /*$('#Firefoxicon').click(function() {
          $('#Firefoxapp').AeroWindow({
            WindowTitle:          '<strong>&quot;Municipalidad Distrital de Picsi - 2012&quot;</strong>',
            WindowPositionTop:    'center',
            WindowPositionLeft:   'center',
            WindowWidth:          320,
            WindowHeight:         395,
            WindowAnimation:      'easeOutCubic',
			WindowMaximize:       false,
			WindowMinimize:       false
          });
        });
		$('#Firefoxicon2').click(function() {
          $('#Firefoxapp2').AeroWindow({
            WindowTitle:          '<strong>&quot;Municipalidad Distrital de Picsi - 2012&quot;</strong>',
            WindowPositionTop:    'center',
            WindowPositionLeft:   'center',
            WindowWidth:          320,
            WindowHeight:         395,
            WindowAnimation:      'easeOutCubic',
			WindowMaximize:       false,
			WindowMinimize:       false
          });
        });
		$('#Firefoxicon3').click(function() {
          $('#Firefoxapp3').AeroWindow({
            WindowTitle:          '<strong>&quot;Municipalidad Distrital de Picsi - 2012&quot;</strong>',
            WindowPositionTop:    'center',
            WindowPositionLeft:   'center',
            WindowWidth:          320,
            WindowHeight:         395,
            WindowAnimation:      'easeOutCubic',
			WindowMaximize:       false,
			WindowMinimize:       false
          });
        });*/
        $('#Twittericon').ready(function() {
          $('#Window2').AeroWindow({
            WindowTitle:          '<strong>&quot;Municipalidad Distrital de Picsi - 2012&quot;</strong>',
            WindowPositionTop:    'center',
            WindowPositionLeft:   'center',
            WindowWidth:          580,
            WindowHeight:         395,
            WindowAnimationSpeed: 1000,
            WindowAnimation:      'easeOutCubic',
            WindowResizable:      true,
            WindowDraggable:      true,
            WindowMinimize:       false,
            WindowMaximize:       false,
            WindowClosable:       true
          });
        })
		$('#Twittericon').ready(function() {
          $('#Window3').AeroWindow({
            WindowTitle:          '<strong>&quot;Municipalidad Distrital de Picsi - 2012&quot;</strong>',
            WindowPositionTop:    'center',
            WindowPositionLeft:   'center',
            WindowWidth:          320,
            WindowHeight:         395,
            WindowAnimationSpeed: 1000,
            WindowAnimation:      'easeOutCubic',
            WindowResizable:      true,
            WindowDraggable:      true,
            WindowMinimize:       false,
            WindowMaximize:       false,
            WindowClosable:       true
          });
        })
      });
