<%@LANGUAGE="JAVASCRIPT" CODEPAGE="1252"%> <% var topicsList = Server.CreateObject("ADODB.Recordset"); topicsList.ActiveConnection = MM_QuintResults_STRING; topicsList.Source = "SELECT topic FROM Topics ORDER BY topic ASC"; topicsList.CursorType = 0; topicsList.CursorLocation = 2; topicsList.LockType = 1; topicsList.Open(); var topicsList_numRows = 0; %> Untitled Document
  QUINTESSENCE BOOKS UK
 
Publishers of professional dental journals, books and multimedia
 

Book Search

Fill in at least one of the fields below, to narrow down your search enter more.

Author
Title
Topic
 


ISBN Search

ISBN No

  (enter number including dashes eg. 0-12345-678-9)

.
<% topicsList.Close(); %>