function openewslettermodal(lang)
{
	SqueezeBox.initialize({
        handler:'ajax',
		size: {x: 480, y: 80}
    });
    SqueezeBox.open('/index.php?option=com_suecos_newsletter&template=suecos_blank&lang='+lang);
}

function openproduct3Dmodal(id)
{
	SqueezeBox.initialize({
		handler:'iframe',
        size: {x: 605, y: 405}
    });
    SqueezeBox.open('/index.php?option=com_content&view=article&template=suecos_blank&id='+id);
}

window.addEvent('domready',function(){        
    var m = $$('.item211')[0] || $$('.item219')[0] || $$('.item229')[0] || $$('.item236')[0] || $$('.item251')[0] || $$('.item273')[0] || $$('.item277')[0];
    
    if(m){
        if(m.hasClass('active')){
            m.set('id','current');
            $$('#subnav .first a').setStyles({
                'padding-top':'4px'
            });
        }
    }
        
    if($$('ul.tecnicas li')){
        var list = $$('ul.tecnicas li');
        $each(list,function(i,e){
            var h = i.get('html');
            i.set('html','<span>'+h+'</span>');
            
        });
    }
    
    if($('linkPlantillas')){
        $('linkPlantillas').addEvent('mouseover',function(){
            var img = this.getChildren('img');
            img.set('src','/images/stories/plantillas_azul.gif');
        }).addEvent('mouseout',function(){
            var img = this.getChildren('img');
            img.set('src','/images/stories/plantillas_blanca.gif');
        });
    }    
});
