if (picname.indexOf('Awards')>0){
document.write('<br><span class="caption" style="font-size:0.9em">Photo &copy 2006 Sans Peur Photography for the New York Innovative Theatre Awards</span>')
}
if (picname.indexOf('DSC')>=0){
document.write('<br><span class="caption">Photo &copy 2006 David Fletcher for the New York Innovative Theatre Awards</span>')
}
if (picname.indexOf('P40')>=0){
document.write('<br><span class="caption">Photo &copy 2006 David Anthony for the New York Innovative Theatre Awards</span>')
}


document.write('<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post" name="pixform">');
document.write('<p class="prx"><b>' + unescape(picname) + ' </b><i> 5x7 print</i>');
document.write('<br>$24 framed (black 8x10 frame, white matte) / $12 unframed');
document.write('<input type="hidden" name="add" value="1">');
document.write('<input type="hidden" name="cmd" value="_cart">');
document.write('<input type="hidden" name="business" value="give@nyitawards.com">');
document.write('<input type="hidden" name="item_name" value="Photo Print - 2006 It Awards Ceremony">');
document.write('<input type="hidden" name="on0" value="Style"><p class="formlabel" style="margin-top:9; margin-bottom:3;">&nbsp;&nbsp;Style:');
document.write('		  <select name="os0" id="os0" onchange="psupdate();">');
document.write('    <option value="Framed" selected>Framed</option>');
document.write('    <option value="Unframed">Unframed</option>');
document.write('		  </select>');
document.write('<input type="hidden" name="on1" value="Delivery Option">&nbsp;&nbsp; S/H*:');
document.write('		  <select name="os1" id="os1" onchange="psupdate();">');
document.write('    <option value="Ship via USPS" selected>Ship via USPS</option>');
document.write('    <option value="Hold for Pickup">Hold for Pickup</option>');
document.write('		  </select>');
document.write('<input type="hidden" name="item_number" value="' + unescape(picname) + '">');
document.write('<input type="hidden" name="amount" value="24.00">');
document.write('<input type="hidden" name="shipping" value="8.00">');
document.write('<input type="hidden" name="no_note" value="1">');
document.write('<input type="hidden" name="currency_code" value="USD">');
document.write('<input type="hidden" name="bn" value="PP-ShopCartBF">');
//document.write('&nbsp;&nbsp;&nbsp;');
document.write('<p style="margin-top:3; margin-bottom:3;">');
document.write('<input type="image" align=top SRC="http://www.nyitawards.com/images/addtocart.gif" border="0" name="submit" alt="Add to Cart" width="100" height="32">');
document.write('<p><i>*(USPS shipping $8 framed / $2 unframed; <br>no shipping charge for items held for pickup at the It Awards office, 311 W. 43rd St. 5th Fl.)</i>');
document.write('</form>');

function psupdate() {

	var selObj = document.getElementById('os0');
	var selIndex = selObj.selectedIndex;
	var shpObj = document.getElementById('os1');
	var shpIndex = shpObj.selectedIndex;

	if (selIndex == 0) {
		pixform.amount.value="24.00";
		if (shpIndex == 0) {pixform.shipping.value="8.00";} 
	} 

	if (selIndex == 1) {
		pixform.amount.value="12.00";
		if (shpIndex == 0) {pixform.shipping.value="2.00";} 
	} 

	if (shpIndex == 1) {pixform.shipping.value="0.00";} 
}
