function termsexec()
{
	if (document.getElementById('termschk').checked)
	{
		document.location = 'http://www.yippy.com/downloads/yippy_setup.exe'
	}
	else 
	{ alert('Please accept the terms by checking the box.')
	}
}

function termsexecv1()
{
	if (document.getElementById('termschk').checked)
	{
		document.location = 'http://www.yippy.com/downloads/yippy-1.0.2.0.air'
	}	
	else { alert('Please accept the terms by checking the box.')
	}
}
