/* (c) Visamedia GdbR 2010 */
var offerIndex=0;var layers=4;var cycleTime=16500;var fadeDuration=1450;var timerPaused=false;var timer;function switchOffers(option){if(option="forward"){offerIndex==layers-1?offerIndex=0:offerIndex+=1}else{offerIndex==0?offerIndex=layers-1:offerIndex-=1}$("shopPic1").get("tween",{property:"opacity",duration:"1450",onComplete:function(){$("shopDescription1").innerHTML=shopDescTab1[offerIndex];$("shopPic1").set("src",shopPicsTab1[offerIndex]);$("shopPic1").get("tween",{property:"opacity",duration:fadeDuration}).start("1")}}).start("0");$("shopPic2").get("tween",{property:"opacity",duration:"1450",onComplete:function(){$("shopDescription2").innerHTML=shopDescTab2[offerIndex];$("shopPic2").set("src",shopPicsTab2[offerIndex]);$("shopPic2").get("tween",{property:"opacity",duration:fadeDuration}).start("1")}}).start("0");$("shopPic3").get("tween",{property:"opacity",duration:"1450",onComplete:function(){$("shopDescription3").innerHTML=shopDescTab3[offerIndex];$("shopPic3").set("src",shopPicsTab3[offerIndex]);$("shopPic3").get("tween",{property:"opacity",duration:fadeDuration}).start("1")}}).start("0");$("shopTab1").removeEvents();$("shopTab2").removeEvents();$("shopTab3").removeEvents();$("shopTab1").addEvent("click",function(event){window.open(shopLinkTab1[offerIndex]);return false});$("shopTab2").addEvent("click",function(event){window.open(shopLinkTab2[offerIndex]);return false});$("shopTab3").addEvent("click",function(event){window.open(shopLinkTab3[offerIndex]);return false})}function initShop(){if(layers>1){timer=window.setInterval("switchOffers('forward')",cycleTime);$("shopBack").addEvent("click",function(){clearInterval(timer);switchOffers("back");timer=window.setInterval("switchOffers('forward')",cycleTime)});$("shopForw").addEvent("click",function(){clearInterval(timer);switchOffers("forward");timer=window.setInterval("switchOffers('forward')",cycleTime)});$("shopPause").addEvent("click",function(){if(timerPaused){timer=window.setInterval("switchOffers('forward')",cycleTime);timerPaused=false}else{clearInterval(timer);timerPaused=true}});$("shopTab1").addEvent("click",function(event){window.open(shopLinkTab1[0]);return false});$("shopTab2").addEvent("click",function(event){window.open(shopLinkTab2[0]);return false});$("shopTab3").addEvent("click",function(event){window.open(shopLinkTab3[0]);return false})}};
