﻿$('#poptool').css('top', $(document).scrollTop() + $(window).height() - $('#poptool').height()-143);
$('#poptool').css('left', $(document).scrollLeft() + $(window).width() - $('#poptool').width()-7);
$('#top_Txt_Search').click(
function(){
    if ($('#top_Txt_Search')[0].value=="  产品搜索 >>" ||$('#top_Txt_Search')[0].value=="  Search Product >>")
    {
    $('#top_Txt_Search')[0].value="";
    }
}
); 
$("#bottom_Link").click(function (){$("#bottom_Links").fadeIn("slow"); });
$("#bottom_Links").bind("mouseleave",function(){$("#bottom_Links").fadeOut("slow");})