
function postCurrentPage(page)
{
	document.frmPostMain.hdCurrentPage.value = page ;
	document.frmPostMain.submit();
}

function postSubPage(page)
{
	document.frmPostMain.hdSubPage.value = page ;
	document.frmPostMain.submit();
}

function postContribSubPage(page)
{
	document.frmPostMain.hdContribSubPage.value = page ;
	document.frmPostMain.submit();
}

