//<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
var Kind=0;
window.onload=function(){
	SetDef(0,0);
	Kind=parseInt(_F("Kind"));
}
function ChanKind(Str)
{
  Kind=Str;
  GoPage(1);
}
function  GoPage(Str){
 
  if(Str==1)
  {
	if(Kind==2)
	location=GetHtmlUrl("tender_list.jsp?Kind="+Kind,IsHtml);
	else
	location=GetHtmlUrl("tender_list.jsp",IsHtml);
  }
  else
  {
  if(Kind==2)
  location=GetHtmlUrl("tender_list.jsp?Kind="+Kind+"&Page="+Str,IsHtml);
  else
  location=GetHtmlUrl("tender_list.jsp?Page="+Str,IsHtml);
  }
}
