"<v:rect id=''_x0000_s1025'' style=''position:absolute;left:"&table_x+all_width+20&"px;top:"&table_y&"px;width:100px;height:"&line_no*tb_height+20&"px;z-index:1''/>"
for i=1 to line_no
response.write "<v:shape id=''_x0000_s1025'' type=''#_x0000_t202'' alt='''' style=''position:absolute;left:"&table_x+all_width+25&"px;top:"&table_y+10+(i-1)*tb_height&"px;width:60px;height:"&tb_height&"px;z-index:1''>"
response.write "<v:textbox inset=''0px,0px,0px,0px''><table cellspacing=''3'' cellpadding=''0'' width=''100%'' height=''100%''><tr><td align=''left''>"&line_code(i,5)&"</td></tr></table></v:textbox></v:shape>"
response.write "<v:rect id=''_x0000_s1040'' alt='''' style=''position:absolute;left:"&table_x+all_width+80&"px;top:"&table_y+10+(i-1)*tb_height+4&"px;width:30px;height:20px;z-index:1'' fillcolor=''"&line_code(i,1)&"''><v:fill color2=''"&line_code(i,1)&"'' rotate=''t'' focus=''100%'' type=''gradient''/></v:rect>"
next
end function
%>