var slideshowSpeed=6000;var photos=[{"title":"","image":"template/system/public/images/bgslides/7.jpg","productimage":"","url":"","firstline":"","secondline":""},{"title":"","image":"template/system/public/images/bgslides/1.jpg","productimage":"template/system/public/images/bgslides/product1.png","url":"http://www.sxc.hu/photo/1271909","firstline":"","secondline":""},{"title":"","image":"template/system/public/images/bgslides/2.jpg","productimage":"template/system/public/images/bgslides/product2.png","url":"http://www.sxc.hu/photo/1265695","firstline":"","secondline":""},{"title":"","image":"template/system/public/images/bgslides/3.jpg","productimage":"template/system/public/images/bgslides/product3.png","url":"http://www.sxc.hu/photo/1221065","firstline":"","secondline":""},{"title":"","image":"template/system/public/images/bgslides/4.jpg","productimage":"template/system/public/images/bgslides/product4.png","url":"http://www.sxc.hu/photo/1271915","firstline":"","secondline":""},{"title":"","image":"template/system/public/images/bgslides/5.jpg","productimage":"template/system/public/images/bgslides/product5.png","url":"http://www.sxc.hu/photo/1042413","firstline":"","secondline":""},{"title":"","image":"template/system/public/images/bgslides/6.jpg","productimage":"template/system/public/images/bgslides/product6.png","url":"http://www.sxc.hu/photo/1042413","firstline":"","secondline":""}];$(document).ready(function(){$("#back").click(function(){stopAnimation();navigate("back");});$("#next").click(function(){stopAnimation();navigate("next");});var interval;$("#control").toggle(function(){stopAnimation();},function(){$(this).css({"background-image":"url(images/btn_pause.png)"});navigate("next");interval=setInterval(function(){navigate("next");},slideshowSpeed);});var activeContainer=1;var currentImg=0;var animating=false;var navigate=function(direction){if(animating){return;}
if(direction=="next"){currentImg++;if(currentImg==photos.length+1){currentImg=1;}}else{currentImg--;if(currentImg==0){currentImg=photos.length;}}
var currentContainer=activeContainer;if(activeContainer==1){activeContainer=2;}else{activeContainer=1;}
showImage(photos[currentImg-1],currentContainer,activeContainer);};var currentZindex=-1;var showImage=function(photoObject,currentContainer,activeContainer){animating=true;currentZindex--;$("#backimg"+activeContainer).css({"background-image":"url("+photoObject.image+")","display":"none","z-index":currentZindex});$("#backimg"+activeContainer).fadeOut();$("#productimg"+activeContainer).css({"background-image":"url("+photoObject.productimage+")","display":"block","z-index":1000-currentZindex});$("#headertxt").css({"display":"none"});$("#firstline").html(photoObject.firstline);$("#secondline").attr("href",photoObject.url).html(photoObject.secondline);$("#pictureduri").attr("href",photoObject.url).html(photoObject.title);$("#backimg"+currentContainer).fadeOut(function(){setTimeout(function(){$("#headertxt").css({"display":"block"});animating=false;},500);});$("#backimg"+activeContainer).fadeIn();$("#productimg"+currentContainer).fadeOut(function(){});};var stopAnimation=function(){$("#control").css({"background-image":"url(images/btn_play.png)"});clearInterval(interval);};navigate("next");interval=setInterval(function(){navigate("next");},slideshowSpeed);});
