Google Answers Logo
View Question
 
Q: FrontPage2002 math functions ( Answered 5 out of 5 stars,   2 Comments )
Question  
Subject: FrontPage2002 math functions
Category: Computers > Programming
Asked by: yelladog-ga
List Price: $20.00
Posted: 19 Apr 2003 16:36 PDT
Expires: 19 May 2003 16:36 PDT
Question ID: 192818
I need to code a FrontPage2002 interactive form so that when a number
is entered by a user into a text box, it will be multiplied by a fixed number
and the result will appear in another text box.  There will be several
of these boxes.  I then need to total all the results in a grand total
box.

Request for Question Clarification by secret901-ga on 19 Apr 2003 20:15 PDT
Hi there yelladog,
I believe that you are looking for a Javascript script to perform the
required function.  This script can be added into the HTML source of
your web page without using FrontPage.  Would you like us to create or
find such a script for you?

secret901-ga

Request for Question Clarification by secret901-ga on 19 Apr 2003 21:31 PDT
Hi yelladog,
Is something like what's located at
http://www.ics.uci.edu/~dhnguyen/Demo.html what you're looking for? 
The script can be added using FrontPage or any text editor.  If this
is what you're looking for, please give me the HTML source of your
current page and I can develop a script that suits your needs.

secret901-ga

Clarification of Question by yelladog-ga on 20 Apr 2003 08:01 PDT
Hi secret901!  That is exactly what I need to do.  The code for my
page follows.  Or you can see it at
https://io.amigoslink.org/commerce/mdse.html
While you're at it, can you tell me how to fix my graphics so that
when someone clicks on this page, they will not get the warning of
"secure and nonsecure items?"  Here comes the code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
	<title>Amigos de las Américas - Make a Donation</title>

	<meta name="description" content="Amigos de las Américas (AMIGOS)
excels in creating opportunities for young people to volunteer and
take leadership roles in public health, education and community
development programs.  High school/ college students live with a host
family and work alongside community members in Latin America, while
learning a new language and culture.">
	<meta name="keywords" content="Amigos de las Americas intercultural
international Latin America community service health home improvement
projects intensive summer programs teenagers high school college
students service learning leaders youth education volunteers volunteer
opportunities overseas work work abroad non-profit NGO cross-cultural
Bolivia Brazil Costa Rica Dominican Republic Honduras Mexico Nicaragua
Paraguay Spanish Portuguese grassroots environments homestay
sustainable development short-term programs exchange CSIET
International Volunteer Programs Association IVPA National Association
of International Educators NAFSA">
	
	<script language="JavaScript" type="text/javascript">
	<!--
	function MM_preloadImages() { //v3.0
	  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
	    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0;
i<a.length; i++)
	    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image;
d.MM_p[j++].src=a[i];}}
	}

	function MM_swapImgRestore() { //v3.0
	  var i,x,a=document.MM_sr;
for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
	}

	function MM_findObj(n, d) { //v4.0
	  var p,i,x;  if(!d) d=document;
if((p=n.indexOf("?"))>0&&parent.frames.length) {
	    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
	  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++)
x=d.forms[i][n];
	  for(i=0;!x&&d.layers&&i<d.layers.length;i++)
x=MM_findObj(n,d.layers[i].document);
	  if(!x && document.getElementById) x=document.getElementById(n);
return x;
	}

	function MM_swapImage() { //v3.0
	  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array;
for(i=0;i<(a.length-2);i+=3)
	   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc)
x.oSrc=x.src; x.src=a[i+2];}
	}
	
	var timeDelay = 4; // change delay time in seconds
	var Pix = new Array
	("images/sitetopleft1.jpg" 
	,"images/sitetopleft2.jpg" 
	,"images/sitetopleft3.jpg" 
	,"images/sitetopleft4.jpg"
	,"images/sitetopleft5.jpg"
	,"images/sitetopleft6.jpg"
	);
	var howMany = Pix.length;
	timeDelay *= 1000;
	var PicCurrentNum = 0;
    if (document.images) {
	  var PicCurrent = new Image();
	  PicCurrent.src = Pix[PicCurrentNum];
	}

	function startPix() {
	 if (document.images) {
	  setInterval("slideshow()", timeDelay);
	 }
	}
	function slideshow() {
	  PicCurrentNum++;
	  if (PicCurrentNum == howMany) {
	    PicCurrentNum = 0;
	  }
	  PicCurrent.src = Pix[PicCurrentNum];
	  document["sitetopleft"].src = PicCurrent.src;
	}
	//-->
	</script>
	
	<style type="text/css">
	<!--
	body {
		font-size: 15px;
		font-family: arial, sans-serif;
	}
	td {
		font-size: 15px;
		font-family: arial, sans-serif;
	}
	.smalltext {
		font-size: 12px;
		font-family: arial, sans-serif;
	}
	.normtext {
		font-size: 15px;
		font-family: arial, sans-serif;
	}
	.bigtext {
		font-size: 18px;
		font-family: arial, sans-serif;
	}
	a:hover {
		color: #4c7511;
	}
	-->
	</style>
</head>

<body bgcolor="#ffffff" text="#000000" link="#2f007c" vlink="#2f007c"
alink="#2f007c" leftmargin="0" topmargin="0" marginwidth="0"
marginheight="0" onLoad="MM_preloadImages('images/navabout2.gif','images/navinvolve2.gif','images/navprograms2.gif','images/navalumni2.gif','images/navcontact2.gif','images/navhome2.gif');
startPix();">

<map name="langtoggle">
<area shape="rect" coords="479,175,570,199" href="espanol/donate.html"
alt="Español" title="Español">
<area shape="default" nohref>
</map>

<!-- begin header table -->
<table cellpadding="0" cellspacing="0" border="0" width="780">
<tr>
<td valign="top">
	<table cellpadding="0" cellspacing="0" border="0" width="158">
	<tr>
	<td><img src="images/sitetopleft1.jpg" alt="" border="0"
name="sitetopleft" width="158" height="166"></td>
	</tr>
	<tr>
	<td><img src="images/sitearctip.jpg" alt="" border="0" width="158"
height="66"></td>
	</tr>
	</table>
</td>
<td valign="top">
	<table cellpadding="0" cellspacing="0" border="0" width="622">
	<tr>
	<td colspan="2" width="622"><a name="top">
    <img src="images/sitehead.jpg" border=0 alt="Amigos de las
Américas" usemap="#langtoggle" width="622" height="207"></a></td>
	</tr>
	<tr>
	<td width="48"><img src="images/spacer.gif" width="48" height="1"
alt="" border="0"></td>
	<td width="574">
    <img src="http://www.amigoslink.org/images/headdonate.gif"
alt="Make a Donation" border="0" width="170" height="25"></td>
	</tr>
	</table>
</td>
</tr>
<tr>
<td colspan="2">
<p align="center">
	<map name="FPMap0">
    <area href="http://www.amigoslink.org/downloads/downloads.html"
shape="rect" coords="5, 0, 70, 15">
    <area href="brushdance.html" shape="rect" coords="77, 2, 165, 15">
    <area href="http://www.amigoslink.org/about/history.html"
shape="rect" coords="170, 0, 215, 14">
    <area href="http://www.amigoslink.org/jobs/jobs.html" shape="rect"
coords="219, 0, 248, 15">
    <area href="http://www.amigoslink.org/about/affiliate.html"
shape="rect" coords="254, 0, 293, 15">
    <area href="http://www.amigoslink.org/about/mission.html"
shape="rect" coords="297, 1, 342, 15">
    <area coords="348, 0, 384, 15" shape="rect"
href="http://www.amigoslink.org/news/news.html">
    <area href="http://www.amigoslink.org/publications/publications.html"
shape="rect" coords="387, 0, 459, 15">
    <area href="http://www.amigoslink.org/photogallery/photo-album-index.html"
shape="rect" coords="465, 1, 506, 15">
    <area href="mdse.html" shape="rect" coords="512, 0, 568, 15">
    <area href="http://www.amigoslink.org/involve/volunteer.html"
shape="rect" coords="575, 0, 632, 15">
    </map>
	<img border="0" src="images/hdlinks1.gif" usemap="#FPMap0"
width="637" height="16"></td>
</tr>
<tr>
<td colspan="2"><img src="images/siteheadrule.gif" alt="" border="0"
width="780" height="7"></td>
</tr>
</table>
<!-- end header table -->
<!-- begin body table -->
<table cellpadding="0" cellspacing="0" border="0" width="780">
<tr>
<td valign="top" background="images/navback.gif">
	<!-- begin nav bar -->
	<table cellpadding="0" cellspacing="0" border="0" width="139"
background="none">
	<tr><td><img src="images/navshimtop.gif" alt="" border="0" width="17"
height="33"></td></tr>
	<tr><td>
      <a onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage('navabout','','images/navabout2.gif',1)"
href="http://www.amigoslink.org/about/about.html">
      <img src="images/navabout1.gif" alt="About Amigos" border="0"
name="navabout" width="139" height="18"></a></td></tr>
	<tr><td><img src="images/navshimmid.gif" alt="" border="0"
width="139" height="12"></td></tr>
	<tr><td>
      <a onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage('navinvolve','','images/navinvolve2.gif',1)"
href="http://www.amigoslink.org/involve/involve.html">
      <img src="images/navinvolve1.gif" alt="Get Involved" border="0"
name="navinvolve" width="139" height="18"></a></td></tr>
	<tr><td><img src="images/navshimmid.gif" alt="" border="0"
width="139" height="12"></td></tr>
	<tr><td><a href="http://www.amigoslink.org/donate/donate.html">
      <img border="0" src="images/navdonate1.gif" width="139"
height="18"></a></td></tr>
	<tr><td><img src="images/navshimmid.gif" alt="" border="0"
width="139" height="12"></td></tr>
	<tr><td>
      <a onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage('navprograms','','images/navprograms2.gif',1)"
href="http://www.amigoslink.org/programs/programs.htm">
      <img src="images/navprograms1.gif" alt="Our Programs" border="0"
name="navprograms" width="139" height="18"></a></td></tr>
	<tr><td><img src="images/navshimmid.gif" alt="" border="0"
width="139" height="12"></td></tr>
	<tr><td>
      <a onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage('navalumni','','images/navalumni2.gif',1)"
href="http://www.amigoslink.org/alumni/alumni.html">
      <img src="images/navalumni1.gif" alt="For our Alumni" border="0"
name="navalumni" width="139" height="18"></a></td></tr>
	<tr><td><img src="images/navshimmid.gif" alt="" border="0"
width="139" height="12"></td></tr>
	<tr><td>
      <a onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage('navcontact','','images/navcontact2.gif',1)"
href="http://www.amigoslink.org/contacts/contact.html">
      <img src="images/navcontact1.gif" alt="Contact Us" border="0"
name="navcontact" width="139" height="18"></a></td></tr>
	<tr><td><img src="images/navshimmid.gif" alt="" border="0"
width="139" height="12"></td></tr>
	<tr><td>
      <a onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage('navhome','','images/navhome2.gif',1)"
href="http://www.amigoslink.org/default.htm">
      <img src="images/navhome1.gif" alt="Home" border="0"
name="navhome" width="139" height="18"></a></td></tr>
	<tr><td><img src="images/navshimbottom.gif" alt="" border="0"
width="17" height="21"></td></tr>
	</table>
	<!-- end nav bar -->
</td>
<td rowspan="2" valign="top">
	<!-- begin content area -->
	<table cellpadding="0" cellspacing="0" border="0" width="619">
	<tr>
	<td width="68"><img src="images/spacer.gif" width="68" height="14"
alt="" border="0"></td>
	<td width="547"><img src="images/spacer.gif" width="435" height="1"
alt="" border="0"></td>
	<td width="59">&nbsp;</td>
	</tr>
	<tr>
	<td width="68">&nbsp;</td>
	<td width="547">
	<!-- begin content -->
	
	<p class="normtext">
	
	<!-- begin bulleted list -->
	<!-- end bulleted list -->
	
	<p class="normtext" align="justify">
	<font size="5" face="Arial" color="#2F007C"><b>AMIGOS
