// JavaScript Document

$(document).ready(function(){

    $(document).pngFix(); //PNG en IE6
	
	Cufon.replace('h1'); //Tipografia
		
	$('#fabricacion1').cycle({ 
		fx:    'fade', 
		speed:  2500 
	 });

	$('#fabricacion2').cycle({ 
		fx:    'fade', 
		speed:  2500 
	 });

	$("a.popup").live('click', function (){
		var caracteristicas = "height=520,width=410,scrollTo,resizable=1,scrollbars=1,location=0";  
		nueva=window.open(this.href, 'Popup', caracteristicas);  
		return false;  
	});
});
