function log_cngurl(url)
{
	document.mainform.action=url;
	document.mainform.submit();
}
