document.writeln("");
document.writeln("
");
document.writeln("
");
document.writeln("
");
document.writeln("
");
document.writeln("
");
document.writeln("

");
document.writeln("

");
document.writeln("

");
document.writeln("

");
document.writeln("
");
document.writeln("
");
document.writeln("
");
document.writeln("
");
document.writeln("
");
document.writeln("
");
function toBig(){
document.getElementById("xixi").style.left="0";
}
function toSmall(){
document.getElementById("xixi").style.left="-152px";
}
document.writeln("");
document.writeln("");
$(window).scroll(function(){
var _top = $(window).scrollTop();
if(_top>0){
$('#back2top').show();
}else{
$('#back2top').hide();
}
})