<!--
choseQuote = false;
function fquote(sQuoteString)
  {
  frf = eval("document.finalpost." + [(numItems==5) ? "custom5":"custom3"]);
  frf.value = "Quote Card Message: " + sQuoteString;
  choseQuote = true;
  }

function checkQuote() {
  if(!choseQuote) {
     alert("Please select a quote from the list before continuing.");
     return choseQuote;
  } else {
     return choseQuote;
  }
}

function setTo(sTo) {
  document.finalpost.custom1.value = "To: " + sTo;
}

function setFrom(sFrom) {
  document.finalpost.custom2.value = "From: " + sFrom;
}

function checkSize() {
  if(!choseSize) {
     alert("Please select a size from the list before continuing.");
     return choseSize;
  } else {
     return choseSize;
  }
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

//-->
