// Category:  Add your new category names.  Be sure to leave in the 'all' category!
Category = new Array("AURA","AURAMIV","AURAIMAGER","AURAPERSONAL")

MainVar = 0; // Sets up the variable that counts the pictures.

function Fix(DatVal, PicVal, TitVal, CatVal, TxtVal) {
	// Allows you to use variables for the array instead of numbers.
   this.DatVal = DatVal; 
   this.PicVal = PicVal; 
   this.TitVal = TitVal; 
   this.CatVal = CatVal;
   this.TxtVal = TxtVal; 
}

var MainArray = new Array() // Sets up the main array.
// Now add one line for each picture you want in the album.  The format of these lines is shown below:
// MainArray[MainVar++] = new Fix("date", "photoalbum/picname.jpg", "pic title", "category", "pic description")
MainArray[MainVar++] = new Fix("5/may/2004", "photoalbum/aura/1.jpg", "Aura", "Aura", "The image describe the working area of ATI, The Science, The Biotechnology, The Meteorology ")

MainArray[MainVar++] = new Fix("21/june/2005", "photoalbum/auramiv/openimage.gif", "Opening image", "AUARMIV", "Multiple Geographical display on a single screen for comparitive study and analydis of meteorological data.")
MainArray[MainVar++] = new Fix("22/june/2005", "photoalbum/auramiv/histogram.gif", "Histogram ", "AURAMIV", "You can make histogram of the data , that is avaliable with the image on the AURA Multi Image Visualiser screen. By this you  can create histogram For each image and analyse the data for your purpose.")
MainArray[MainVar++] = new Fix("30/june/2005", "photoalbum/auramiv/discussion-panel.gif", "Discussion-panel", "AURAMIV", "The discussion panel is very useful for sharing your ideas and comments with other AuraMIV client connected to AuraMIV server. The top right screen display the currently logon MIV Clients.They all can particepate for discussion.")
MainArray[MainVar++] = new Fix("1/july/2005", "photoalbum/auramiv/pie-chart.gif", "Pie-chart", "AURAMIV", "The pie chart is useful to get the relevent information of all avaliable data with the portion in comparision with other data.")
MainArray[MainVar++] = new Fix("1/july/2005", "photoalbum/auramiv/selectimages.gif", "Select images", "AURAMIV", "This is the AURAMIV screen, displaying the selected image[with black color] that is ready for discussion.Only selected image is dislayed on ATI Multi Image Visualiser. screen")
MainArray[MainVar++] = new Fix("2/july/2005", "photoalbum/auramiv/bar-chart.gif", "Bar-chart", "AURAMIV", "The Bar chart is useful to get the relevent information of all avaliable data with the portion in comparision with other data.")
MainArray[MainVar++] = new Fix("7/july/2005", "photoalbum/auramiv/graph.gif", "Graph", "AURAMIV", "The pie chart is useful to get the relevent information of all avaliable data with the portion in comparision with other data.")
MainArray[MainVar++] = new Fix("18/jan/2006", "photoalbum/auraimager/base-map-image.gif", "Base-map-image", "AURAIMAGER", "This image is showing the impose of the Base Map on the satalite image of the earth.")
MainArray[MainVar++] = new Fix("14/jan/2006", "photoalbum/auraimager/psuedo-coloring-image.gif", "Psuedo-coloring", "AURAIMAGER", "AURAIMAGER assign arbitrary colors to the gray levels of a black-and-white image. It is popular in thermography (the imaging of heat), where hotter objects  are assigned one color, and cool objects are assigned another color, with other colors assigned to intermediate values. ")
MainArray[MainVar++] = new Fix("15/jan/2006", "photoalbum/auraimager/isothermal-image.gif", "Isothermal-image", "AURAIMAGER", "It is representing the isothermal contouring according to the temparature slots defined by user. The different colors are the representation for the different temparature.")

MainArray[MainVar++] = new Fix("24/jan/2006", "photoalbum/auraimager/contouring-image.gif", "Contouring-image", "AURAIMAGER", "It is representing the pixel contouring according to the pixel value range slots defined by user. The different colors are the representation for the different slots.")
MainArray[MainVar++] = new Fix("5/may/2004", "photoalbum/aura/1.jpg", "Aura", "Aura", "The image describe the working area of ATI, The Science, The Biotechnology, The Meteorology ")
MainArray[MainVar++] = new Fix("5/oct/2006", "photoalbum/aurapersonal/1.gif", "ATI-COROBOR", "AURAPERSONAL", "AURA and COROBOR together for working  in INDIA and neighbouring countries on meteorological projects")



																															
