/*
 * Animations and common ajax functions
 * @author Thomas Barth (t.barth@poi.ch)
 */

jQuery.noConflict();jQuery(document).ready(function($)  {
	// fancybox images
	jQuery("a.imagesFancybox").fancybox();


	jQuery("a.contentInABox").fancybox();


	jQuery("a.jqbox").fancybox();

/*
    jQuery('#tx_rzautocomplete_pi1_word').focus(function() {
        jQuery(this).animate({ width: '200px', backgroundColor: '#fff' });
    }).blur(function() {
        jQuery(this).animate({ width: '130px', backgroundColor: '#fff' });
    });
*/
});


