var xx = document.write("<script type='text/javascript' src='../img/niftycube.js'></script>");

window.onload=function(){
Nifty("div.divtblblock","big","transparent");
Nifty("div.divtblblockprod","big","transparent");
Nifty("div.divtblblockproddetalle","big","transparent");

}

var cambiarImagenProd=function(producto,imagen){
	document.getElementById('imgproddet_'+ producto).src = imagen;
	var el= document.getElementsByClassName('MagicZoomPlus')[0];
	el.href = document.getElementById('imgproddet_'+producto).src;
	MagicZoomPlus.refresh();
}


YUI({
    modules: {
        'gallery-lightbox': {
            fullpath: 'http://yui.yahooapis.com/gallery-2010.03.18-19/build/gallery-lightbox/gallery-lightbox-min.js',
            requires: ['base','node','anim'],
            optional: [],
            supersedes: []
      	}
	}
}).use("gallery-lightbox", function(Y) {
    	Y.Lightbox.init();

});
