﻿/**
 * Javascript by ITEISA (2009-10-24)
 *
 * UI Javascript added by ITEISA.
 * We decided not to modify the messy existing stylesheets.
 *
 * Copyright (c)  2009, ITEISA DESARROLLO Y SISTEMAS, S.L
 *
 * @filesource
 * @author      jaime@iteisa.com
 * @copyright   Copyright (c) 2006, Cake Software Foundation, Inc.
 * @link        http://www.iteisa.com/
 * @package     vista-silicon
 */

    jQuery(document).ready(function() {
	
	jQuery("a.lightview").fancybox({
	  titleShow: false,
	  width: 880,
	  showNavArrows: false
	});
	
	jQuery("a[rel=iframe].lightview").fancybox({
	  titleShow: false,
	  width: 880,
	  type: 'iframe',
	  showNavArrows: false
	});
	
	
	
    });

