function Series(){ this.level = "level"; this.seriesList = new Array(); this.descriptions = Array(); this.audiences = new Array(); this.authors = new Array(); this.searchDisplay = false; if(typeof Series._initialized == "undefined"){ Series.prototype.printSeries = function(oCart){ if(this.seriesList.length == 0) return false; this.printNav(); for(var i=0; i < this.seriesList.length; i++){ this.level = this.seriesList[i]; document.write('
',unescape(this.audiences[i]),'
'); } document.write(''); if((this.descriptions[i] != "undefined") && (this.descriptions[i] != "")){ document.write('',unescape(this.descriptions[i]),'
'); } document.write('| ',linkStr,' | '); } document.write('