var ppid=new Array();

var ppem='DTConsult@cableone.net';
var ppty='http://traveleronthepath.com/thankyou.html';
var ppcc='USD';
var ppcr='http://traveleronthepath.com/';
var ppgif='/wp-content/themes/path/dt/bt93.gif'; // Buy button
var desc=0; // Include item description with button? 0=no, 1=yes

ppid[1]='9.50|Born 2 Hear Heavens Helpers (PDF)';
ppid[2]='14.50|Talk to The Angels (CD)';
ppid[3]='14.50|Meditation for Personal Peace and Inspiration (Audiotape)';
ppid[4]='5.50|The Practice of Meditation (PDF)';

//==================================================
function evsubmit(i){
var hto;
var item=ppid[i].split("|");

if (item.length > 2)
{
evdrop(i);
return ;
} 

hto='<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post"> '; 
hto=hto+'<input type="hidden" name="cmd" value="_cart"> '; 
hto=hto+'<input type="hidden" name="business" value="'+ppem +'"> '; 
hto=hto+'<input type="hidden" name="item_name" value="'+item[1]+'"> '; 
hto=hto+'<input type="hidden" name="amount" value="'+item[0] +'"> '; 
hto=hto+'<input type="hidden" name="return" value="'+ppty+'"> '; 
hto=hto+'<input type="hidden" name="cancel_return" value="'+ppcr +'"> '; 
hto=hto+'<input type="hidden" name="no_note" value="1"> '; 
hto=hto+'<input type="hidden" name="currency_code" value="'+ppcc +'"> '; 
if (desc) hto=hto+'<span class=v11><b>'+item[1]+' </b></span>';
hto=hto+'<input type="image" src="'+ppgif +'" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!"> '; 
hto=hto+'<input type="hidden" name="add" value="1"> '; 
hto=hto+'</form> '; 

document.open();
document.write(hto);
document.close();

}
