jQuery.noConflict();
jQuery(document).ready(function(){

jQuery('#Footer a:first').css("border-left", "1px solid #575454");
jQuery('#contratto div').hide();

jQuery('#ps1').cycle({ 
    fx:    'growX', 
    pause:  1 
});
  jQuery('#ps2').cycle({ 
    fx:    'fade', 
    pause:  0 
});
   jQuery('#psgall').cycle({ 
    fx:    'fade', 
    speed:  300, 
    next:   '#psgall', 
    timeout: 0,
	pager:  '#nav'
});
   
//window.setTimeout(col,500);
								});


function IscrNewsletter() {
	return false;
}


function col() {
	jQuery('#col2, #col1').foxicols();
}

function showZoomImage(id_img,path,larg,alt) {
 jQuery('#'+id_img).attr({src: path});
 jQuery('#'+id_img).attr({width: larg});
 jQuery('#'+id_img).attr({height: alt});
 return false;
} 
