function SearchGo(theURL){
	frm01.page.value ="1";
	frm01.action = theURL;
	frm01.submit();
}
function PressDowntest(URL) {
 
	  var downLoadURL="/include/downAlert.asp?DownloadFileURL="+URL;
	  location.href = downLoadURL;
  
}