function frmComSubmit(url) 
{
	document.frmCom.action = url;
	document.frmCom.submit();
}


