//<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Kind=0;
window.onload=function(){
	FSetDef(document.form1,"","","");
	Kind=parseInt(_F("Kind"));
	var MoveComply=new DivMove("McCpy",30,200,0);MoveComply.Play();
}
function ChanKind(Str)
{
  Kind=Str;
  GoPage(1);
}
function  GoPage(Str){
  if(Str==1)
  {
	if(Kind==1)
	location=GetHtmlUrl("logis_list.jsp?Kind="+Kind,IsHtml);
	else
	location=GetHtmlUrl("logis_list.jsp",IsHtml);
  }
  else
  {
  if(Kind==1)
  location=GetHtmlUrl("logis_list.jsp?Kind="+Kind+"&Page="+Str,IsHtml);
  else
  location=GetHtmlUrl("logis_list.jsp?Page="+Str,IsHtml);
  }
}
