/**  Copyright (c) 2010 Akeibo Software. Todos los Derechos Reservados.
 *          _          _ _
 *         | |        (_) |           
 *     ____| | __ ___ __| |__   ___
 *    / _  | |/ / _  )| | '_ \ / _ \ 
 *   ( ( | |   / (/ / | | |_) | (_) )
 *    \_||_|_|\_\____)|_|_.__/ \___/ 
 *
 *   http://www.akeibo.com
 *
 *   TÉRMINOS DE LA LICENCIA DE ESTE SOFTWARE:
 *   Este código se distribuye bajo los términos de la licencia de Software
 *   de Akeibo Software [1] con la esperanza de que le sea de utilidad,
 *   pero SIN GARANTÍA ALGUNA; aún sin la garantía expresa o implícita de
 *   la COMERCIALIZACIÓN o del AJUSTE A UN PROPÓSITO PARTICULAR.
 *
 *   [1] http://www.akeibo.com/legal/licencia.html
 *
 **************************************************************************
*/

jQuery(document).ready(function(){

    jQuery('a.exterior').click(function(){
        window.open(this.href);
        return false;
    });

});


/***********************************************
* Step Carousel Viewer script- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
* This notice must stay intact for legal use
***********************************************/
stepcarousel.setup({
    galleryid: 'featured', //id of carousel DIV
    beltclass: 'belt', //class of inner "belt" DIV containing all the panel DIVs
    panelclass: 'project', //class of panel DIVs each holding content
    autostep: {enable:true, moveby:1, pause:12000},
    panelbehavior: {speed:500, wraparound:true, persist:false},
    defaultbuttons: {enable: true, moveby: 1, leftnav: ['/images/carousel/arrow-left.png', 0, 133], rightnav: ['/images/carousel/arrow-right.png', -20, 133]},
    //statusvars: ['statusA', 'statusB', 'statusC'], //register 3 variables that contain current panel (start), current panel (last), and total panels
    contenttype: ['ajax','featuredprojects.php'] //content setting ['inline'] or ['ajax', 'path_to_external_file']
})
