// Object Interfaces for Library Page
// All variables in this document are _l_ prefixed for scope resolution

// library page title
var lTitle = 'customer satisfaction Library';

// desription of library page
var lDesc = '';

// individual book titles
var lTitles = new Array (
'Customer Satisfaction Survey'
);	

// individual book descriptions
var lDescs = new Array (
''
);

// urls of book pages
var lUrls = new Array (
'book0/book.html'
);

// last published notice
var lPublished = 'Published on : 21&#47;07&#47;2006 16:04:47';