'left' : Number(window.getWidth() / 2),
'top' : Number(window.getHeight() / 2)
});
'left' : Number(window.getWidth() / 2),
'top' : Number(window.getHeight() / 2)
});
img.addEvent('load', function(){
loader.setStyle('display' , 'none');
loaded = true;
img.addEvent('load', function(){
loader.setStyle('display' , 'none');
loaded = true;
}).start({
'left': [o.getLeft(), Number((window.getWidth() / 2) - imageObj.width/2).toInt()],
'top': [o.getTop(), ((window.getHeight() / 2) - imageObj.height/2 >= 0 ? Number((window.getHeight() / 2) - imageObj.height/2).toInt() : 30)],
}).start({
'left': [o.getLeft(), Number((window.getWidth() / 2) - imageObj.width/2).toInt()],
'top': [o.getTop(), ((window.getHeight() / 2) - imageObj.height/2 >= 0 ? Number((window.getHeight() / 2) - imageObj.height/2).toInt() : 30)],
bgFader.setStyle('display', 'block');
bgFader.setStyle('z-index', zindex-1);
bgFader.setStyle('display', 'block');
bgFader.setStyle('z-index', zindex-1);
'left': [$(obj).getStyle('left').toInt(), oldLeft],
'top': [$(obj).getStyle('top').toInt(), oldTop],
'width': [$(obj).getStyle('width').toInt(), Number(imageObj.width * <?=THUMB_SCALE?>).toInt()],
'height': [$(obj).getStyle('height').toInt(), Number(imageObj.height * <?=THUMB_SCALE?>).toInt()]
'left': [$(obj).getStyle('left').toInt(), oldLeft],
'top': [$(obj).getStyle('top').toInt(), oldTop],
'width': [$(obj).getStyle('width').toInt(), Number(imageObj.width * <?=THUMB_SCALE?>).toInt()],
'height': [$(obj).getStyle('height').toInt(), Number(imageObj.height * <?=THUMB_SCALE?>).toInt()]
$$('#images li').each(function(li) {
var name = escape(li.getProperty('id'));
var type = li.getProperty('class');
$$('#images li').each(function(li) {
var name = escape(li.getProperty('id'));
var type = li.getProperty('class');
urlStr += "&" + count + "=" + name + "," + type + "," + x + "," + y + "," + z;
count++;
} );
urlStr += "&" + count + "=" + name + "," + type + "," + x + "," + y + "," + z;
count++;
} );