function switchPic(imName){ Effect.SlideUp('bigPic', {queue: {position:'front', scope: 'bp'},duration:0.3,afterFinish: swapSrc(imName) }); Effect.SlideDown('bigPic', {queue: {position:'end', scope: 'bp'},duration:0.7 }); } function swapSrc(imName){ var el = document.getElementById('swapIm'); var path = 'grphx/madepage/hundred/'; el.src = path+imName; } function squige(itemId){ new Effect.Morph(itemId,{ style:'width:70px;height:70px;margin:0px;z-index:1;', duration:0.2,queue: {position:'end', scope: itemId} }); } function plodge(itemId){ new Effect.Morph(itemId,{ style:'width:100px;height:100px;margin:-15px;z-index:10;', duration:0.3,queue: {position:'front', scope: itemId} }); } function cgChangeInfo(cgName,cgCode,cgProduct,cgSize,cgFinish,cgFile){ new Effect.Opacity('cgBigImg', {duration:1.0, from:0.1, to:1.0}); new Effect.Opacity('cgText', {duration:1.0, from:0.1, to:1.0}); var el = document.getElementById('cgText'); //cgBigImg cgText var elim = document.getElementById('cgBigImg'); var upd = '
'+cgCode+'
'+cgProduct+'
'+cgSize+'
'+cgFinish+'