// *******************************************************
// moved javascript from listrecentthreads.jsp, listthreads.jsp, viewthread.jsp
function gotoPage(s) {
    if (s != '') location.href = s;
    return 1;
}

function gotoTypePage() {
     if(document.gotoPageForm.ThreadTypeN1.value==""&&document.gotoPageForm.forum.value==""){
     	alert("版面或用途至少选择一项！");
     	return false;
     }	
     /**
	else
     {
     	if(document.gotoPageForm.ThreadTypeN1.value==""){
     		document.gotoPageForm.action="listthreads";	
     	}
     }	
     */	
}