function Commit(url,Comtext)	{
	if(confirm(Comtext) == true)	{
		document.location.href=url;
		}
	else	{
		}
	}


