Для образовательных учреждений
';
}
$('.myfancybox').fancybox({
closeClick : true,
helpers : {
title : {
type : 'inside'
}
},
afterLoad : function() {
var product_id = this.element.attributes['productid'].value;
var her = getBlock(product_id);
this.title = her;
},
openEffect:'fade',
closeEffect :'fade',
nextEffect :'fade',
prevEffect:'fade',
});