 var cText = ''

cText += '<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">'
cText += '                     <input type="hidden" name="cmd" value="_cart" />'
cText += '                      <input type="hidden" name="business" value="klaus.petritsch@solarpassion.com" />'



document.write(cText) 
 

