var setWallpaper=function(idLnk,idTag){$("#msgsavewallpaper").html(key.loading+'...');if(idLnk=='img_0'){$.ajax({async:true,global:false,url:"/ajax/set-conf.php",type:"get",data:{"value":"","id":"wallpaper"},dataType:"json"});$("#flickr").remove();$("#msgsavewallpaper").html(key.removewallp);if(idTag=='cntQuickHome'){$("#box-peel-me").show();$("#wrapperad").css({backgroundImage:"none"});$.modal.close();}return;}var id=idLnk.substr(4);strsplit=$("#img_"+id).attr("src").split('/');imgorg=strsplit[strsplit.length-1];$("#load_"+id).toggle();$.ajax({type:"GET",url:"ajax/setwp.php",data:'img='+imgorg+'&a='+strsplit[4],success:function(msg){$("#viwallp").hide();$("#showwallp").text(key.viwallp);$("#load_"+id).toggle();$("#msgsavewallpaper").html(key.savewallp);if(idTag=='cntQuickHome'){$("#box-peel-me").hide();$("#wrapper").css({backgroundImage:"url("+msg+")"});$.modal.close();}$("#flickr").remove();}});};function addItem(image,title,id){var api=$("div.scrollable").scrollable();api.getItemWrap().append('<div><img id="img_'+id+'" class="st-wallp" src="'+image+'" alt="'+title+'" title="'+title+'" /></div>');}function removeItem(){var api=$("div.scrollable").scrollable();if(!api.length){api.getItems().remove();api.reload().prev();}}function loadData(){$.ajax({type:"GET",dataType:"json",url:"/ajax/get_items_carousel.php",data:'&a='+$("#album option:selected").val(),success:function(msg){removeItem();if(wp){i=0;}else{i=1;}for(x in msg){if(typeof msg[x].image_path!="undefined"){addItem(msg[x].image_path,msg[x].title,i);i++;}}var api=$("div.scrollable").scrollable();api.reload().begin();$("div.scrollable > div.items > div > img").click(function(){setWallpaper(this.id,"cntQuickHome");$(this).fadeOut().fadeIn();});}});}var loadSelect=function(idTag){var strStyle=idTag!='setQuicklinks'?'style="padding:15px 0;"':'style="padding:15px;"';$.ajax({type:"POST",url:"ajax/get_albums.php",success:function(msg){$("#"+idTag).html(msg);loadData();$("#album").change(function(){loadData();});}});};