| ");
cursor = database.cursor("select distinct c3desc from versitex.product where brand like '" + unescape(client.Brand) + "' and c1desc like '" + unescape(client.C1Desc) + "' and c2desc like '" + unescape(client.C2Desc) + "' order by c3desc ");
while(cursor.next()) {
write(" " + cursor.c3desc + " ") }
cursor.close();
write(" |
|
| ");
cursor = database.cursor("select content from versitex.ad where page = 'type3.html' and brand = '" + unescape(client.Brand) + "' and c1 = '" + unescape(client.C1Desc) + "' and c2 = '" + unescape(client.C2Desc) + "' ");
cursor.next();
write(" " + cursor.content + " |