function doorderform (cardcode)
{ secondpart = "toolbar=0,location=0,status=0,menubar=0,scrollbars=0,width=500,height=350";
  CIAorderwin = window.open("makeorderform.php?InvitCode=" + cardcode, "Order", secondpart);
  CIAorderwin.focus();
}
