function allnews(t_tab,num) {
	var t_form
		t_form  = document.NEWSviewForm
		t_form.action = "/2005pstock/pagemenu/pstocknews/pstocknews_all.asp";
		t_form.t_tab.value = t_tab;
		t_form.num.value = num;
		t_form.submit()
}