﻿// JScript 文件
$(function()
{
if($("#xftp").size()>0)
{
    $("#timepic").css("display","block");
} 
     var pp= (document.getElementById("dtime").offsetWidth-52)+"px";
                $("#mmm").css("left",pp); 
            var leftj=document.body.clientWidth/2;
            leftj= leftj-document.getElementById("dtime").offsetWidth/2;         
            var heightl =document.body.clientHeight/2;
            heightl=heightl-document.getElementById("dtime").offsetHeight/2;
           $("#dtime").css("left",leftj);
           $("#dtime").css("top",heightl);          
              
});

 function Refresh()
{
    $("#dtime").css("display","none");
}