Mercado</b></font><!--webbot BOT="GeneratedScript" PREVIEW=" "
startspan --><script Language="JavaScript" Type="text/javascript"><!--
function FrontPage_Form1_Validator(theForm)
{

  if (theForm.Total.value == "")
  {
    alert("Please enter a value for the \"Total\" field.");
    theForm.Total.focus();
    return (false);
  }

  if (theForm.ShipName.value == "")
  {
    alert("Please enter a value for the \"ShipName\" field.");
    theForm.ShipName.focus();
    return (false);
  }

  if (theForm.CCName.value == "")
  {
    alert("Please enter a value for the \"Name on Credit Card\"
field.");
    theForm.CCName.focus();
    return (false);
  }

  if (theForm.ShipAdr1.value == "")
  {
    alert("Please enter a value for the \"ShipAdr1\" field.");
    theForm.ShipAdr1.focus();
    return (false);
  }

  if (theForm.CCAddress1.value == "")
  {
    alert("Please enter a value for the \"Billing Address\" field.");
    theForm.CCAddress1.focus();
    return (false);
  }

  if (theForm.ShipCity.value == "")
  {
    alert("Please enter a value for the \"ShipCity\" field.");
    theForm.ShipCity.focus();
    return (false);
  }

  if (theForm.CCCity.value == "")
  {
    alert("Please enter a value for the \"Billing Address City\"
field.");
    theForm.CCCity.focus();
    return (false);
  }

  if (theForm.ShipState.value == "")
  {
    alert("Please enter a value for the \"ShipState\" field.");
    theForm.ShipState.focus();
    return (false);
  }

  if (theForm.ShipState.value.length > 2)
  {
    alert("Please enter at most 2 characters in the \"ShipState\"
field.");
    theForm.ShipState.focus();
    return (false);
  }

  if (theForm.CCState.value == "")
  {
    alert("Please enter a value for the \"Billing Address State\"
field.");
    theForm.CCState.focus();
    return (false);
  }

  if (theForm.ShipZip.value == "")
  {
    alert("Please enter a value for the \"ShipZip\" field.");
    theForm.ShipZip.focus();
    return (false);
  }

  if (theForm.ShipZip.value.length > 10)
  {
    alert("Please enter at most 10 characters in the \"ShipZip\"
field.");
    theForm.ShipZip.focus();
    return (false);
  }

  if (theForm.CCZip.value == "")
  {
    alert("Please enter a value for the \"Billing Address Zip Code\"
field.");
    theForm.CCZip.focus();
    return (false);
  }

  if (theForm.CCType.selectedIndex < 0)
  {
    alert("Please select one of the \"Credit Card Type\" options.");
    theForm.CCType.focus();
    return (false);
  }

  if (theForm.CCNumber.value == "")
  {
    alert("Please enter a value for the \"Credit Card Number\"
field.");
    theForm.CCNumber.focus();
    return (false);
  }

  if (theForm.CCExpMo.selectedIndex < 0)
  {
    alert("Please select one of the \"Credit Card Expiration Month\"
options.");
    theForm.CCExpMo.focus();
    return (false);
  }

  if (theForm.CCExpYr.value == "")
  {
    alert("Please enter a value for the \"Credit Card Expiration
Year\" field.");
    theForm.CCExpYr.focus();
    return (false);
  }
  return (true);
}
//--></script><!--webbot BOT="GeneratedScript" endspan --><form
method="POST" name="FrontPage_Form1"
action="_vti_bin/shtml.dll/mdse.html" onsubmit="return
FrontPage_Form1_Validator(this)" language="JavaScript"
webbot-action="--WEBBOT-SELF--">
      <!--webbot bot="SaveResults" u-file="_private/form_results.txt"
s-format="TEXT/PRE" s-label-fields="TRUE" b-reverse-chronology="FALSE"
s-email-format="TEXT/PRE" s-email-address="jfuller@amigoslink.org"
b-email-label-fields="TRUE" b-email-replyto-from-field="TRUE"
s-email-replyto="Email" b-email-subject-from-field="FALSE"
s-email-subject="AMIGOS Mercado Order" s-date-format="%m/%d/%y"
s-time-format="%I:%M %p" s-builtin-fields="REMOTE_NAME REMOTE_USER
HTTP_USER_AGENT Date Time" s-form-fields="QtyBumperSticker
AmtBumperSticker QtyCalculator AmtCalculator QtyBottle AmtBottle
AmtTshirtFlags QtyTshirtFlags SizeTshirtFlags AmtTshirtLogo
QtyTshirtLogo SizeTshirtLogo AmtPolo QtytPolo SizePolo
AmtSweatshirtFlags QtytSweatShirtFlags SizeSweatShirtFlags
AmtSweatshirtLogo QtytSweatShirtLogo SizeSweatShirtLogo Total ShipName
CCName ShipAdr1 CCAddress1 ShipAdr2 CCAddress2 ShipCity CCCity
ShipState CCState ShipZip CCZip DayPhone CCType EvePhone CCNumber
Email CCExpMo CCExpYr " startspan --><input TYPE="hidden"
NAME="VTI-GROUP" VALUE="0"><!--webbot bot="SaveResults" endspan
i-checksum="43374" --><table border="1" cellpadding="5"
cellspacing="0" style="border-collapse: collapse; border-width: 0"
bordercolor="#111111" width="498" height="339">
          <tr>
            <td width="1254" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" height="56"
valign="middle" colspan="4">
            <b><font size="2" color="#800000">Please complete
quantity, size,
            amount for each item, total amount, shipping and billing
information in the form
            below.</font></b></td>
          </tr>
          <tr>
            <td width="938" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" height="56"
bgcolor="#C8D4B8" valign="middle">
            <p align="left">
            <b><font face="Arial" size="3" color="#800000">
            AMIGOS Bumper Sticker</font></b><font
color="#800000"><b><br>
            <font size="3">$1.50</font> <font
size="2">each</font></b></font><br>
            <a href="images/BumperSticker.gif">
            <img border="0"
src="http://io.amigoslink.org/commerce/images/BumperSticker-small.jpg"
align="right" width="125" height="31"></a></td>
            <td width="104" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="right"
valign="middle" height="34" bgcolor="#C8D4B8">
            <font face="Arial" size="2" color="#800000"><b>Quantity:
</b></font></td>
            <td width="41" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="middle" height="34" bgcolor="#C8D4B8">
            <p align="center"><font face="Arial" size="2">
            <input type="text" name="QtyBumperSticker" size="4"
style="font-family: Arial; font-size: 10pt; color:#800000;
font-weight:bold" class="smalltext" tabindex="1"></font></td>
            <td width="171" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="middle" height="34" bgcolor="#C8D4B8">
            <b>
            <font size="2" face="Arial"
color="#800000">$</font></b><font face="Arial"><input type="text"
name="AmtBumperSticker" size="6" tabindex="2" style="color: #800000;
font-family: Arial; font-size: 10pt; font-weight: bold"></font></td>
          </tr>
          <tr>
            <td width="938" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" height="62"
valign="top">
            <b><font face="Arial" size="3" color="#800000">AMIGOS Desk
            Calculator</font></b><a href="images/calculator.jpg"><img
src="http://io.amigoslink.org/commerce/images/calculator_small.jpg"
align="right" border="0" width="58" height="69"></a><b><font
face="Arial" size="3" color="#800000"><br>
            </font>
            <font color="#800000"><font size="3">$14.00</font> </font>
            <font color="#800000" size="2">each&nbsp;&nbsp; </font>
            </b>
            &nbsp;&nbsp;&nbsp;
            <b>
            <font color="#2F007C" size="2"><br>
            </font>
            </b>
            <font size="2" face="Arial">Compact, lightweight 
        calculator with <b><font color="#800000">AMIGOS
logo</font><font color="#2F007C">.</font></b> Opens and props up at
the touch of a
        button.</font><img
src="http://io.amigoslink.org/commerce/images/calculator-side02.jpg"
align="right" width="74" height="36"><font size="2" face="Arial"><br>
            &nbsp;</font></td>
            <td width="104" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="right"
valign="middle" height="40">
            <font face="Arial" size="2" color="#800000"><b>Quantity:
</b></font>
            </td>
            <td width="41" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="middle" height="40">
            <p align="center"><font face="Arial" size="2">
            <input type="text" name="QtyCalculator" size="4"
style="font-family: Arial; font-size: 10pt; color:#800000;
font-weight:bold" class="smalltext" tabindex="3"></font></td>
            <td width="171" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="middle" height="40">
            <b>
            <font size="2" face="Arial"
color="#800000">$</font></b><font face="Arial"><input type="text"
name="AmtCalculator" size="6" tabindex="4" style="color: #800000;
font-family: Arial; font-size: 10pt; font-weight: bold"></font></td>
          </tr>
          <tr>
            <td width="938" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" height="131"
bgcolor="#C8D4B8">
            <p align="left"><b>
        <font color="#800000" size="3" face="Arial">AMIGOS Water
Bottle</font></b><font SIZE="1"><a href="images/Bottle01.gif"><img
border="0" src="images/Bottle01_small.gif" align="right" vspace="3"
width="50" height="111"></a></font><font color="#800000"><b><br>
            </b>
            </font>
            <font color="#800000" face="Arial"
size="3"><b>$14.00</b></font><font color="#800000"><b>
            <font size="2">each</font></b></font><b><font face="Arial"
SIZE="2" color="#800000">&nbsp;</font><font face="Arial" SIZE="2"
color="#2F007C"><br>
            </font></b><font face="Arial" SIZE="2"><span
style="font-family: Arial; color: black">32 oz.
            </span>
            <span style="font-family: Arial; "> 
            <b><i><font color="#800000">Nalgene </font> </i></b> 
            </span>
            </font><b><i><font size="2" color="#800000">Loop-Top Poly
Bottle</font></i></b><font face="Arial" SIZE="2"><span
style="font-family: Arial; color: black"> with </span>
            <font color="#800000"><span style="font-family: Arial;
"><b>AMIGOS logo</b></span></font><span style="font-family: Arial;
color: black">
            on front and measurement graduations on back.&nbsp; Made
of
            super-tough Lexan, with an attached loop-top cap that
won't come
            loose. Dishwasher safe (top rack). Withstands temperatures
from -</span></font><span style="font-family: Arial; color:
black"><font face="Arial" SIZE="1">135ºC
            (-211ºF) to135ºC (275ºF).</font></span></td>
            <td width="104" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="right"
valign="middle" height="65" bgcolor="#C8D4B8">
            <font face="Arial" size="2" color="#800000"><b>Quantity:
</b></font></td>
            <td width="41" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="middle" height="65" bgcolor="#C8D4B8">
            <font face="Arial" size="2">
            <input type="text" name="QtyBottle" size="3"
style="font-family: Arial; font-size: 10pt; color:#800000;
font-weight:bold" class="smalltext" tabindex="5"></font></td>
            <td width="171" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="middle" height="65" bgcolor="#C8D4B8">
            <font face="Arial"><b><font size="2"
color="#800000">$</font></b><input type="text" name="AmtBottle"
size="6" tabindex="6" style="color: #800000; font-size: 10pt;
font-family: Arial; font-weight: bold"></font></td>
          </tr>
          <tr>
            <td width="938" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" height="46"
rowspan="3" valign="top">
        <font color="#800000" size="3" face="Arial"><b>
            AMIGOS T-shirt - Flags</b></font><a
href="images/tshirt-flags.jpg"><img
src="http://io.amigoslink.org/commerce/images/tshirt-flags_small.jpg"
align="right" width="100" height="86"></a><font color="#800000"
size="3" face="Arial"><b><br>
        $14.00
            </b></font>
        <b><font size="2">
        <font color="#800000">each</font><font color="#2F007C"><br>
        </font>
        </font></b>
        <font color="#2F007C" size="3" face="Arial"><b>
            <br>
            </b></font>
        <font size="2" face="Arial">White
        <span style="font-family: Arial">short-sleeved t-shirt
</span>with flags
            of partnering countries<br>
        <span style="font-family: Arial"><font
color="#800000"><b>Sizes:</b> </font> </span></font><font
size="2"><span class="790475816-01112002">S&nbsp;
        M&nbsp; L&nbsp; XL&nbsp; XXL<br>
&nbsp;</span></font></td>
            <td width="104" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="right"
valign="top" height="17">
            </td>
            <td width="41" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="top" height="17">
            </td>
            <td width="171" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="middle" height="38" rowspan="3">
            <font face="Arial"><b><font size="2"
color="#800000">$</font></b><input type="text" name="AmtTshirtFlags"
size="6" tabindex="9" style="color: #800000; font-family: Arial;
font-size: 10pt; font-weight: bold"></font></td>
          </tr>
          <tr>
            <td width="104" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="right"
valign="top" height="20">
            <font face="Arial" size="2" color="#800000"><b>Quantity:
</b></font></td>
            <td width="41" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="top" height="20">
            <font face="Arial" size="2">
            <input type="text" name="QtyTshirtFlags" size="3"
style="font-family: Arial; font-size: 10pt; color:#800000;
font-weight:bold" tabindex="7"></font></td>
          </tr>
          <tr>
            <td width="104" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="right"
valign="top" height="1">
            <b><font face="Arial" size="2"
color="#800000">Size:</font></b></td>
            <td width="41" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="top" height="1">
            <font face="Arial" size="2">
            <input type="text" name="SizeTshirtFlags" size="3"
style="font-family: Arial; font-size: 10pt; color:#800000;
font-weight:bold" tabindex="8"></font></td>
          </tr>
          <tr>
            <td width="938" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" height="101"
valign="middle" rowspan="3" bgcolor="#C8D4B8"><b>
        <font color="#800000" face="Arial">
        <font SIZE="3">
            AMIGOS</font><font SIZE="2">
        </font>
            </font></b><font face="Arial" color="#800000" size="3"><b>
            T-shirt</b></font><font color="#800000">&nbsp; </font> 
            <font color="#800000" SIZE="3"><b>- 
            Logo</b></font><a href="images/tshirt-logo.jpg"><img
src="http://io.amigoslink.org/commerce/images/tshirt-logo_small.jpg"
align="right" width="100" height="80"></a><font color="#800000"><br>
            </font>
            <b><font color="#800000" face="Arial" size="3">$14.00
</font><font size="2">
            <font color="#800000">each</font><font
color="#2F007C"><br>
            </font>
            </font></b><font face="Arial"><font SIZE="3"><span
style="font-family: Arial"><br>
        </span>
        </font>
        <font SIZE="2">
        <span style="font-family: Arial">White short-sleeved t-shirt
with <b>
            <font color="#800000">AMIGOS</font><font color="#2F007C">
            </font>
            <font color="#800000">logo</font><font
color="#2F007C"><br>
            </font></b></span></font></font>
        <font SIZE="2" face="Arial">
        <span style="font-family: Arial"><font
color="#800000"><b>Sizes:</b> </font> </span></font><font
size="2"><span class="790475816-01112002">S&nbsp;
        M&nbsp; L&nbsp; XL&nbsp; XXL</span></font><b><font
color="#2F007C" face="Arial" size="3"><br>
            &nbsp;</font></b></td>
            <td width="104" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="right"
valign="top" height="17" bgcolor="#C8D4B8">
            &nbsp;</td>
            <td width="41" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="top" height="17" bgcolor="#C8D4B8">&nbsp;</td>
            <td width="171" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="middle" height="57" bgcolor="#C8D4B8" rowspan="3">
            <font face="Arial"><b><font size="2"
color="#800000">$</font></b><input type="text" name="AmtTshirtLogo"
size="6" tabindex="12" style="color: #800000; font-family: Arial;
font-size: 10pt; font-weight: bold"></font></td>
          </tr>
          <tr>
            <td width="104" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="right"
valign="top" height="20" bgcolor="#C8D4B8">
            <font face="Arial" size="2" color="#800000"><b>Quantity:
</b></font></td>
            <td width="41" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="top" height="20" bgcolor="#C8D4B8">
            <font face="Arial" size="2">
            <input type="text" name="QtyTshirtLogo" size="3"
style="font-family: Arial; font-size: 10pt; color:#800000;
font-weight:bold" tabindex="10"></font></td>
          </tr>
          <tr>
            <td width="104" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="right"
valign="top" height="20" bgcolor="#C8D4B8">
            <b><font face="Arial" size="2"
color="#800000">Size:</font></b></td>
            <td width="41" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="top" height="20" bgcolor="#C8D4B8">
            <font face="Arial" size="2">
            <input type="text" name="SizeTshirtLogo" size="3"
style="font-family: Arial; font-size: 10pt; color:#800000;
font-weight:bold" tabindex="11"></font></td>
          </tr>
          <tr>
            <td width="938" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" height="3"
valign="middle" rowspan="3">
        <font face="Arial"><b>
        <font SIZE="3" color="#800000">
            AMIGOS Volunteer Polo Shirt<a href="images/polo.jpg"><img
border="0" src="http://www.amigoslink.org/images/polo_small.jpg"
align="right" width="94" height="91"></a><br>
        </font></b>
            </font>
            <b><font color="#800000" face="Arial" size="3">$17.00
</font></b>
        <font color="#800000"><b><font size="2">each<br>
        </font></b></font>
        <font color="#2F007C" face="Arial"><font SIZE="3"><br>
        </font>
        <font SIZE="2">
            Blue short-sleeved polo with
            </font>
        <font color="#800000" face="Arial"> <b>AMIGOS logo</b></font>
in white<br>
        </font>
        <font SIZE="2" face="Arial">
        <span style="font-family: Arial"><font
color="#800000"><b>Sizes:</b> </font> </span></font><font
size="2"><span class="790475816-01112002">S&nbsp;
        M&nbsp; L&nbsp; XL&nbsp; XXL<br>
        &nbsp;</span></font></td>
            <td width="104" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="right"
valign="top" height="10">
            </td>
            <td width="41" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="top" height="10">
            </td>
            <td width="171" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="middle" height="30" rowspan="3">
            <font face="Arial"><b><font size="2"
color="#800000">$</font></b><input type="text" name="AmtPolo" size="6"
tabindex="15" style="font-family: Arial; font-size: 10pt; color:
#800000; font-weight: bold"></font></td>
          </tr>
          <tr>
            <td width="104" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="right"
valign="top" height="10">
            <font face="Arial" size="2"
color="#800000"><b>Quantity:</b></font></td>
            <td width="41" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="top" height="10">
            <font face="Arial" size="2">
            <input type="text" name="QtytPolo" size="3"
style="font-family: Arial; font-size: 10pt; color:#800000;
font-weight:bold" tabindex="13"></font></td>
          </tr>
          <tr>
            <td width="104" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="right"
valign="top" height="10">
            <b><font face="Arial" size="2"
color="#800000">Size:</font></b></td>
            <td width="41" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="top" height="10">
            <font face="Arial" size="2">
            <input type="text" name="SizePolo" size="3"
style="font-family: Arial; font-size: 10pt; color:#800000;
font-weight:bold" tabindex="14"></font></td>
          </tr>
          <tr>
            <td width="938" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" height="1"
rowspan="3" valign="middle" bgcolor="#C8D4B8">
        <font face="Arial" color="#800000" size="3"><b>
        AMIGOS Sweatshirt</b></font><font SIZE="2" color="#800000">
-</font><b><font color="#800000" size="3">Flags</font></b><a
href="images/sweatshirt-flags.jpg"><img
src="http://io.amigoslink.org/commerce/images/sweatshirt-flags_small.jpg"
align="right" width="100" height="93"></a><b><font color="#800000"
size="3"><br>
            </font><font color="#800000" face="Arial" size="3">
            $23.00 </font><font size="2"><font
color="#800000">each</font><font color="#2F007C"><br>
        </font>
        </font>
            </b><font color="#2F007C" size="3"><b><br>
            </b></font><font size="2">White long-sleeved sweatshirt
with </font>
        <font size="2" face="Arial">flags of partnering
countries</font><b><font color="#2F007C" size="3"><br>
            </font></b>
        <font SIZE="2" face="Arial">
        <span style="font-family: Arial"><font
color="#800000"><b>Sizes:</b></font> </span></font><font
size="2"><span class="790475816-01112002">S&nbsp;
        M&nbsp; L&nbsp; XL&nbsp; XXL<br>
        &nbsp;</span></font></td>
            <td width="104" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="right"
valign="top" height="10" bgcolor="#C8D4B8">
            &nbsp;</td>
            <td width="41" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="top" height="10" bgcolor="#C8D4B8">&nbsp;</td>
            <td width="171" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="middle" height="12" bgcolor="#C8D4B8" rowspan="3">
            <font face="Arial"><b><font size="2"
color="#800000">$</font></b><input type="text"
name="AmtSweatshirtFlags" size="6" tabindex="18" style="color:
#800000; font-family: Arial; font-size: 10pt; font-weight:
bold"></font></td>
          </tr>
          <tr>
            <td width="104" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="right"
valign="top" height="1" bgcolor="#C8D4B8">
            <font face="Arial" size="2"
color="#800000"><b>Quantity:</b></font></td>
            <td width="41" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="top" height="1" bgcolor="#C8D4B8">
            <font face="Arial" size="2">
            <input type="text" name="QtytSweatShirtFlags" size="3"
style="font-family: Arial; font-size: 10pt; color:#800000;
font-weight:bold" tabindex="16"></font></td>
          </tr>
          <tr>
            <td width="104" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="right"
valign="top" height="1" bgcolor="#C8D4B8">
            <b><font face="Arial" size="2"
color="#800000">Size:</font></b></td>
            <td width="41" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="top" height="1" bgcolor="#C8D4B8">
            <font face="Arial" size="2">
            <input type="text" name="SizeSweatShirtFlags" size="3"
style="font-family: Arial; font-size: 10pt; color:#800000;
font-weight:bold" tabindex="17"></font></td>
          </tr>
          <tr>
            <td width="938" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" height="18"
valign="middle" rowspan="3">
        <b>
        <font face="Arial" color="#800000" size="3">AMIGOS Sweatshirt
- Logo</font></b><font SIZE="1"><a
href="images/sweatshirt-logo.jpg"><img border="0"
src="images/sweatshirt-logo_small.jpg" align="right" hspace="3"
vspace="3" width="100" height="94"></a></font><b><font face="Arial"
color="#800000" size="3"><br>
            $25.00 </font>
            </b>
        <font color="#800000"><b><font size="2">each<br>
        </font></b></font>
        <font face="Arial" color="#2F007C" size="3"><b>
            <br>
            </b></font>
        <font face="Arial" size="2">Gray long-sleeved sweatshirt with
<b>
            <font color="#800000">AMIGOS logo</font><font
color="#2F007C"><br>
            </font></b>
        <span style="font-family: Arial"><font
color="#800000"><b>Sizes:</b></font> </span></font><font
size="2"><span class="790475816-01112002">S&nbsp;
        M&nbsp; L&nbsp; XL&nbsp; XXL</span></font><p>&nbsp;</td>
            <td width="104" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="right"
valign="top" height="16">
            </td>
            <td width="41" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="top" height="16">
            </td>
            <td width="171" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="middle" height="1" rowspan="3">
            <font face="Arial"><b><font size="2"
color="#800000">$</font></b><input type="text"
name="AmtSweatshirtLogo" size="6" tabindex="21" style="color: #800000;
font-family: Arial; font-size: 10pt; font-weight: bold"></font></td>
          </tr>
          <tr>
            <td width="104" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="right"
valign="top" height="1">
            <font face="Arial" size="2"
color="#800000"><b>Quantity:</b></font></td>
            <td width="41" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="top" height="1">
            <font face="Arial" size="2">
            <input type="text" name="QtytSweatShirtLogo" size="3"
style="font-family: Arial; font-size: 10pt; color:#800000;
font-weight:bold" tabindex="19"></font></td>
          </tr>
          <tr>
            <td width="104" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="right"
valign="top" height="6">
            <b><font face="Arial" size="2"
color="#800000">Size:</font></b></td>
            <td width="41" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="top" height="6">
            <font face="Arial" size="2">
            <input type="text" name="SizeSweatShirtLogo" size="3"
style="font-family: Arial; font-size: 10pt; color:#800000;
font-weight:bold" tabindex="20"></font></td>
          </tr>
          <tr>
            <td width="938" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" height="17"
valign="top" bgcolor="#C8D4B8">
            <font color="#800000"><b>Make a Donation to
AMIGOS</b></font></td>
            <td width="104" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="right"
valign="top" height="1" bgcolor="#C8D4B8">
            &nbsp;</td>
            <td width="41" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="top" height="1" bgcolor="#C8D4B8">
            &nbsp;</td>
            <td width="171" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="top" height="1" bgcolor="#C8D4B8">
            <font face="Arial" color="#800000" size="2"><b>$</b><input
type="text" name="Donation" size="6" tabindex="22"></font></td>
          </tr>
          <tr>
            <td width="938" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" height="17"
valign="top">
            </td>
            <td width="104" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="right"
valign="top" height="1">
            </td>
            <td width="41" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="top" height="1">
            </td>
            <td width="171" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="top" height="1">
            </td>
          </tr>
          <tr>
            <td width="938" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" height="17"
valign="top">
            <p>
            </td>
            <td width="104" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="right"
valign="top" height="1">
            <b><font face="Arial" size="2"
color="#800000">TOTAL</font></b></td>
            <td width="41" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="top" height="1">
            </td>
            <td width="171" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="top" height="1">
            <font face="Arial"><b><font size="2"
color="#800000">$</font></b><!--webbot bot="Validation"
b-value-required="TRUE" --><input type="text" name="Total" size="7"
tabindex="23" style="color: #800000; font-family: Arial; font-size:
10pt; font-weight: bold"></font></td>
          </tr>
          <tr>
            <td width="1227" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" height="17"
valign="top" colspan="4">
            <b>
            <span class="790475816-01112002"><font size="1"
color="#800000">All prices include
            shipping and handling charges.</font></span></b></td>
          </tr>
        </table>
      <table border="1" cellpadding="0" cellspacing="0"
style="border-collapse: collapse; border-width: 0"
bordercolor="#111111" width="547" height="213">
              <tr>
                <td width="240" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
colspan="2" bgcolor="#C8D4B8" height="17">
                <b><font face="Arial" size="3"
color="#800000">Shipping
                Information:</font></b></td>
                <td width="8" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" height="17">
                <p align="center"></td>
                <td width="265" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
colspan="2" bgcolor="#C8D4B8" height="17">
                <b><font size="3" color="#800000">Credit Card
Information:</font></b></td>
              </tr>
              <tr>
                <td width="57" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
bgcolor="#C8D4B8" height="20">
                <b><font face="Arial" size="2"
color="#800000">Name</font></b></td>
                <td width="183" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="20">
                <!--webbot bot="Validation" b-value-required="TRUE"
--><input type="text" name="ShipName" size="25" tabindex="24"
style="font-family: Arial; font-size: 10pt; color: #800000;
font-weight: bold"></td>
                <td width="8" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif"
height="20">&nbsp;</td>
                <td width="103" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
bgcolor="#C8D4B8" height="20">
                <b><font face="Arial" size="2" color="#800000">Name on
Card</font></b></td>
                <td width="196" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="20">
                <!--webbot bot="Validation" S-Display-Name="Name on
Credit Card" B-Value-Required="TRUE" --><input type="text"
name="CCName" size="25" tabindex="33" style="color: #800000;
font-family: Arial; font-size: 10pt; font-weight: bold"></td>
              </tr>
              <tr>
                <td width="57" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
bgcolor="#C8D4B8" height="20">
                <b><font face="Arial" size="2"
color="#800000">Address</font></b></td>
                <td width="183" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="20">
                <!--webbot bot="Validation" b-value-required="TRUE"
--><input type="text" name="ShipAdr1" size="25" tabindex="25"
style="font-family: Arial; font-size: 10pt; color: #800000;
font-weight: bold"></td>
                <td width="8" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif"
height="20">&nbsp;</td>
                <td width="103" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
bgcolor="#C8D4B8" height="20">
                <b><font face="Arial" size="2" color="#800000">Billing
Address</font></b></td>
                <td width="196" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="20">
                <!--webbot bot="Validation" S-Display-Name="Billing
Address" B-Value-Required="TRUE" --><input type="text"
name="CCAddress1" size="25" tabindex="34" style="color: #800000;
font-family: Arial; font-size: 10pt; font-weight: bold"></td>
              </tr>
              <tr>
                <td width="57" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
bgcolor="#C8D4B8" height="20">&nbsp;</td>
                <td width="183" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="20">
                <input type="text" name="ShipAdr2" size="25"
tabindex="26" style="font-family: Arial; font-size: 10pt; color:
#800000; font-weight: bold"></td>
                <td width="8" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif"
height="20">&nbsp;</td>
                <td width="103" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
bgcolor="#C8D4B8" height="20">&nbsp;</td>
                <td width="196" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="20">
                <input type="text" name="CCAddress2" size="25"
tabindex="35" style="color: #800000; font-family: Arial; font-size:
10pt; font-weight: bold"></td>
              </tr>
              <tr>
                <td width="57" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
bgcolor="#C8D4B8" height="20">
                <b><font face="Arial" size="2"
color="#800000">City</font></b></td>
                <td width="183" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="20">
                <!--webbot bot="Validation" b-value-required="TRUE"
--><input type="text" name="ShipCity" size="25" tabindex="27"
style="color: #800000; font-family: Arial; font-size: 10pt;
font-weight: bold"></td>
                <td width="8" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif"
height="20">&nbsp;</td>
                <td width="103" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
bgcolor="#C8D4B8" height="20">
                <b><font face="Arial" size="2"
color="#800000">City</font></b></td>
                <td width="196" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="20">
                <!--webbot bot="Validation" S-Display-Name="Billing
Address City" B-Value-Required="TRUE" --><input type="text"
name="CCCity" size="25" tabindex="36" style="color: #800000;
font-family: Arial; font-size: 10pt; font-weight: bold"></td>
              </tr>
              <tr>
                <td width="57" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
bgcolor="#C8D4B8" height="20">
                <b><font face="Arial" size="2"
color="#800000">State</font></b></td>
                <td width="183" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="20">
                <!--webbot bot="Validation" b-value-required="TRUE"
i-maximum-length="2" --><input type="text" name="ShipState" size="2"
maxlength="2" tabindex="28" style="color: #800000; font-size: 10pt;
font-family: Arial; font-weight: bold"></td>
                <td width="8" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif"
height="20">&nbsp;</td>
                <td width="103" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
bgcolor="#C8D4B8" height="20">
                <b><font face="Arial" size="2"
color="#800000">State</font></b></td>
                <td width="196" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="20">
                <!--webbot bot="Validation" S-Display-Name="Billing
Address State" B-Value-Required="TRUE" --><input type="text"
name="CCState" size="2" tabindex="37" style="color: #800000;
font-size: 10pt; font-family: Arial; font-weight: bold"></td>
              </tr>
              <tr>
                <td width="57" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
bgcolor="#C8D4B8" height="20">
                <b><font face="Arial" size="2" color="#800000">Zip
Code</font></b></td>
                <td width="183" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="20">
                <!--webbot bot="Validation" b-value-required="TRUE"
i-maximum-length="10" --><input type="text" name="ShipZip" size="10"
maxlength="10" tabindex="29" style="color: #800000; font-family:
Arial; font-size: 10pt; font-weight: bold"></td>
                <td width="8" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif"
height="20">&nbsp;</td>
                <td width="103" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
bgcolor="#C8D4B8" height="20">
                <b><font face="Arial" size="2" color="#800000">Zip
Code</font></b></td>
                <td width="196" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="20">
                <!--webbot bot="Validation" S-Display-Name="Billing
Address Zip Code" B-Value-Required="TRUE" --><input type="text"
name="CCZip" size="25" tabindex="38" style="color: #800000;
font-family: Arial; font-size: 10pt; font-weight: bold"></td>
              </tr>
              <tr>
                <td width="57" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
bgcolor="#C8D4B8" height="20">
                <b><font face="Arial" size="2" color="#800000">Day
PH</font></b></td>
                <td width="183" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="20">
                <input type="text" name="DayPhone" size="25"
maxlength="12" tabindex="30" style="color: #800000; font-family:
Arial; font-size: 10pt; font-weight: bold"></td>
                <td width="8" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif"
height="20">&nbsp;</td>
                <td width="103" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
bgcolor="#C8D4B8" height="20">
                <b><font face="Arial" size="2" color="#800000">Card
Type</font></b></td>
                <td width="196" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="20">
                <!--webbot bot="Validation" S-Display-Name="Credit
Card Type" B-Value-Required="TRUE" --><select size="1" name="CCType"
style="font-family: Arial; font-size: 8pt; color:#800000;
font-weight:bold" tabindex="39">
                <option>Choose Card Type</option>
                <option>American Express</option>
                <option>Discover</option>
                <option>Master Card</option>
                <option>Visa</option>
                </select></td>
              </tr>
              <tr>
                <td width="57" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
bgcolor="#C8D4B8" height="20">
                <b><font face="Arial" size="2" color="#800000">Eve
PH</font></b></td>
                <td width="183" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="20">
                <input type="text" name="EvePhone" size="25"
maxlength="12" tabindex="31" style="color: #800000; font-family:
Arial; font-size: 10pt; font-weight: bold"></td>
                <td width="8" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif"
height="20">&nbsp;</td>
                <td width="103" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
bgcolor="#C8D4B8" height="20">
                <b><font face="Arial" size="2" color="#800000">Card
Number</font></b></td>
                <td width="196" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="20">
                <!--webbot bot="Validation" S-Display-Name="Credit
Card Number" B-Value-Required="TRUE" --><input type="text"
name="CCNumber" size="25" tabindex="40" style="color: #800000;
font-family: Arial; font-size: 10pt; font-weight: bold"></td>
              </tr>
              <tr>
                <td width="57" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
bgcolor="#C8D4B8" height="16">
                <b><font face="Arial" size="2"
color="#800000">Email</font></b></td>
                <td width="183" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="16">
                <input type="text" name="Email" size="25"
tabindex="32" style="color: #800000; font-family: Arial; font-size:
10pt; font-weight: bold"></td>
                <td width="8" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" height="16">
                </td>
                <td width="103" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
bgcolor="#C8D4B8" height="16">
                <b><font face="Arial" size="2"
color="#800000">Expiration Date</font></b></td>
                <td width="196" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="16">
                <!--webbot bot="Validation" S-Display-Name="Credit
Card Expiration Month" B-Value-Required="TRUE" --><select size="1"
name="CCExpMo" style="color: #800000; font-family: Arial; font-size:
8pt; font-weight: bold" tabindex="41">
                <option>Month</option>
                <option>January</option>
                <option>February</option>
                <option>March</option>
                <option>April</option>
                <option>May</option>
                <option>June</option>
                <option>July</option>
                <option>August</option>
                <option>September</option>
                <option>October</option>
                <option>November</option>
                <option>December</option>
                </select><font face="Arial Black"><b>&nbsp;
</b></font>
                <!--webbot bot="Validation" S-Display-Name="Credit
Card Expiration Year" B-Value-Required="TRUE" --><input type="text"
name="CCExpYr" size="4" style="color: #800000; font-family: Arial;
font-size: 10pt; font-weight: bold" tabindex="42"></td>
              </tr>
              <tr>
                <td width="57" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="16">
                </td>
                <td width="183" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="16">
                </td>
                <td width="8" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" height="16">
                </td>
                <td width="103" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="16">
                </td>
                <td width="196" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="16">
                </td>
              </tr>
              <tr>
                <td width="547" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="16" colspan="5">
                <table border="1" cellpadding="0" cellspacing="0"
style="border-collapse: collapse; border-width: 0"
bordercolor="#111111" width="97%">
                  <tr>
                    <td width="79" style="border-style: none;
border-width: medium" valign="top" bgcolor="#C8D4B8">
                    <font size="2"
color="#800000"><b>Comments:</b></font></td>
                    <td width="85%" style="border-style: none;
border-width: medium" bgcolor="#C8D4B8">
                    <textarea rows="6" name="Comments" cols="52"
tabindex="43" style="color: #800000; font-family: Arial; font-size:
10pt; font-weight: bold"></textarea></td>
                  </tr>
                </table>
                </td>
              </tr>
            </table>
            <p class="normtext" align="center">
            <input type="submit" value="Click to Purchase"
name="Submit" style="color: #800000; font-family: Arial; font-size:
10pt; font-weight: bold; background-color: #C8D4B8" tabindex="43"></p>
      <p class="normtext" align="center">
      <b>
      <font face="Arial" size="2" color="#800000"><i>Or you may print
this form and mail it to:<br>
      </i>Mario Molina<br>
      Amigos de las Américas<br>
      5618 Star Lane<br>
      Houston, TX&nbsp; 
      77057</font></b></p>
    </form>
      <p class="normtext" align="justify">
	
	<p class="normtext" align="justify">
	
	
	
	<p class="normtext">
    <table cellpadding="0" cellspacing="0" border="0" width="547">
	<tr><td align="right" width="547"><a href="#top"
style="text-decoration:none" class="smalltext">back to top
</a></td></tr>
	</table>


	<!-- end content -->
	<img src="images/spacer.gif" width="1" height="15" alt="" border="0">
	</td>
	<td width="59">&nbsp;</td>
	</tr>
	</table>	
	<!-- end content area -->
</td>
</tr>

<tr>
<td valign="bottom" background="images/navback.gif">&nbsp;</td>
</tr>

</table>
<!-- end body table -->
</body>
</html>
Answer  
Subject: Re: FrontPage2002 math functions
Answered By: secret901-ga on 20 Apr 2003 14:07 PDT
Rated:5 out of 5 stars
 
Hi yelladog,
I have made the changes to your page to enable the dynamic update of
the fields.  Some field names were changed to make the script more
effective.  I hope that you don't mind.  The "secure and nonsecure
item" message is caused because part of your page is in a secure
server while part of it is on a nonsecure server.  I have fixed that
by referring to pictures using local names instead of its full URL.  I
will post the full HTML of this page below, and you can view it at
http://www.ics.uci.edu/~dhnguyen/mdse.html .  To download the file,
download the zip file here: http://www.ics.uci.edu/~dhnguyen/mdse.zip.

I hope this answered your question, if something doesn't seem to be
working, please use the request for clarification feature to notify me
before rating this answer.
Good luck,
secret901-ga


--------------------SOURCE CODE------------------------

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
	<title>Amigos de las Américas - Make a Donation</title>

	<meta name="description" content="Amigos de las Américas (AMIGOS)
excels in creating opportunities for young people to volunteer and
take leadership roles in public health, education and community
development programs.  High school/ college students live with a host
family and work alongside community members in Latin America, while
learning a new language and culture.">
	<meta name="keywords" content="Amigos de las Americas intercultural
international Latin America community service health home improvement
projects intensive summer programs teenagers high school college
students service learning leaders youth education volunteers volunteer
opportunities overseas work work abroad non-profit NGO cross-cultural
Bolivia Brazil Costa Rica Dominican Republic Honduras Mexico Nicaragua
Paraguay Spanish Portuguese grassroots environments homestay
sustainable development short-term programs exchange CSIET
International Volunteer Programs Association IVPA National Association
of International Educators NAFSA">
	
	<script language="JavaScript" type="text/javascript">
	<!--
	function MM_preloadImages() { //v3.0
	  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
	    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0;
i<a.length; i++)
	    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image;
d.MM_p[j++].src=a[i];}}
	}

	function MM_swapImgRestore() { //v3.0
	  var i,x,a=document.MM_sr;
for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
	}

	function MM_findObj(n, d) { //v4.0
	  var p,i,x;  if(!d) d=document;
if((p=n.indexOf("?"))>0&&parent.frames.length) {
	    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
	  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++)
x=d.forms[i][n];
	  for(i=0;!x&&d.layers&&i<d.layers.length;i++)
x=MM_findObj(n,d.layers[i].document);
	  if(!x && document.getElementById) x=document.getElementById(n);
return x;
	}

	function MM_swapImage() { //v3.0
	  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array;
for(i=0;i<(a.length-2);i+=3)
	   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc)
x.oSrc=x.src; x.src=a[i+2];}
	}
	
	var timeDelay = 4; // change delay time in seconds
	var Pix = new Array
	("images/sitetopleft1.jpg" 
	,"images/sitetopleft2.jpg" 
	,"images/sitetopleft3.jpg" 
	,"images/sitetopleft4.jpg"
	,"images/sitetopleft5.jpg"
	,"images/sitetopleft6.jpg"
	);
	var howMany = Pix.length;
	timeDelay *= 1000;
	var PicCurrentNum = 0;
    if (document.images) {
	  var PicCurrent = new Image();
	  PicCurrent.src = Pix[PicCurrentNum];
	}

	function startPix() {
	 if (document.images) {
	  setInterval("slideshow()", timeDelay);
	 }
	}
	function slideshow() {
	  PicCurrentNum++;
	  if (PicCurrentNum == howMany) {
	    PicCurrentNum = 0;
	  }
	  PicCurrent.src = Pix[PicCurrentNum];
	  document["sitetopleft"].src = PicCurrent.src;
	}
	//from JavascriptSource
	function formatCurrency(number) {
		number = number.toString().replace(/\$|\,/g,'');
		number = Math.floor(number*100+0.50000000001);
		cents = number%100;
		number = Math.floor(number/100).toString();
		if(cents<10) 
			cents ="0" + cents;
		for (var i =0; i < Math.floor((number.length-(1+i))/3); i++)
			number = number.substring(0,number.length-(4*i+3))+','+
number.substring(number.length-(4*i+3));
		return (number + '.' + cents);
	}
	function update(box, factor) {
		var arrayOfBoxes = [box.form.AmtBumperSticker,
box.form.AmtCalculator, box.form.AmtBottle, box.form.AmtTshirtFlags,
box.form.AmtTshirtLogo, box.form.AmtPolo, box.form.AmtSweatshirtFlags,
box.form.AmtSweatshirtLogo, box.form.Donation];
		var theName = box.name.substr(3);
		if(box.value == '' || isNaN(box.value)) {
			alert("Please enter a number");
			box.focus();
		}
		else {
			if(box.name != "Donation") {
				var amtBox = eval("box.form.Amt" + theName);
				amtBox.value = formatCurrency(box.value * factor);
			}
			if(box.name == "Donation")
				box.value = formatCurrency(box.value);
			var sum = 0;
			for (var i = 0; i < arrayOfBoxes.length; i++)
			{
				sum += arrayOfBoxes[i].value * 1;
			}
			box.form.Total.value = formatCurrency(sum);
			
		}
	}
	function unEdit(aBox) {
		alert("Please don't edit this field.");
		aBox.blur();
	}
	//-->
	</script>
	
	<style type="text/css">
	<!--
	body {
		font-size: 15px;
		font-family: arial, sans-serif;
	}
	td {
		font-size: 15px;
		font-family: arial, sans-serif;
	}
	.smalltext {
		font-size: 12px;
		font-family: arial, sans-serif;
	}
	.normtext {
		font-size: 15px;
		font-family: arial, sans-serif;
	}
	.bigtext {
		font-size: 18px;
		font-family: arial, sans-serif;
	}
	a:hover {
		color: #4c7511;
	}
	-->
	</style>
</head>

<body bgcolor="#ffffff" text="#000000" link="#2f007c" vlink="#2f007c"
alink="#2f007c" leftmargin="0" topmargin="0" marginwidth="0"
marginheight="0" onLoad="MM_preloadImages('images/navabout2.gif','images/navinvolve2.gif','images/navprograms2.gif','images/navalumni2.gif','images/navcontact2.gif','images/navhome2.gif');
startPix();">

<map name="langtoggle">
<area shape="rect" coords="479,175,570,199" href="espanol/donate.html"
alt="Español" title="Español">
<area shape="default" nohref>
</map>

<!-- begin header table -->
<table cellpadding="0" cellspacing="0" border="0" width="780">
<tr>
<td valign="top">
	<table cellpadding="0" cellspacing="0" border="0" width="158">
	<tr>
	<td><img src="images/sitetopleft1.jpg" alt="" border="0"
name="sitetopleft" width="158" height="166"></td>
	</tr>
	<tr>
	<td><img src="images/sitearctip.jpg" alt="" border="0" width="158"
height="66"></td>
	</tr>
	</table>
</td>
<td valign="top">
	<table cellpadding="0" cellspacing="0" border="0" width="622">
	<tr>
	<td colspan="2" width="622"><a name="top">
    <img src="images/sitehead.jpg" border=0 alt="Amigos de las
Américas" usemap="#langtoggle" width="622" height="207"></a></td>
	</tr>
	<tr>
	<td width="48"><img src="images/spacer.gif" width="48" height="1"
alt="" border="0"></td>
	<td width="574">
    <img src="/images/headdonate.gif" value ="0.00" alt="Make a
Donation" border="0" width="170" height="25"></td>
	</tr>
	</table>
</td>
</tr>
<tr>
<td colspan="2">
<p align="center">
	<map name="FPMap0">
    <area href="http://www.amigoslink.org/downloads/downloads.html"
shape="rect" coords="5, 0, 70, 15">
    <area href="brushdance.html" shape="rect" coords="77, 2, 165, 15">
    <area href="http://www.amigoslink.org/about/history.html"
shape="rect" coords="170, 0, 215, 14">
    <area href="http://www.amigoslink.org/jobs/jobs.html" shape="rect"
coords="219, 0, 248, 15">
    <area href="http://www.amigoslink.org/about/affiliate.html"
shape="rect" coords="254, 0, 293, 15">
    <area href="http://www.amigoslink.org/about/mission.html"
shape="rect" coords="297, 1, 342, 15">
    <area coords="348, 0, 384, 15" shape="rect"
href="http://www.amigoslink.org/news/news.html">
    <area href="http://www.amigoslink.org/publications/publications.html"
shape="rect" coords="387, 0, 459, 15">
    <area href="http://www.amigoslink.org/photogallery/photo-album-index.html"
shape="rect" coords="465, 1, 506, 15">
    <area href="mdse.html" shape="rect" coords="512, 0, 568, 15">
    <area href="http://www.amigoslink.org/involve/volunteer.html"
shape="rect" coords="575, 0, 632, 15">
    </map>
	<img border="0" src="images/hdlinks1.gif" usemap="#FPMap0"
width="637" height="16"></td>
</tr>
<tr>
<td colspan="2"><img src="images/siteheadrule.gif" alt="" border="0"
width="780" height="7"></td>
</tr>
</table>
<!-- end header table -->
<!-- begin body table -->
<table cellpadding="0" cellspacing="0" border="0" width="780">
<tr>
<td valign="top" background="images/navback.gif">
	<!-- begin nav bar -->
	<table cellpadding="0" cellspacing="0" border="0" width="139"
background="none">
	<tr><td><img src="images/navshimtop.gif" alt="" border="0" width="17"
height="33"></td></tr>
	<tr><td>
      <a onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage('navabout','','images/navabout2.gif',1)"
href="http://www.amigoslink.org/about/about.html">
      <img src="images/navabout1.gif" alt="About Amigos" border="0"
name="navabout" width="139" height="18"></a></td></tr>
	<tr><td><img src="images/navshimmid.gif" alt="" border="0"
width="139" height="12"></td></tr>
	<tr><td>
      <a onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage('navinvolve','','images/navinvolve2.gif',1)"
href="http://www.amigoslink.org/involve/involve.html">
      <img src="images/navinvolve1.gif" alt="Get Involved" border="0"
name="navinvolve" width="139" height="18"></a></td></tr>
	<tr><td><img src="images/navshimmid.gif" alt="" border="0"
width="139" height="12"></td></tr>
	<tr><td><a href="http://www.amigoslink.org/donate/donate.html">
      <img border="0" src="images/navdonate1.gif" width="139"
height="18"></a></td></tr>
	<tr><td><img src="images/navshimmid.gif" alt="" border="0"
width="139" height="12"></td></tr>
	<tr><td>
      <a onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage('navprograms','','images/navprograms2.gif',1)"
href="http://www.amigoslink.org/programs/programs.htm">
      <img src="images/navprograms1.gif" alt="Our Programs" border="0"
name="navprograms" width="139" height="18"></a></td></tr>
	<tr><td><img src="images/navshimmid.gif" alt="" border="0"
width="139" height="12"></td></tr>
	<tr><td>
      <a onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage('navalumni','','images/navalumni2.gif',1)"
href="http://www.amigoslink.org/alumni/alumni.html">
      <img src="images/navalumni1.gif" alt="For our Alumni" border="0"
name="navalumni" width="139" height="18"></a></td></tr>
	<tr><td><img src="images/navshimmid.gif" alt="" border="0"
width="139" height="12"></td></tr>
	<tr><td>
      <a onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage('navcontact','','images/navcontact2.gif',1)"
href="http://www.amigoslink.org/contacts/contact.html">
      <img src="images/navcontact1.gif" alt="Contact Us" border="0"
name="navcontact" width="139" height="18"></a></td></tr>
	<tr><td><img src="images/navshimmid.gif" alt="" border="0"
width="139" height="12"></td></tr>
	<tr><td>
      <a onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage('navhome','','images/navhome2.gif',1)"
href="http://www.amigoslink.org/default.htm">
      <img src="images/navhome1.gif" alt="Home" border="0"
name="navhome" width="139" height="18"></a></td></tr>
	<tr><td><img src="images/navshimbottom.gif" alt="" border="0"
width="17" height="21"></td></tr>
	</table>
	<!-- end nav bar -->
</td>
<td rowspan="2" valign="top">
	<!-- begin content area -->
	<table cellpadding="0" cellspacing="0" border="0" width="619">
	<tr>
	<td width="68"><img src="images/spacer.gif" width="68" height="14"
alt="" border="0"></td>
	<td width="547"><img src="images/spacer.gif" width="435" height="1"
alt="" border="0"></td>
	<td width="59">&nbsp;</td>
	</tr>
	<tr>
	<td width="68">&nbsp;</td>
	<td width="547">
	<!-- begin content -->
	
	<p class="normtext">
	
	<!-- begin bulleted list -->
	<!-- end bulleted list -->
	
	<p class="normtext" align="justify">
	<font size="5" face="Arial" color="#2F007C"><b>AMIGOS
Mercado</b></font><!--webbot BOT="GeneratedScript" PREVIEW=" "
startspan --><script Language="JavaScript" Type="text/javascript"><!--
function FrontPage_Form1_Validator(theForm)
{

  if (theForm.Total.value == "")
  {
    alert("Please enter a value for the \"Total\" field.");
    theForm.Total.focus();
    return (false);
  }

  if (theForm.ShipName.value == "")
  {
    alert("Please enter a value for the \"ShipName\" field.");
    theForm.ShipName.focus();
    return (false);
  }

  if (theForm.CCName.value == "")
  {
    alert("Please enter a value for the \"Name on Credit Card\"
field.");
    theForm.CCName.focus();
    return (false);
  }

  if (theForm.ShipAdr1.value == "")
  {
    alert("Please enter a value for the \"ShipAdr1\" field.");
    theForm.ShipAdr1.focus();
    return (false);
  }

  if (theForm.CCAddress1.value == "")
  {
    alert("Please enter a value for the \"Billing Address\" field.");
    theForm.CCAddress1.focus();
    return (false);
  }

  if (theForm.ShipCity.value == "")
  {
    alert("Please enter a value for the \"ShipCity\" field.");
    theForm.ShipCity.focus();
    return (false);
  }

  if (theForm.CCCity.value == "")
  {
    alert("Please enter a value for the \"Billing Address City\"
field.");
    theForm.CCCity.focus();
    return (false);
  }

  if (theForm.ShipState.value == "")
  {
    alert("Please enter a value for the \"ShipState\" field.");
    theForm.ShipState.focus();
    return (false);
  }

  if (theForm.ShipState.value.length > 2)
  {
    alert("Please enter at most 2 characters in the \"ShipState\"
field.");
    theForm.ShipState.focus();
    return (false);
  }

  if (theForm.CCState.value == "")
  {
    alert("Please enter a value for the \"Billing Address State\"
field.");
    theForm.CCState.focus();
    return (false);
  }

  if (theForm.ShipZip.value == "")
  {
    alert("Please enter a value for the \"ShipZip\" field.");
    theForm.ShipZip.focus();
    return (false);
  }

  if (theForm.ShipZip.value.length > 10)
  {
    alert("Please enter at most 10 characters in the \"ShipZip\"
field.");
    theForm.ShipZip.focus();
    return (false);
  }

  if (theForm.CCZip.value == "")
  {
    alert("Please enter a value for the \"Billing Address Zip Code\"
field.");
    theForm.CCZip.focus();
    return (false);
  }

  if (theForm.CCType.selectedIndex < 0)
  {
    alert("Please select one of the \"Credit Card Type\" options.");
    theForm.CCType.focus();
    return (false);
  }

  if (theForm.CCNumber.value == "")
  {
    alert("Please enter a value for the \"Credit Card Number\"
field.");
    theForm.CCNumber.focus();
    return (false);
  }

  if (theForm.CCExpMo.selectedIndex < 0)
  {
    alert("Please select one of the \"Credit Card Expiration Month\"
options.");
    theForm.CCExpMo.focus();
    return (false);
  }

  if (theForm.CCExpYr.value == "")
  {
    alert("Please enter a value for the \"Credit Card Expiration
Year\" field.");
    theForm.CCExpYr.focus();
    return (false);
  }
  return (true);
}
//--></script><!--webbot BOT="GeneratedScript" endspan --><form
method="POST" name="FrontPage_Form1"
action="_vti_bin/shtml.dll/mdse.html" onsubmit="return
FrontPage_Form1_Validator(this)" language="JavaScript"
webbot-action="--WEBBOT-SELF--">
      <!--webbot bot="SaveResults" u-file="_private/form_results.txt"
s-format="TEXT/PRE" s-label-fields="TRUE" b-reverse-chronology="FALSE"
s-email-format="TEXT/PRE" s-email-address="jfuller@amigoslink.org"
b-email-label-fields="TRUE" b-email-replyto-from-field="TRUE"
s-email-replyto="Email" b-email-subject-from-field="FALSE"
s-email-subject="AMIGOS Mercado Order" s-date-format="%m/%d/%y"
s-time-format="%I:%M %p" s-builtin-fields="REMOTE_NAME REMOTE_USER
HTTP_USER_AGENT Date Time" s-form-fields="QtyBumperSticker
AmtBumperSticker QtyCalculator AmtCalculator QtyBottle AmtBottle
AmtTshirtFlags QtyTshirtFlags SizeTshirtFlags AmtTshirtLogo
QtyTshirtLogo SizeTshirtLogo AmtPolo QtyPolo SizePolo
AmtSweatshirtFlags QtySweatshirtFlags SizeSweatShirtFlags
AmtSweatshirtLogo QtySweatshirtLogo SizeSweatShirtLogo Total ShipName
CCName ShipAdr1 CCAddress1 ShipAdr2 CCAddress2 ShipCity CCCity
ShipState CCState ShipZip CCZip DayPhone CCType EvePhone CCNumber
Email CCExpMo CCExpYr " startspan --><input TYPE="hidden"
NAME="VTI-GROUP" VALUE="0"><!--webbot bot="SaveResults" endspan
i-checksum="43374" --><table border="1" cellpadding="5"
cellspacing="0" style="border-collapse: collapse; border-width: 0"
bordercolor="#111111" width="498" height="339">
          <tr>
            <td width="1254" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" height="56"
valign="middle" colspan="4">
            <b><font size="2" color="#800000">Please complete
quantity, size,
            amount for each item, total amount, shipping and billing
information in the form
            below.</font></b></td>
          </tr>
          <tr>
            <td width="938" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" height="56"
bgcolor="#C8D4B8" valign="middle">
            <p align="left">
            <b><font face="Arial" size="3" color="#800000">
            AMIGOS Bumper Sticker</font></b><font
color="#800000"><b><br>
            <font size="3">$1.50</font> <font
size="2">each</font></b></font><br>
            <a href="images/BumperSticker.gif">
            <img border="0" src="/images/BumperSticker-small.jpg"
align="right" width="125" height="31"></a></td>
            <td width="104" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="right"
valign="middle" height="34" bgcolor="#C8D4B8">
            <font face="Arial" size="2" color="#800000"><b>Quantity:
</b></font></td>
            <td width="41" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="middle" height="34" bgcolor="#C8D4B8">
            <p align="center"><font face="Arial" size="2">
            <input type="text" name="QtyBumperSticker" value="0"
onBlur = 'update(this,1.50);' size="4" style="font-family: Arial;
font-size: 10pt; color:#800000; font-weight:bold" class="smalltext"
tabindex="1"></font></td>
            <td width="171" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="middle" height="34" bgcolor="#C8D4B8">
            <b>
            <font size="2" face="Arial"
color="#800000">$</font></b><font face="Arial"><input type="text"
name="AmtBumperSticker" size="6" value="0.00" onFocus =
'unEdit(this);' tabindex="2" style="color: #800000; font-family:
Arial; font-size: 10pt; font-weight: bold"></font></td>
          </tr>
          <tr>
            <td width="938" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" height="62"
valign="top">
            <b><font face="Arial" size="3" color="#800000">AMIGOS Desk
            Calculator</font></b><a href="images/calculator.jpg"><img
src="/images/calculator_small.jpg" align="right" border="0" width="58"
height="69"></a><b><font face="Arial" size="3" color="#800000"><br>
            </font>
            <font color="#800000"><font size="3">$14.00</font> </font>
            <font color="#800000" size="2">each&nbsp;&nbsp; </font>
            </b>
            &nbsp;&nbsp;&nbsp;
            <b>
            <font color="#2F007C" size="2"><br>
            </font>
            </b>
            <font size="2" face="Arial">Compact, lightweight 
        calculator with <b><font color="#800000">AMIGOS
logo</font><font color="#2F007C">.</font></b> Opens and props up at
the touch of a
        button.</font><img src="/images/calculator-side02.jpg"
align="right" width="74" height="36"><font size="2" face="Arial"><br>
            &nbsp;</font></td>
            <td width="104" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="right"
valign="middle" height="40">
            <font face="Arial" size="2" color="#800000"><b>Quantity:
</b></font>
            </td>
            <td width="41" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="middle" height="40">
            <p align="center"><font face="Arial" size="2">
            <input type="text" name="QtyCalculator" value="0" onBlur =
'update(this,14);' size="4" style="font-family: Arial; font-size:
10pt; color:#800000; font-weight:bold" class="smalltext"
tabindex="3"></font></td>
            <td width="171" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="middle" height="40">
            <b>
            <font size="2" face="Arial"
color="#800000">$</font></b><font face="Arial"><input type="text"
name="AmtCalculator" size="6" value="0.00" onFocus = 'unEdit(this);'
tabindex="4" style="color: #800000; font-family: Arial; font-size:
10pt; font-weight: bold"></font></td>
          </tr>
          <tr>
            <td width="938" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" height="131"
bgcolor="#C8D4B8">
            <p align="left"><b>
        <font color="#800000" size="3" face="Arial">AMIGOS Water
Bottle</font></b><font SIZE="1"><a href="images/Bottle01.gif"><img
border="0" src="images/Bottle01_small.gif" align="right" vspace="3"
width="50" height="111"></a></font><font color="#800000"><b><br>
            </b>
            </font>
            <font color="#800000" face="Arial"
size="3"><b>$14.00</b></font><font color="#800000"><b>
            <font size="2">each</font></b></font><b><font face="Arial"
SIZE="2" color="#800000">&nbsp;</font><font face="Arial" SIZE="2"
color="#2F007C"><br>
            </font></b><font face="Arial" SIZE="2"><span
style="font-family: Arial; color: black">32 oz.
            </span>
            <span style="font-family: Arial; "> 
            <b><i><font color="#800000">Nalgene </font> </i></b> 
            </span>
            </font><b><i><font size="2" color="#800000">Loop-Top Poly
Bottle</font></i></b><font face="Arial" SIZE="2"><span
style="font-family: Arial; color: black"> with </span>
            <font color="#800000"><span style="font-family: Arial;
"><b>AMIGOS logo</b></span></font><span style="font-family: Arial;
color: black">
            on front and measurement graduations on back.&nbsp; Made
of
            super-tough Lexan, with an attached loop-top cap that
won't come
            loose. Dishwasher safe (top rack). Withstands temperatures
from -</span></font><span style="font-family: Arial; color:
black"><font face="Arial" SIZE="1">135ºC
            (-211ºF) to135ºC (275ºF).</font></span></td>
            <td width="104" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="right"
valign="middle" height="65" bgcolor="#C8D4B8">
            <font face="Arial" size="2" color="#800000"><b>Quantity:
</b></font></td>
            <td width="41" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="middle" height="65" bgcolor="#C8D4B8">
            <font face="Arial" size="2">
            <input type="text" name="QtyBottle" size="3" value="0"
onBlur = 'update(this,14);' style="font-family: Arial; font-size:
10pt; color:#800000; font-weight:bold" class="smalltext"
tabindex="5"></font></td>
            <td width="171" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="middle" height="65" bgcolor="#C8D4B8">
            <font face="Arial"><b><font size="2"
color="#800000">$</font></b><input type="text" name="AmtBottle"
size="6" value="0.00" onFocus = 'unEdit(this);' tabindex="6"
style="color: #800000; font-size: 10pt; font-family: Arial;
font-weight: bold"></font></td>
          </tr>
          <tr>
            <td width="938" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" height="46"
rowspan="3" valign="top">
        <font color="#800000" size="3" face="Arial"><b>
            AMIGOS T-shirt - Flags</b></font><a
href="images/tshirt-flags.jpg"><img
src="/images/tshirt-flags_small.jpg" align="right" width="100"
height="86"></a><font color="#800000" size="3" face="Arial"><b><br>
        $14.00
            </b></font>
        <b><font size="2">
        <font color="#800000">each</font><font color="#2F007C"><br>
        </font>
        </font></b>
        <font color="#2F007C" size="3" face="Arial"><b>
            <br>
            </b></font>
        <font size="2" face="Arial">White
        <span style="font-family: Arial">short-sleeved t-shirt
</span>with flags
            of partnering countries<br>
        <span style="font-family: Arial"><font
color="#800000"><b>Sizes:</b> </font> </span></font><font
size="2"><span class="790475816-01112002">S&nbsp;
        M&nbsp; L&nbsp; XL&nbsp; XXL<br>
&nbsp;</span></font></td>
            <td width="104" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="right"
valign="top" height="17">
            </td>
            <td width="41" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="top" height="17">
            </td>
            <td width="171" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="middle" height="38" rowspan="3">
            <font face="Arial"><b><font size="2"
color="#800000">$</font></b><input type="text" name="AmtTshirtFlags"
size="6" value="0.00" onFocus = 'unEdit(this);' tabindex="9"
style="color: #800000; font-family: Arial; font-size: 10pt;
font-weight: bold"></font></td>
          </tr>
          <tr>
            <td width="104" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="right"
valign="top" height="20">
            <font face="Arial" size="2" color="#800000"><b>Quantity:
</b></font></td>
            <td width="41" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="top" height="20">
            <font face="Arial" size="2">
            <input type="text" name="QtyTshirtFlags" size="3"
value="0" onBlur = 'update(this,14);' style="font-family: Arial;
font-size: 10pt; color:#800000; font-weight:bold"
tabindex="7"></font></td>
          </tr>
          <tr>
            <td width="104" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="right"
valign="top" height="1">
            <b><font face="Arial" size="2"
color="#800000">Size:</font></b></td>
            <td width="41" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="top" height="1">
            <font face="Arial" size="2">
            <input type="text" name="SizeTshirtFlags" size="3"
style="font-family: Arial; font-size: 10pt; color:#800000;
font-weight:bold" tabindex="8"></font></td>
          </tr>
          <tr>
            <td width="938" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" height="101"
valign="middle" rowspan="3" bgcolor="#C8D4B8"><b>
        <font color="#800000" face="Arial">
        <font SIZE="3">
            AMIGOS</font><font SIZE="2">
        </font>
            </font></b><font face="Arial" color="#800000" size="3"><b>
            T-shirt</b></font><font color="#800000">&nbsp; </font> 
            <font color="#800000" SIZE="3"><b>- 
            Logo</b></font><a href="images/tshirt-logo.jpg"><img
src="/images/tshirt-logo_small.jpg" align="right" width="100"
height="80"></a><font color="#800000"><br>
            </font>
            <b><font color="#800000" face="Arial" size="3">$14.00
</font><font size="2">
            <font color="#800000">each</font><font
color="#2F007C"><br>
            </font>
            </font></b><font face="Arial"><font SIZE="3"><span
style="font-family: Arial"><br>
        </span>
        </font>
        <font SIZE="2">
        <span style="font-family: Arial">White short-sleeved t-shirt
with <b>
            <font color="#800000">AMIGOS</font><font color="#2F007C">
            </font>
            <font color="#800000">logo</font><font
color="#2F007C"><br>
            </font></b></span></font></font>
        <font SIZE="2" face="Arial">
        <span style="font-family: Arial"><font
color="#800000"><b>Sizes:</b> </font> </span></font><font
size="2"><span class="790475816-01112002">S&nbsp;
        M&nbsp; L&nbsp; XL&nbsp; XXL</span></font><b><font
color="#2F007C" face="Arial" size="3"><br>
            &nbsp;</font></b></td>
            <td width="104" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="right"
valign="top" height="17" bgcolor="#C8D4B8">
            &nbsp;</td>
            <td width="41" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="top" height="17" bgcolor="#C8D4B8">&nbsp;</td>
            <td width="171" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="middle" height="57" bgcolor="#C8D4B8" rowspan="3">
            <font face="Arial"><b><font size="2"
color="#800000">$</font></b><input type="text" name="AmtTshirtLogo"
size="6" value="0.00" onFocus = 'unEdit(this);' tabindex="12"
style="color: #800000; font-family: Arial; font-size: 10pt;
font-weight: bold"></font></td>
          </tr>
          <tr>
            <td width="104" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="right"
valign="top" height="20" bgcolor="#C8D4B8">
            <font face="Arial" size="2" color="#800000"><b>Quantity:
</b></font></td>
            <td width="41" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="top" height="20" bgcolor="#C8D4B8">
            <font face="Arial" size="2">
            <input type="text" name="QtyTshirtLogo" size="3" value="0"
onBlur = 'update(this,14);' style="font-family: Arial; font-size:
10pt; color:#800000; font-weight:bold" tabindex="10"></font></td>
          </tr>
          <tr>
            <td width="104" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="right"
valign="top" height="20" bgcolor="#C8D4B8">
            <b><font face="Arial" size="2"
color="#800000">Size:</font></b></td>
            <td width="41" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="top" height="20" bgcolor="#C8D4B8">
            <font face="Arial" size="2">
            <input type="text" name="SizeTshirtLogo" size="3"
style="font-family: Arial; font-size: 10pt; color:#800000;
font-weight:bold" tabindex="11"></font></td>
          </tr>
          <tr>
            <td width="938" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" height="3"
valign="middle" rowspan="3">
        <font face="Arial"><b>
        <font SIZE="3" color="#800000">
            AMIGOS Volunteer Polo Shirt<a href="images/polo.jpg"><img
border="0" src="/images/polo_small.jpg" align="right" width="94"
height="91"></a><br>
        </font></b>
            </font>
            <b><font color="#800000" face="Arial" size="3">$17.00
</font></b>
        <font color="#800000"><b><font size="2">each<br>
        </font></b></font>
        <font color="#2F007C" face="Arial"><font SIZE="3"><br>
        </font>
        <font SIZE="2">
            Blue short-sleeved polo with
            </font>
        <font color="#800000" face="Arial"> <b>AMIGOS logo</b></font>
in white<br>
        </font>
        <font SIZE="2" face="Arial">
        <span style="font-family: Arial"><font
color="#800000"><b>Sizes:</b> </font> </span></font><font
size="2"><span class="790475816-01112002">S&nbsp;
        M&nbsp; L&nbsp; XL&nbsp; XXL<br>
        &nbsp;</span></font></td>
            <td width="104" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="right"
valign="top" height="10">
            </td>
            <td width="41" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="top" height="10">
            </td>
            <td width="171" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="middle" height="30" rowspan="3">
            <font face="Arial"><b><font size="2"
color="#800000">$</font></b><input type="text" name="AmtPolo" size="6"
value="0.00" onFocus = 'unEdit(this);' tabindex="15"
style="font-family: Arial; font-size: 10pt; color: #800000;
font-weight: bold"></font></td>
          </tr>
          <tr>
            <td width="104" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="right"
valign="top" height="10">
            <font face="Arial" size="2"
color="#800000"><b>Quantity:</b></font></td>
            <td width="41" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="top" height="10">
            <font face="Arial" size="2">
            <input type="text" name="QtyPolo" size="3" value="0"
onBlur = 'update(this,17);' style="font-family: Arial; font-size:
10pt; color:#800000; font-weight:bold" tabindex="13"></font></td>
          </tr>
          <tr>
            <td width="104" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="right"
valign="top" height="10">
            <b><font face="Arial" size="2"
color="#800000">Size:</font></b></td>
            <td width="41" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="top" height="10">
            <font face="Arial" size="2">
            <input type="text" name="SizePolo" size="3"
style="font-family: Arial; font-size: 10pt; color:#800000;
font-weight:bold" tabindex="14"></font></td>
          </tr>
          <tr>
            <td width="938" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" height="1"
rowspan="3" valign="middle" bgcolor="#C8D4B8">
        <font face="Arial" color="#800000" size="3"><b>
        AMIGOS Sweatshirt</b></font><font SIZE="2" color="#800000">
-</font><b><font color="#800000" size="3">Flags</font></b><a
href="images/sweatshirt-flags.jpg"><img
src="/images/sweatshirt-flags_small.jpg" align="right" width="100"
height="93"></a><b><font color="#800000" size="3"><br>
            </font><font color="#800000" face="Arial" size="3">
            $23.00 </font><font size="2"><font
color="#800000">each</font><font color="#2F007C"><br>
        </font>
        </font>
            </b><font color="#2F007C" size="3"><b><br>
            </b></font><font size="2">White long-sleeved sweatshirt
with </font>
        <font size="2" face="Arial">flags of partnering
countries</font><b><font color="#2F007C" size="3"><br>
            </font></b>
        <font SIZE="2" face="Arial">
        <span style="font-family: Arial"><font
color="#800000"><b>Sizes:</b></font> </span></font><font
size="2"><span class="790475816-01112002">S&nbsp;
        M&nbsp; L&nbsp; XL&nbsp; XXL<br>
        &nbsp;</span></font></td>
            <td width="104" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="right"
valign="top" height="10" bgcolor="#C8D4B8">
            &nbsp;</td>
            <td width="41" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="top" height="10" bgcolor="#C8D4B8">&nbsp;</td>
            <td width="171" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="middle" height="12" bgcolor="#C8D4B8" rowspan="3">
            <font face="Arial"><b><font size="2"
color="#800000">$</font></b><input type="text"
name="AmtSweatshirtFlags" size="6" value="0.00" onFocus =
'unEdit(this);' tabindex="18" style="color: #800000; font-family:
Arial; font-size: 10pt; font-weight: bold"></font></td>
          </tr>
          <tr>
            <td width="104" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="right"
valign="top" height="1" bgcolor="#C8D4B8">
            <font face="Arial" size="2"
color="#800000"><b>Quantity:</b></font></td>
            <td width="41" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="top" height="1" bgcolor="#C8D4B8">
            <font face="Arial" size="2">
            <input type="text" name="QtySweatshirtFlags" size="3"
value="0" onBlur = 'update(this,23);' style="font-family: Arial;
font-size: 10pt; color:#800000; font-weight:bold"
tabindex="16"></font></td>
          </tr>
          <tr>
            <td width="104" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="right"
valign="top" height="1" bgcolor="#C8D4B8">
            <b><font face="Arial" size="2"
color="#800000">Size:</font></b></td>
            <td width="41" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="top" height="1" bgcolor="#C8D4B8">
            <font face="Arial" size="2">
            <input type="text" name="SizeSweatShirtFlags" size="3"
style="font-family: Arial; font-size: 10pt; color:#800000;
font-weight:bold" tabindex="17"></font></td>
          </tr>
          <tr>
            <td width="938" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" height="18"
valign="middle" rowspan="3">
        <b>
        <font face="Arial" color="#800000" size="3">AMIGOS Sweatshirt
- Logo</font></b><font SIZE="1"><a
href="images/sweatshirt-logo.jpg"><img border="0"
src="images/sweatshirt-logo_small.jpg" align="right" hspace="3"
vspace="3" width="100" height="94"></a></font><b><font face="Arial"
color="#800000" size="3"><br>
            $25.00 </font>
            </b>
        <font color="#800000"><b><font size="2">each<br>
        </font></b></font>
        <font face="Arial" color="#2F007C" size="3"><b>
            <br>
            </b></font>
        <font face="Arial" size="2">Gray long-sleeved sweatshirt with
<b>
            <font color="#800000">AMIGOS logo</font><font
color="#2F007C"><br>
            </font></b>
        <span style="font-family: Arial"><font
color="#800000"><b>Sizes:</b></font> </span></font><font
size="2"><span class="790475816-01112002">S&nbsp;
        M&nbsp; L&nbsp; XL&nbsp; XXL</span></font><p>&nbsp;</td>
            <td width="104" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="right"
valign="top" height="16">
            </td>
            <td width="41" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="top" height="16">
            </td>
            <td width="171" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="middle" height="1" rowspan="3">
            <font face="Arial"><b><font size="2"
color="#800000">$</font></b><input type="text"
name="AmtSweatshirtLogo" size="6" value="0.00" onFocus =
'unEdit(this);' tabindex="21" style="color: #800000; font-family:
Arial; font-size: 10pt; font-weight: bold"></font></td>
          </tr>
          <tr>
            <td width="104" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="right"
valign="top" height="1">
            <font face="Arial" size="2"
color="#800000"><b>Quantity:</b></font></td>
            <td width="41" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="top" height="1">
            <font face="Arial" size="2">
            <input type="text" name="QtySweatshirtLogo" size="3"
value="0" onBlur = 'update(this,25);' style="font-family: Arial;
font-size: 10pt; color:#800000; font-weight:bold"
tabindex="19"></font></td>
          </tr>
          <tr>
            <td width="104" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="right"
valign="top" height="6">
            <b><font face="Arial" size="2"
color="#800000">Size:</font></b></td>
            <td width="41" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="top" height="6">
            <font face="Arial" size="2">
            <input type="text" name="SizeSweatShirtLogo" size="3"
style="font-family: Arial; font-size: 10pt; color:#800000;
font-weight:bold" tabindex="20"></font></td>
          </tr>
          <tr>
            <td width="938" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" height="17"
valign="top" bgcolor="#C8D4B8">
            <font color="#800000"><b>Make a Donation to
AMIGOS</b></font></td>
            <td width="104" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="right"
valign="top" height="1" bgcolor="#C8D4B8">
            &nbsp;</td>
            <td width="41" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="top" height="1" bgcolor="#C8D4B8">
            &nbsp;</td>
            <td width="171" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="top" height="1" bgcolor="#C8D4B8">
            <font face="Arial" color="#800000" size="2"><b>$</b><input
type="text" name="Donation" onBlur = 'update(this, 1);' size="6"
tabindex="22"></font></td>
          </tr>
          <tr>
            <td width="938" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" height="17"
valign="top">
            </td>
            <td width="104" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="right"
valign="top" height="1">
            </td>
            <td width="41" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="top" height="1">
            </td>
            <td width="171" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="top" height="1">
            </td>
          </tr>
          <tr>
            <td width="938" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" height="17"
valign="top">
            <p>
            </td>
            <td width="104" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="right"
valign="top" height="1">
            <b><font face="Arial" size="2"
color="#800000">TOTAL</font></b></td>
            <td width="41" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="top" height="1">
            </td>
            <td width="171" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" align="center"
valign="top" height="1">
            <font face="Arial"><b><font size="2"
color="#800000">$</font></b><!--webbot bot="Validation"
b-value-required="TRUE" --><input type="text" name="Total" value =
"0.00" size="7" tabindex="23" style="color: #800000; font-family:
Arial; font-size: 10pt; font-weight: bold"></font></td>
          </tr>
          <tr>
            <td width="1227" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" height="17"
valign="top" colspan="4">
            <b>
            <span class="790475816-01112002"><font size="1"
color="#800000">All prices include
            shipping and handling charges.</font></span></b></td>
          </tr>
        </table>
      <table border="1" cellpadding="0" cellspacing="0"
style="border-collapse: collapse; border-width: 0"
bordercolor="#111111" width="547" height="213">
              <tr>
                <td width="240" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
colspan="2" bgcolor="#C8D4B8" height="17">
                <b><font face="Arial" size="3"
color="#800000">Shipping
                Information:</font></b></td>
                <td width="8" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" height="17">
                <p align="center"></td>
                <td width="265" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
colspan="2" bgcolor="#C8D4B8" height="17">
                <b><font size="3" color="#800000">Credit Card
Information:</font></b></td>
              </tr>
              <tr>
                <td width="57" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
bgcolor="#C8D4B8" height="20">
                <b><font face="Arial" size="2"
color="#800000">Name</font></b></td>
                <td width="183" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="20">
                <!--webbot bot="Validation" b-value-required="TRUE"
--><input type="text" name="ShipName" size="25" tabindex="24"
style="font-family: Arial; font-size: 10pt; color: #800000;
font-weight: bold"></td>
                <td width="8" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif"
height="20">&nbsp;</td>
                <td width="103" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
bgcolor="#C8D4B8" height="20">
                <b><font face="Arial" size="2" color="#800000">Name on
Card</font></b></td>
                <td width="196" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="20">
                <!--webbot bot="Validation" S-Display-Name="Name on
Credit Card" B-Value-Required="TRUE" --><input type="text"
name="CCName" size="25" tabindex="33" style="color: #800000;
font-family: Arial; font-size: 10pt; font-weight: bold"></td>
              </tr>
              <tr>
                <td width="57" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
bgcolor="#C8D4B8" height="20">
                <b><font face="Arial" size="2"
color="#800000">Address</font></b></td>
                <td width="183" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="20">
                <!--webbot bot="Validation" b-value-required="TRUE"
--><input type="text" name="ShipAdr1" size="25" tabindex="25"
style="font-family: Arial; font-size: 10pt; color: #800000;
font-weight: bold"></td>
                <td width="8" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif"
height="20">&nbsp;</td>
                <td width="103" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
bgcolor="#C8D4B8" height="20">
                <b><font face="Arial" size="2" color="#800000">Billing
Address</font></b></td>
                <td width="196" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="20">
                <!--webbot bot="Validation" S-Display-Name="Billing
Address" B-Value-Required="TRUE" --><input type="text"
name="CCAddress1" size="25" tabindex="34" style="color: #800000;
font-family: Arial; font-size: 10pt; font-weight: bold"></td>
              </tr>
              <tr>
                <td width="57" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
bgcolor="#C8D4B8" height="20">&nbsp;</td>
                <td width="183" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="20">
                <input type="text" name="ShipAdr2" size="25"
tabindex="26" style="font-family: Arial; font-size: 10pt; color:
#800000; font-weight: bold"></td>
                <td width="8" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif"
height="20">&nbsp;</td>
                <td width="103" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
bgcolor="#C8D4B8" height="20">&nbsp;</td>
                <td width="196" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="20">
                <input type="text" name="CCAddress2" size="25"
tabindex="35" style="color: #800000; font-family: Arial; font-size:
10pt; font-weight: bold"></td>
              </tr>
              <tr>
                <td width="57" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
bgcolor="#C8D4B8" height="20">
                <b><font face="Arial" size="2"
color="#800000">City</font></b></td>
                <td width="183" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="20">
                <!--webbot bot="Validation" b-value-required="TRUE"
--><input type="text" name="ShipCity" size="25" tabindex="27"
style="color: #800000; font-family: Arial; font-size: 10pt;
font-weight: bold"></td>
                <td width="8" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif"
height="20">&nbsp;</td>
                <td width="103" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
bgcolor="#C8D4B8" height="20">
                <b><font face="Arial" size="2"
color="#800000">City</font></b></td>
                <td width="196" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="20">
                <!--webbot bot="Validation" S-Display-Name="Billing
Address City" B-Value-Required="TRUE" --><input type="text"
name="CCCity" size="25" tabindex="36" style="color: #800000;
font-family: Arial; font-size: 10pt; font-weight: bold"></td>
              </tr>
              <tr>
                <td width="57" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
bgcolor="#C8D4B8" height="20">
                <b><font face="Arial" size="2"
color="#800000">State</font></b></td>
                <td width="183" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="20">
                <!--webbot bot="Validation" b-value-required="TRUE"
i-maximum-length="2" --><input type="text" name="ShipState" size="2"
maxlength="2" tabindex="28" style="color: #800000; font-size: 10pt;
font-family: Arial; font-weight: bold"></td>
                <td width="8" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif"
height="20">&nbsp;</td>
                <td width="103" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
bgcolor="#C8D4B8" height="20">
                <b><font face="Arial" size="2"
color="#800000">State</font></b></td>
                <td width="196" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="20">
                <!--webbot bot="Validation" S-Display-Name="Billing
Address State" B-Value-Required="TRUE" --><input type="text"
name="CCState" size="2" tabindex="37" style="color: #800000;
font-size: 10pt; font-family: Arial; font-weight: bold"></td>
              </tr>
              <tr>
                <td width="57" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
bgcolor="#C8D4B8" height="20">
                <b><font face="Arial" size="2" color="#800000">Zip
Code</font></b></td>
                <td width="183" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="20">
                <!--webbot bot="Validation" b-value-required="TRUE"
i-maximum-length="10" --><input type="text" name="ShipZip" size="10"
maxlength="10" tabindex="29" style="color: #800000; font-family:
Arial; font-size: 10pt; font-weight: bold"></td>
                <td width="8" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif"
height="20">&nbsp;</td>
                <td width="103" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
bgcolor="#C8D4B8" height="20">
                <b><font face="Arial" size="2" color="#800000">Zip
Code</font></b></td>
                <td width="196" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="20">
                <!--webbot bot="Validation" S-Display-Name="Billing
Address Zip Code" B-Value-Required="TRUE" --><input type="text"
name="CCZip" size="25" tabindex="38" style="color: #800000;
font-family: Arial; font-size: 10pt; font-weight: bold"></td>
              </tr>
              <tr>
                <td width="57" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
bgcolor="#C8D4B8" height="20">
                <b><font face="Arial" size="2" color="#800000">Day
PH</font></b></td>
                <td width="183" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="20">
                <input type="text" name="DayPhone" size="25"
maxlength="12" tabindex="30" style="color: #800000; font-family:
Arial; font-size: 10pt; font-weight: bold"></td>
                <td width="8" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif"
height="20">&nbsp;</td>
                <td width="103" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
bgcolor="#C8D4B8" height="20">
                <b><font face="Arial" size="2" color="#800000">Card
Type</font></b></td>
                <td width="196" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="20">
                <!--webbot bot="Validation" S-Display-Name="Credit
Card Type" B-Value-Required="TRUE" --><select size="1" name="CCType"
style="font-family: Arial; font-size: 8pt; color:#800000;
font-weight:bold" tabindex="39">
                <option>Choose Card Type</option>
                <option>American Express</option>
                <option>Discover</option>
                <option>Master Card</option>
                <option>Visa</option>
                </select></td>
              </tr>
              <tr>
                <td width="57" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
bgcolor="#C8D4B8" height="20">
                <b><font face="Arial" size="2" color="#800000">Eve
PH</font></b></td>
                <td width="183" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="20">
                <input type="text" name="EvePhone" size="25"
maxlength="12" tabindex="31" style="color: #800000; font-family:
Arial; font-size: 10pt; font-weight: bold"></td>
                <td width="8" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif"
height="20">&nbsp;</td>
                <td width="103" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
bgcolor="#C8D4B8" height="20">
                <b><font face="Arial" size="2" color="#800000">Card
Number</font></b></td>
                <td width="196" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="20">
                <!--webbot bot="Validation" S-Display-Name="Credit
Card Number" B-Value-Required="TRUE" --><input type="text"
name="CCNumber" size="25" tabindex="40" style="color: #800000;
font-family: Arial; font-size: 10pt; font-weight: bold"></td>
              </tr>
              <tr>
                <td width="57" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
bgcolor="#C8D4B8" height="16">
                <b><font face="Arial" size="2"
color="#800000">Email</font></b></td>
                <td width="183" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="16">
                <input type="text" name="Email" size="25"
tabindex="32" style="color: #800000; font-family: Arial; font-size:
10pt; font-weight: bold"></td>
                <td width="8" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" height="16">
                </td>
                <td width="103" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
bgcolor="#C8D4B8" height="16">
                <b><font face="Arial" size="2"
color="#800000">Expiration Date</font></b></td>
                <td width="196" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="16">
                <!--webbot bot="Validation" S-Display-Name="Credit
Card Expiration Month" B-Value-Required="TRUE" --><select size="1"
name="CCExpMo" style="color: #800000; font-family: Arial; font-size:
8pt; font-weight: bold" tabindex="41">
                <option>Month</option>
                <option>January</option>
                <option>February</option>
                <option>March</option>
                <option>April</option>
                <option>May</option>
                <option>June</option>
                <option>July</option>
                <option>August</option>
                <option>September</option>
                <option>October</option>
                <option>November</option>
                <option>December</option>
                </select><font face="Arial Black"><b>&nbsp;
</b></font>
                <!--webbot bot="Validation" S-Display-Name="Credit
Card Expiration Year" B-Value-Required="TRUE" --><input type="text"
name="CCExpYr" size="4" style="color: #800000; font-family: Arial;
font-size: 10pt; font-weight: bold" tabindex="42"></td>
              </tr>
              <tr>
                <td width="57" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="16">
                </td>
                <td width="183" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="16">
                </td>
                <td width="8" style="border-style: none; border-width:
medium; font-size:15px; font-family:arial, sans-serif" height="16">
                </td>
                <td width="103" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="16">
                </td>
                <td width="196" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="16">
                </td>
              </tr>
              <tr>
                <td width="547" style="border-style: none;
border-width: medium; font-size:15px; font-family:arial, sans-serif"
height="16" colspan="5">
                <table border="1" cellpadding="0" cellspacing="0"
style="border-collapse: collapse; border-width: 0"
bordercolor="#111111" width="97%">
                  <tr>
                    <td width="79" style="border-style: none;
border-width: medium" valign="top" bgcolor="#C8D4B8">
                    <font size="2"
color="#800000"><b>Comments:</b></font></td>
                    <td width="85%" style="border-style: none;
border-width: medium" bgcolor="#C8D4B8">
                    <textarea rows="6" name="Comments" cols="52"
tabindex="43" style="color: #800000; font-family: Arial; font-size:
10pt; font-weight: bold"></textarea></td>
                  </tr>
                </table>
                </td>
              </tr>
            </table>
            <p class="normtext" align="center">
            <input type="submit" value="Click to Purchase"
name="Submit" style="color: #800000; font-family: Arial; font-size:
10pt; font-weight: bold; background-color: #C8D4B8" tabindex="43"></p>
      <p class="normtext" align="center">
      <b>
      <font face="Arial" size="2" color="#800000"><i>Or you may print
this form and mail it to:<br>
      </i>Mario Molina<br>
      Amigos de las Américas<br>
      5618 Star Lane<br>
      Houston, TX&nbsp; 
      77057</font></b></p>
    </form>
      <p class="normtext" align="justify">
	
	<p class="normtext" align="justify">
	
	
	
	<p class="normtext">
    <table cellpadding="0" cellspacing="0" border="0" width="547">
	<tr><td align="right" width="547"><a href="#top"
style="text-decoration:none" class="smalltext">back to top
</a></td></tr>
	</table>


	<!-- end content -->
	<img src="images/spacer.gif" width="1" height="15" alt="" border="0">
	</td>
	<td width="59">&nbsp;</td>
	</tr>
	</table>	
	<!-- end content area -->
</td>
</tr>

<tr>
<td valign="bottom" background="images/navback.gif">&nbsp;</td>
</tr>

</table>
<!-- end body table -->
</body>
</html>
yelladog-ga rated this answer:5 out of 5 stars and gave an additional tip of: $20.00
Awsome!  The result is exactly what I needed.  I am not at all HTML or
Javascript savvy so I very much appreciated not being "talked" down
to.  Will you marry me, secret901????

Comments  
Subject: Re: FrontPage2002 math functions
From: secret901-ga on 20 Apr 2003 16:29 PDT
 
Hi yelladog,
Thanks for the great rating and the generous tip :-)
About marrying me, you don't even know whether I'm male or female yet ;-)

secret901-ga
Subject: Re: FrontPage2002 math functions
From: yelladog-ga on 20 Apr 2003 17:32 PDT
 
Neither do you....;-) ;-)

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you.
Search Google Answers for
Google Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy