// JavaScript Document

function checkquick()
{
   if (document.quickquest.moreinfo.value == '') {

   return true;  
   
   }
   
   else 
      alert('There is a problem with your submission. Please try again.');
		return false;
}


function checkdvdrequest()
{
   if (document.dvdrequest.moreinfo.value == '') {

   return true;  
   
   }
   
   else 
      alert('There is a problem with your submission. Please try again.');
		return false;
}
