/**
*
*/
$(document).ready(function() {
$("#topic_button table tr td:eq(3)").hover(
function(){ $(this).css("background","url('../new_include/images/arrow_right_o.jpg') no-repeat"); },
function(){ $(this).css("background","url('../new_include/images/arrow_right_n.jpg') no-repeat"); }
).click(function(){
var p = parseInt($("#topic_page").text());
p++;
themeActivitiesView(p);
//focusNewBookView(p);
//$(".topic_word div").each(function(){
//	$(this).find("ul").fadeOut("slow",function(){
//		$(this).show();
//	});
//});
});
//back page
$("#topic_button table tr td:eq(1)").hover(
function(){ $(this).css("background","url('../new_include/images/arrow_left_o.jpg') no-repeat"); },
function(){ $(this).css("background","url('../new_include/images/arrow_left_n.jpg') no-repeat"); }
).click(function(){
var p = parseInt($("#topic_page").text());
p--;
themeActivitiesView(p);
//$(".topic_word div").each(function(){
//	$(this).find("ul").fadeOut("slow",function(){
//		$(this).show();
//	});
//});
});
themeActivitiesView(1);
});
var JData_themeActivities;
function themeActivitiesView(currentPage){
if(JData_themeActivities == null){
$.ajax({
type: "get",
url: "../beta/themeActivitiesAgent.jsp",
data: "",
dataType: "text",
async: false,
error: function(err) { },
success: function(json) {
JData_themeActivities = jQuery.parseJSON(json);
//var pCount = JData.length < 10 ? JData.length : 10;
var pCount = (currentPage - 1) * 5;
var aCount = JData_themeActivities.length;
if(aCount==0){
$(".topic_title").hide();//沒有隱藏
$(".topic_word").hide();//沒有隱藏
$("#topic_button").hide();//沒有隱藏
}
var real_page = JData_themeActivities.length % 5 == 0 ? JData_themeActivities.length/5 :  Math.floor(JData_themeActivities.length/5) + 1;
if(currentPage>real_page) currentPage = 1;
if(currentPage<=0) currentPage = real_page;
$("#topic_page").text(currentPage);
$("#topic_pages").text(real_page);
$(".topic_m").each(function(){
if((pCount + 1) > aCount){
//$(this).fadeOut("slow",function(){
//$(this).children().eq(1).css({ "background":"url('" + $("#GLOBAL_URL_BOOK").val() + "/showBanaerImage.html?pk=0&width=125&heigh=125') no-repeat center center" });
//$(this).children().eq(0).html("&nbsp;");
//$(this).children().eq(2).html("&nbsp;");
//$(this).show();
$(this).parent().hide();
//});
}else{
var JDataItem = new Array(5);
JDataItem[0] = JData_themeActivities[pCount]["bannerPkNo"];
JDataItem[1] = JData_themeActivities[pCount]["titleMain"];
JDataItem[2] = JData_themeActivities[pCount]["activityContent"];
JDataItem[3] = JData_themeActivities[pCount]["activityUrl"];
JDataItem[4] = JData_themeActivities[pCount]["prodCatNm"];
//$(this).fadeOut("slow",function(){
$(this).parent().show();
$(this).children().eq(1).css({ "background":"url('" + $("#GLOBAL_URL_BOOK").val() + "/showBanaerImage.html?pk="+JDataItem[0]+"&height=125&width=125') no-repeat left center" })
.click(function(){
window.location = JDataItem[3];
});
$(this).children().eq(0).html(JDataItem[4]!="繁體書"?cutstr(JDataItem[4],10):"中文書");
$(this).children().eq(2).html("<a href='" + JDataItem[3] + "'>" + cutstr(JDataItem[1],42) + "</a>");
$(this).show();
//});
}
pCount++;
//$(this).children().eq(0).css({ "background":"url('http://media.taaze.tw/showLargeImage.html?sc="+pics[p-1]+"&width=124') no-repeat center center" });
});
//EqualHeight_topic_default();
},
complete: function() {  }
});
}else{
//alert(JData.length);
var real_page = JData_themeActivities.length % 5 == 0 ? JData_themeActivities.length/5 :  Math.floor(JData_themeActivities.length/5) + 1;
if(currentPage>real_page) currentPage = 1;
if(currentPage<=0) currentPage = real_page;
var pCount = (currentPage - 1) * 5;
var aCount = JData_themeActivities.length;
$("#topic_page").text(currentPage);
$(".topic_m").each(function(){
if((pCount + 1) > aCount){
//$(this).fadeOut("slow",function(){
//$(this).children().eq(1).css({ "background":"url('" + $("#GLOBAL_URL_BOOK").val() + "/showBanaerImage.html?pk=0&width=125&heigh=125') no-repeat center center" });
//$(this).children().eq(0).html("&nbsp;");
//$(this).children().eq(2).html("&nbsp;");
$(this).parent().hide();
//});
}else{
var JDataItem = new Array(4);
JDataItem[0] = JData_themeActivities[pCount]["bannerPkNo"];
JDataItem[1] = JData_themeActivities[pCount]["titleMain"];
JDataItem[2] = JData_themeActivities[pCount]["activityContent"];
JDataItem[3] = JData_themeActivities[pCount]["activityUrl"];
JDataItem[4] = JData_themeActivities[pCount]["prodCatNm"];
//$(this).fadeOut("slow",function(){
$(this).parent().show();
$(this).children().eq(1).css({ "background":"url('" + $("#GLOBAL_URL_BOOK").val() + "/showBanaerImage.html?pk="+JDataItem[0]+"&height=125&width=125') no-repeat left center" })
.click(function(){
window.location = JDataItem[3];
});
$(this).children().eq(0).html(JDataItem[4]!="繁體書"?cutstr(JDataItem[4],10):"中文書");
$(this).children().eq(2).html("<a href='" + JDataItem[3] + "'>" + cutstr(JDataItem[1],42) + "</a>");
$(this).show();
//});
}
pCount++;
//$(this).children().eq(0).css({ "background":"url('http://media.taaze.tw/showLargeImage.html?sc="+pics[p-1]+"&width=124') no-repeat center center" });
});
//EqualHeight_topic_default();
}
}
function EqualHeight_topic_default(){
alert("setHeight");
var maxHeight = 0;
$('.topic_word div.topic_b').each(function(){
if (maxHeight < $(this).find("ul").height()) {maxHeight = $(this).find("ul").height();}
});
$('.topic_word div.topic_b').each(function(){
$(this).height(maxHeight);
});
}

