function get_text_en(pro){
	switch(pro){
	case 'country': document.getElementById('div_product').innerHTML =  "<i>Overview on the status of waste management in the 9 countries represented in this project </i><br>This element is rather a project tool than a project output: It helped the participants out of countries with conditions considerably differing in respect to the subject (waste management) to put their countries in relation to each other in order to learn about what some of them have in common, and where differences can be found. Thus transfer of information and knowledge in what-so-ever form as the project´s final product can be tailored according to a single country´s actual demand of knowledge.";
		break;
	case 'book': document.getElementById('div_product').innerHTML =  "The <i>Book of Rubbish</i> is a comprehensive handbook on all aspects of waste. It holds brief information concerning kinds and origin of waste, hazards of inadequate handling, collection systems, treatment options, regulatory and legal frameworks, and waste management concepts.<br>140 plentiful illustrated pages come in eight languages: English, Spanish, Turkish, Polish, Italian, Greek, Slovenian, and German. The content of the book is transferred to the other digital products (DVD, electronical training courses based on Moodle).";
		break;
	case 'shop': document.getElementById('div_product').innerHTML =  "The material is available at following conditions:<br>Book of Rubbish, paperback, English, Turkish: 	 ##,00<br>other languages:  ##,00<br>Each copy comes with a DVD (which is also available as stand-alone product, see below).<br>DVD (comprising eight languages plus hyperlink system described above):  #,#0<br>Shipping costs per order:  4,00";
		break;
	case 'training': document.getElementById('div_product').innerHTML =  "<i>Wastetrain eCourse: An online system for non-formal learning in waste management exploiting blended learning methods and social interaction among participants in multiple languages.</i><br>Multilingual training courses in the field of waste management are organized in an elearning tool and designed for heterogeneous target groups, who have to deal with solid wastes in their every-day life. The Moodle (Modular Object-Oriented Dynamic Learning Environment) platform has been adopted as a flexible environment to organize the didactic resources and supporting appropriate learning activities for the different target users.<br>The training gives the opportunity to update some basic skills and also provides learning opportunities for professional development through continuous discussions with other practitioners in the same sector. This non-formal learning activity will help to improve the quality of the services provided to the customers.<br>The structure of the course is based on a modular concept, meaning that the section and units of the course can be used independently, according to the participants’ needs and wishes.<br>This training is considered as a forerunner to training in the field as it combines technical knowledge with social interaction and learning.<br>To join us please click here and get started!!!";
		break;
	case 'dvd': document.getElementById('div_product').innerHTML =  "This product of Waste Train is multilingual, interactive and allows to enhance the comprehension and involvement in such a complex issue as waste management. The DVD holds the Book of Rubbish in all languages available at present: English, Spanish, Polish, Turkish, Italian, Greek, Slovenian and German Aside the concluding information in the book itself, a link system is provided, easy to operate via flag bars at the end of every book chapter: The first flag bar leads to information about the selected country, the second to information in the selected language. On the one hand, it is a tool of speeding up specific data search whereas, on the other hand, those interested in the subject have access at a click’s distance to complementary information and additional visual material, links or presentations.<br>A search engine is incorporated in the DVD to facilitate the search of key words.";
		break;
	}
}