    var column_names = ["ID", 
                        "Title", 
                        "ContentType", 
                        "Author", 
                        "Size", 
                        "Sender", 
                        "RegistrationDate", 
                        "Description", 
                        "FileName", 
                        "Name"];
	var grid;
	var data;
				data = [

				[1,
				'Coastal Engineering problems - A modular industrial perspective', 
				'.html', 
				'Daedalus Informatics', 
				100, 
				'1', 
				'11/10/2004', 
				'A white paper. Preliminary introduction on field status and development of forthcoming coastal community problems.', 
				'CoastalEngineeringproblems.html', 
				'Daedalus Informatics'] 
, 
				[2,
				'Simple Advanced Industrial System design for Coastal Protection and Reformation', 
				'.html', 
				'Daedalus Informatics', 
				100, 
				'2', 
				'11/10/2004', 
				'Preliminary introduction.', 
				'prdcoast.html', 
				'Daedalus Informatics'] 
, 
				[3,
				'Dynamic SW modeling and Simulation of Coastal Protection and Reformation issues', 
				'.html', 
				'Daedalus Informatics', 
				100, 
				'3', 
				'14/10/2004', 
				'Preliminary introduction.', 
				'DynamicSWmodeling.html', 
				'Daedalus Informatics'] 
, 
				[4,
				'Advanced System Design for Coastal Protection & Nourishment - The TRIDENT System', 
				'.html', 
				'Daedalus Informatics', 
				100, 
				'4', 
				'22/10/2004', 
				'Preliminary introduction.', 
				'prdcoast.html', 
				'Daedalus Informatics'] 
, 
				[5,
				'Combined Wave Energy and Coastal Protection Systems: apparent benefits for a forthcoming market', 
				'.html', 
				'Daedalus Informatics', 
				100, 
				'5', 
				'22/10/2004', 
				'A white paper providing a technological and commercial status on wave energy progress and trends, as a combination asset to coastal protection, on multiple phases of application.', 
				'prdcoast.html', 
				'Daedalus Informatics'] 
, 
				[6,
				'CORAL-Community Rehabilitation & Coastal Restoration/Nourishment via use of wave/wind energy utilization systems managed under an advanced Telematics Network', 
				'.html', 
				'Daedalus Informatics', 
				100, 
				'6', 
				'22/10/2004', 
				'Framework of CORAL proposed activities and methodologies. Presentations of CORAL-Community Rehabilitation & Coastal Restoration/Nourishment via use of wave/wind energy utilization systems managed under an advanced Telematics Network and CTN-Coastal Telematics Network.', 
				'coral.html', 
				'Daedalus Informatics'] 

				];
