/* function GotoPage_post(iPage) {
	document.search_text.curPg.value = iPage;
	document.search_text.submit();
	}
*/

function GotoPage_post(iPage) {
		
	document.search_en.curPg.value = iPage;
	document.search_en.submit();
	}
function GotoPage_view(iPage) {
		
	document.view.curPg.value = iPage;
	document.view.submit();
	}

function GotoPage(iPage) {
	document.search_en.curPg.value = iPage;
	document.search_en.submit();
	}
function Goto(iPage) {
	document.show.curPg.value = iPage;
	document.show.submit();
	}

function Check_Input() {
	if (document.input.nhande.value=="")
	{
		alert("Bạn hãy nhập nhan đề");
		document.input.nhande.focus();
		return false;
	}	
	if (document.input.mahieu.value=="")
	{
		alert("Bạn hãy nhập mã hiệu");
		document.input.mahieu.focus();
		return false;
	}
	if (document.input.tukhoa.value=="")
	{
		alert("Bạn hãy nhập từ khoá");
		document.input.tukhoa.focus();
		return false;
	}
	if (document.input.subject.value==0)
	{
		alert("Bạn hãy chọn bộ sưu tập");
		document.input.subject.focus();
		return false;
	}	
	return true;
	}


