
var cText = ''
cText += '<table style="width: 100%;" class="title" border="0" cellspacing="0">'
cText += '<tbody>'
cText += '<tr class="title">'

cText += '<td style="text-align: center; width: 15%;" class="title1">'
cText += '<img style="width: 143px; height: 46px;" alt="" src="style/iei_logo.png">'
cText += '</td>'

cText += '<td style="text-align: center; font-weight: bold; font-size: 10pt" class="title2">'
cText += '<big><big>IEI Technology Corp.</big></big><br>'
cText += '<a href="http://www.ieiworld.com">www.ieiworld.com</a>'
cText += '</td>'

cText += '<td style="text-align: center; vertical-align: middle; '
cText += 'background-color: #ddd; width: 20%; font-weight: normal; font-size: 8pt;" class="title3">'
cText += 'Autoryzowany dystrybutor:<br><b>GURU Control Systems<br>'
cText += '<a href="http://www.guru.com.pl/">www.guru.com.pl</a></b>'
cText += '</td>'

cText += '</tr>'
cText += '</tbody>'
cText += '</table>'

document.write(cText)

