$(function(){
$("#showpic").after("<div id=\"page\"></div>");qqfudong();
$("#showpic img").lightBox();$(".scro_p2 img").lightBox();$(".scro_p3 img").lightBox();
});
function jmhz(id)
{
$("#showpic").scrollTop(960*id);
}
function scro_p2(){$(".scro_p2 tr").eq(0).fadeOut(6000,function(){$(this).clone().appendTo($(this).parent()).fadeIn('slow');$(this).remove();});}
function scro_p3(){$(".scro_p3 tr").eq(0).fadeOut(6000,function(){$(this).clone().appendTo($(this).parent()).fadeIn('slow');$(this).remove();});}
function qqfudong(){var menuYloc = $("#QQ").offset().top;$(window).scroll(function (){ var offsetTop = menuYloc + $(window).scrollTop() +"px";$("#QQ").animate({top : offsetTop },{ duration:600 , queue:false });});}
