Rev 3427 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3427 | Rev 3433 | ||
---|---|---|---|
Line 321... | Line 321... | ||
321 | index2=0; |
321 | index2=0; |
322 | } |
322 | } |
323 | 323 | ||
324 | 324 | ||
325 | var a = [ |
325 | var a = [ |
326 | "<img |
326 | "<img src='gifs/editor/t1.gif'>", |
327 | "<img |
327 | "<img src='gifs/editor/t2.gif'>", |
328 | "<img |
328 | "<img src='gifs/editor/t3.gif'>", |
329 | "<img |
329 | "<img src='gifs/editor/t4.gif'>", |
330 | "<img |
330 | "<img src='gifs/editor/t5.gif'>" |
331 | ]; |
331 | ]; |
332 | 332 | ||
333 | return a[index2]; |
333 | return a[index2]; |
334 | } |
334 | } |