<?xml version="1.0" encoding="iso-8859-1" ?><?xml-stylesheet type="text/xsl" href="/templates/main_xsl.php" ?>
<html>
<head>
<title>Castillo Portraits: About the Artist</title>
<script type="text/javascript" language="javascript">
/* <![CDATA[ */
function simplePreload()
{ 
  var args = simplePreload.arguments;
  document.imageArray = new Array(args.length);
  for(var i=0; i<args.length; i++)
  {
    document.imageArray[i] = new Image;
    document.imageArray[i].src = args[i];
  }
}

function switchImage(imgName, imgSrc) 
{
  if (document.images)
  {
    if (imgSrc != "none")
    {
      document.images[imgName].src = imgSrc;
    }
  }
}

function updateImage(){
  var selection=document.forms['BB_BuyButtonForm'].elements['item_selection_1'];
  var ship_method_price='18.00';
  if(selection.value=='1'){
    switchImage('itemImage', '/images/AmericanEagleMahogany.jpg');
  }
  else if(selection.value=='2'){
    switchImage('itemImage', '/images/AmericanEagleGold.jpg');
  }
  else if(selection.value=='3'){
    switchImage('itemImage', '/images/AmericanEagleUnframed.png');
    ship_method_price='9.00';
  }
  document.forms['BB_BuyButtonForm'].elements['ship_method_price_1'].value=ship_method_price;
}

/* ]]> */
</script>
</head>
<body onLoad="simplePreload('/images/AmericanEagleMahogany.jpg','/images/AmericanEagleUnframed.png');">

		<h2>American Eagle Giclee</h2>
<div class="framed2" style="float:left; margin-right: 2px; padding:0px;"><img src="/images/AmericanEagleGold.jpg" id="itemImage" title="American Eagle" alt="American Eagle" style="border-width:0px; margin-width:0px; padding: 0px;" width="288" height="336"/></div>
<p>Carlos painted this piece in 2001 after the events of September 11<sup>th</sup>. The painting
honors all Americans; especially those who have given their lives for our country and flag.</p>
<p>This limited edition of 250 Giclees on canvas was made with the finest quality archival
products. They are signed and numbered by the artist and accompanied by a signed certificate of
authenticity, included to attest to the quality of the work.</p>
<p>The optional frame included with the Giclee is a $75.00 value. The frame is available in Gold
or Mahogany.</p>
<table>
<tr valign="top">
<th align="left">Dimensions:</th>
<td align="left">12x16</td>
</tr>
<tr valign="top">
<th align="left">Price:</th>
<td align="left">
$250.00 framed<br/>
$199.00 unframed
</td>
</tr>
</table>

<!--
<div style="float:left;">
<img src="/images/AmericanEagleGoldThumb.jpg" title="Click to View Gold" alt="Click to View Gold" style="margin-right: 2px; border-width:0px; cursor:pointer;" onClick="switchImage('itemImage', '/images/AmericanEagleGold.jpg');" />
<img src="/images/AmericanEagleMahoganyThumb.jpg" title="Click to View Mahogany" alt="Click to View Mahogany" style="margin-right: 2px; border-width:0px; cursor:pointer;" onClick="switchImage('itemImage', '/images/AmericanEagleMahogany.jpg');" />
</div>
-->
<form action="https://checkout.google.com/api/checkout/v2/checkoutForm/Merchant/817890936504584" id="BB_BuyButtonForm" method="post" name="BB_BuyButtonForm">
    <table cellpadding="5" cellspacing="0" width="1%">
        <tr>
            <td align="right" width="1%" valign="top">
                <select name="item_selection_1" onChange="updateImage();" style="margin-top:4px;">
                    <option value="2">Gold Frame</option>
                    <option value="1">Mahogany Frame</option>
                    <option value="3">Unframed</option>
                </select>
                <input name="item_option_name_1" type="hidden" value="Item Name: American Eagle Giclee Special - Mahogany Frame"/>
                <input name="item_option_price_1" type="hidden" value="250.0"/>
                <input name="item_option_description_1" type="hidden" value=""/>
                <input name="item_option_quantity_1" type="hidden" value="1"/>
                <input name="item_option_currency_1" type="hidden" value="USD"/>
                <input name="item_option_name_2" type="hidden" value="Item Name: American Eagle Giclee Special - Gold Frame"/>
                <input name="item_option_price_2" type="hidden" value="250.0"/>
                <input name="item_option_description_2" type="hidden" value=""/>
                <input name="item_option_quantity_2" type="hidden" value="1"/>
                <input name="item_option_currency_2" type="hidden" value="USD"/>
                <input name="item_option_name_3" type="hidden" value="Item Name: American Eagle Giclee Special - Unframed"/>
                <input name="item_option_price_3" type="hidden" value="199.0"/>
                <input name="item_option_description_3" type="hidden" value=""/>
                <input name="item_option_quantity_3" type="hidden" value="1"/>
                <input name="item_option_currency_3" type="hidden" value="USD"/>
				<input name="ship_method_name_1" type="hidden" value="Standard"/>
				<input name="ship_method_price_1" type="hidden" value="18.00"/>

            </td>
            <td align="left" width="1%" valign="top">
                <input alt="" src="https://checkout.google.com/buttons/buy.gif?merchant_id=817890936504584&amp;w=117&amp;h=48&amp;style=trans&amp;variant=text&amp;loc=en_US" type="image"/>
            </td>
        </tr>
    </table>
</form>

</body>
</html>

