(In case you're wondering, I want both the DVD/CR-RW and the CD-RW because while the DVD/CD-RW is great for burning DVD's, it is slooooow when burning CD's when compared to the CD-RW [8x versus 52x])
<script>
function reply(response)
{
if (document.question.answer.value == 'No, Sorry') alert('Oh, well. Thanks anyhow!');
else if (document.question.answer.value == 'Here's how ya do it...') alert('Gee golly wilikers! Thanks a heap!');
else if (document.question.answer.value == 'What's RAID?') alert('Look it up!
}
</script>