    var column_names = ["ID", 
                        "Title", 
                        "ContentType", 
                        "Author", 
                        "Size", 
                        "Sender", 
                        "RegistrationDate", 
                        "Description", 
                        "FileName", 
                        "Name"];
	var grid;
	var data;

				data = [

				[1,
				'Introduction to Coastal Engineering - The Trident System', 
				'.pdf', 
				'AKTOMIHANIKI Ltd., DAEDALUS Informatics', 
				5907, 
				'1', 
				'01/12/1995', 
				'The TRIDENT SYSTEM is an efficient and effective means of tackling the problem of beach erosion through a combination of engineered and natural interventions. It may be applied, in any case where apparent coastline erosion is attested.<BR>(Coastal Engineering Technology)', 
				'jsauxilpublic/AKTOMPIe.PDF', 
				'Daedalus Informatics'] 

				];
