// ----------------------------------------
// ----- copmare handling functions
// ----------------------------------------

// ----- sumit form
function submitDownload()
{
	if (document.mWebDownload.agb.checked)
	{
		document.mWebDownload.submit();
	}
	else
	{
		$('agbwarning').show();
	}
}


