	var allowsubmit=true;
	
	function disabledoublesubmit(form)
	{
		if (allowsubmit)
		{
			allowsubmit=false;
			return true;
		}
		return false;
	}

