#function i have like this
$display_output = '<table width="100%" border="0" cellspacing="2" cellpadding="3" class="paymenttable"> '.
'<tr>'.
' <td width="160" class="paytable1"><img src="img/google_wallet_logo.png"></td> '.
' <td class="paytable2" width="100%">' . GMSG_GC_DESCRIPTION . '</td> '.
' <br><input id="runDemoButton" type="image" src="themes/' . $this->setts['default_theme'] . '/img/system/but_pay.gif" onclick="DemoButton("'.$jwtToken.'");" border="0">'.
'</tr></table>';