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;
  
}

function Downtest() {
	form 			= document.forms['form1'];
	var URL = form.go1.options[form.go1.selectedIndex].value;
	//alert(URL);

	var downLoadURL="/include/downAlert.asp?DownloadFileURL="+URL;
	location.href = downLoadURL;
}

function webzine() {
	window.open('../webzine/content/05_02/webzine.html','up','scrollbars=yes,width=717,height=602,left=100,top=100')
}