// JavaScript Document

function gotoComPage(xPg)
{
	document.formgotopg.p.value=xPg;
	document.formgotopg.method="post";
	document.formgotopg.action="comlista.asp";
	document.formgotopg.submit();
}
