
	var ShowClose=0;
	var awardsdb = new Array()
	var arrayindex = 0

  	if (StandAlone) ShowClose=1
  			
  		// constructs a single awards database record
		function awards_construct(property, shortname, awardgiver, award, dates)
		{
  	 		this.property = property  // either a general geographical location or a city
   			this.shortname = shortname  // the active (linked) text displayed next to the book/page icon
			this.awardgiver=awardgiver  // the prefix for the directory and URLs for this linked item
   			this.award=award
   			this.dates=dates
   			return this
		}


		function addindex()
		{
			arrayindex = arrayindex + 1
			return arrayindex
		}


		function resort_award_header(index) {
  			
  			
		}
  		
  		function resort_award(index) {
  			
  			
		}
			
