var msg_RO = new Array();
var msg_EN = new Array();
var t,i=0;

isIE = (document.all) ? true:false;

if (isIE)
	var xmlDoc = new ActiveXObject("Microsoft.XMLDOM");
else
	var xmlDoc = document.implementation.createDocument("", "", null);

msg_RO[0] = "Casa Artelor, condusa de profesor pictor Eliana Pavel: un loc pentru micii pictori, pentru descoperirea sau dezvoltarea valentelor artistice";
msg_RO[1] = "Casa Artelor participa prin lucrarile elevilor sai la cea de-a 14-a bienala de la Kanagawa, Japonia - Expozitia Internationala de Arta a Copiilor";
msg_RO[2] = "Expozitie de Icoane si Desene ale copiilor la Teatrul Ion Creanga, Bucuresti";
msg_RO[3] = "Expozitie de Icoane si Desene ale copiilor, 'Martisorul Floral', la Centrul Cultural Metropolitan, Bucuresti (1 Martie)";

msg_EN[0] = "Arts' House, leaded by teacher Eliana Pavel: a place where young and talented children are encouraged to express themselves through art";
msg_EN[1] = "Arts' House is invited - through the creations of its children - to participate at the 14th biennial of the World Children's Art Exhibition, Japan";
msg_EN[2] = "Iconography and Children Drawings exhibition at Ion Creanga Theater, Bucharest";
msg_EN[3] = "Iconography and Children Drawings exhibition, 'Martisorul Floral', at Metropolitan Cultural Center, Bucharest (1st of March)";


function MM_findObj(n, d) { //v3.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}


function MM_preloadImages() { //v3.0
 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
   var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
   if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}


function writeInDiv(numeDiv, content) {
	el=document.getElementById(numeDiv);
	el.innerHTML=content;
}

  
function showMarquee(lang){

if (lang == 'eng'){
		writeInDiv('marquee_LANG',msg_EN[i]);
		if (i == 3) //each time one adds a new value to the msg_EN (and msg_RO) arrays the value value to which variable i is compared is incremented
			i = 0;
		else if (i >= 0)
			i = i + 1;
		t = setTimeout("showMarquee('eng')",5000);} //the message is repeated at each 5 seconds
else{
		writeInDiv('marquee_LANG',msg_RO[i]);
		if (i == 3)
			i = 0;
		else if (i >= 0)
			i = i + 1;
		t = setTimeout("showMarquee('rom')",5000);} //the message is repeated at each 5 seconds
}


function hover_image(cellID, new_img_name) {
	x=document.getElementById(cellID);
	if (isIE) {
		x.background='images/' + new_img_name + '.jpg';}
	else {
		img_url = "images/" + new_img_name + ".jpg";
        x.style.backgroundImage = 'url(' + img_url + ')';}
}


function loadMenu(menuNo) { //for sitemap links
	if (document.getElementById('lang').innerHTML=='rom') {
		switch (menuNo) {
		case 1:
			writeInDiv('viewcrt','about');
			writeInDiv('text_cell',content_about);
			writeInDiv('text_cell_ctd',content_about_CTD);
			break;
		case 2:
			writeInDiv('viewcrt','news');
			writeInDiv('text_cell',content_news);
			writeInDiv('text_cell_ctd',content_news_CTD);
			break;
		case 21:
			writeInDiv('viewcrt','EP');
			writeInDiv('text_cell',content_tablouri);
			writeInDiv('text_cell_ctd',content_tablouri_CTD);
			break;
		case 3:
			writeInDiv('viewcrt','objectives');
			writeInDiv('text_cell',content_objectives);
			writeInDiv('text_cell_ctd',content_objectives_CTD);
			break;
		case 4:
			writeInDiv('viewcrt','expo');
			writeInDiv('text_cell',content_expo);
			writeInDiv('text_cell_ctd',content_expo_CTD);
			break;
		case 5:
			writeInDiv('viewcrt','testim');
			writeInDiv('text_cell',content_testimonials);
			writeInDiv('text_cell_ctd',content_testimonials_CTD)
			break;
		case 6:
			writeInDiv('viewcrt','contact');
			writeInDiv('text_cell',content_contact);
			writeInDiv('text_cell_ctd',content_contact_CTD)
			break;
		default:
			break;
		}
	}
	else {
		switch (menuNo) {
		case 1:
			writeInDiv('viewcrt','about');
			writeInDiv('text_cell',content_about_ENG);
			writeInDiv('text_cell_ctd',content_about_ENG_CTD);
			break;
		case 2:
			writeInDiv('viewcrt','news');
			writeInDiv('text_cell',content_news_ENG);
			writeInDiv('text_cell_ctd',content_news_ENG_CTD);
			break;
		case 21:
			writeInDiv('viewcrt','EP');
			writeInDiv('text_cell',content_tablouri_ENG);
			writeInDiv('text_cell_ctd',content_tablouri_ENG_CTD);
			break;
		case 3:
			writeInDiv('viewcrt','objectives');
			writeInDiv('text_cell',content_objectives_ENG);
			writeInDiv('text_cell_ctd',content_objectives_ENG_CTD);
			break;
		case 4:
			writeInDiv('viewcrt','expo');
			writeInDiv('text_cell',content_expo_ENG);
			writeInDiv('text_cell_ctd',content_expo_ENG_CTD);
			break;
		case 5:
			writeInDiv('viewcrt','testim');
			writeInDiv('text_cell',content_testimonials_ENG);
			writeInDiv('text_cell_ctd',content_testimonials_ENG_CTD)
			break;
		case 6:
			writeInDiv('viewcrt','contact');
			writeInDiv('text_cell',content_contact_ENG);
			writeInDiv('text_cell_ctd',content_contact_ENG_CTD)
			break;
		default:
			break;
		}
	}
}


function fixXmlMimeType(filename) {
	oxmlhttp = null;
	try {
		oxmlhttp = new XMLHttpRequest();
		oxmlhttp.overrideMimeType("text/xml");
	}
	catch(e) {
		try {
		oxmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
		}
		catch(e) {
		return null;
		}
	}

	if (!oxmlhttp) return null;

	try {
		oxmlhttp.open("GET", filename, false);
		oxmlhttp.send(null);
	}
	catch(e) {
		return null;
	}

	return oxmlhttp.responseXML;
}



function loadXML(xmlFile)
{
   xmlDoc.async="false";
   if (isIE) {
	xmlDoc.load(xmlFile);
	xmlObj=xmlDoc.documentElement;}
   else {
	xmlObj = fixXmlMimeType(xmlFile);}
}

function change_links_lang (language){ //displays the navigation links according to the selected language

	if (language=='rom')
		loadXML('contentRO.xml');
	else
		loadXML('contentEN.xml');
	
	var no_of_items = xmlObj.getElementsByTagName("menu")[0].childNodes.length;
	
	for(var i = 0; i < no_of_items; i++) {
		if (isIE) {
			node_name = xmlObj.getElementsByTagName("menu")[0].childNodes[i].nodeName; //link1, link2, etc
			node_value = xmlObj.getElementsByTagName (node_name)[0].childNodes[0].nodeValue;
			writeInDiv(node_name,node_value);
		}
		else
			if (xmlObj.getElementsByTagName("menu")[0].childNodes[i].nodeType==1) {
				node_name = xmlObj.getElementsByTagName("menu")[0].childNodes[i].nodeName; //link1, link2, etc
				node_value = xmlObj.getElementsByTagName (node_name)[0].childNodes[0].nodeValue;
				writeInDiv(node_name,node_value);
			}
	} //end for
}

function switch_content(){

	var language = document.getElementById('lang').innerHTML;
	var y = document.getElementById('viewcrt');
	var newView = y.innerHTML;
	
	switch (language){
		case 'rom':
			switch (newView){
				case 'about':
					y.innerHTML = newView;
					writeInDiv('text_cell',content_about);
					writeInDiv('text_cell_ctd',content_about_CTD);
					break;
				case 'expo':
					y.innerHTML = newView;
					writeInDiv('text_cell',content_expo);
					writeInDiv('text_cell_ctd',content_expo_CTD);
					break;
				case 'objectives':
					y.innerHTML = newView;
					writeInDiv('text_cell',content_objectives);
					writeInDiv('text_cell_ctd',content_objectives_CTD);
					break;
				case 'contact':
					y.innerHTML = newView;
					writeInDiv('text_cell',content_contact);
					writeInDiv('text_cell_ctd',content_contact_CTD);
					break;
				case 'sitemap':
					y.innerHTML = newView;
					writeInDiv('text_cell',content_sitemap);
					writeInDiv('text_cell_ctd',content_sitemap_CTD);
					break;
				case 'EP':
					y.innerHTML = newView;
					writeInDiv('text_cell',content_tablouri);
					writeInDiv('text_cell_ctd',content_tablouri_CTD);
					break;
				case 'news':
					y.innerHTML = newView;
					writeInDiv('text_cell',content_news);
					writeInDiv('text_cell_ctd',content_news_CTD);
					break;
				case 'testim':
					y.innerHTML = newView;
					writeInDiv('text_cell',content_testimonials);
					writeInDiv('text_cell_ctd',content_testimonials_CTD);
					break;
				default:
					break;
			}
			//change the language for all links
			change_links_lang ('rom');
			break;
		case 'eng':
			switch (newView){
				case 'about':
					y.innerHTML = newView;
					writeInDiv('text_cell',content_about_ENG);
					writeInDiv('text_cell_ctd',content_about_ENG_CTD);
					break;
				case 'expo':
					y.innerHTML = newView;
					writeInDiv('text_cell',content_expo_ENG);
					writeInDiv('text_cell_ctd',content_expo_ENG_CTD);
					break;
				case 'objectives':
					y.innerHTML = newView;
					writeInDiv('text_cell',content_objectives_ENG);
					writeInDiv('text_cell_ctd',content_objectives_ENG_CTD);
					break;
				case 'contact':
					y.innerHTML = newView;
					writeInDiv('text_cell',content_contact_ENG);
					writeInDiv('text_cell_ctd',content_contact_ENG_CTD);
					break;
				case 'sitemap':
					y.innerHTML = newView;
					writeInDiv('text_cell',content_sitemap_ENG);
					writeInDiv('text_cell_ctd',content_sitemap_ENG_CTD);
					break;
				case 'EP':
					y.innerHTML = newView;
					writeInDiv('text_cell',content_tablouri_ENG);
					writeInDiv('text_cell_ctd',content_tablouri_ENG_CTD);
					break;
				case 'news':
					y.innerHTML = newView;
					writeInDiv('text_cell',content_news_ENG);
					writeInDiv('text_cell_ctd',content_news_ENG_CTD);
					break;
				case 'testim':
					y.innerHTML = newView;
					writeInDiv('text_cell',content_testimonials_ENG);
					writeInDiv('text_cell_ctd',content_testimonials_ENG_CTD);
					break;
				default:
					break;
			}
			//change the language for all links
			change_links_lang ('eng');
			break;
		default:
			break;
	}
}


function change_lang (language){ //this function is called when the user click on a flag
	//it checks out the current view (the current loaded content): 'viewcrt' div, and switches to the content in the other language
	x=document.getElementById('lang');
	x.innerHTML=language;
	
	//load the site logo in english
	if (language=='rom') {
		MM_swapImage ('logo','','images/logo.jpg',1);
		if (isIE)
			document.getElementById('logo').alt="Casa Artelor Eliana Pavel";
		document.getElementById('motto_bg').style.backgroundImage='url(images/pic01.jpg)';
		}
	else {
		MM_swapImage ('logo','','images/logo_EN.jpg',1);
		if (isIE)
			document.getElementById('logo').alt="Art's House Eliana Pavel";
		document.getElementById('motto_bg').style.backgroundImage='url(images/pic01_EN.jpg)';
		}
	
	switch_content();
	
		
	//switch the language for the top marquee 
	if (language=='eng'){
		clearTimeout(t); //stop the previous marquee from running
		document.getElementById('marquee_LANG').innerHTML=''; //empty the layer where the message will be displayed
		i = 0; //reset the message counter
		showMarquee ('eng');}
	else{
		clearTimeout(t);
		document.getElementById('marquee_LANG').innerHTML='';
		i = 0;
		showMarquee ('rom');}
		
}


var content_empty = '';

// start of == NEWS ==
var content_news = '<div class="content" align="justify"><br><br>'+
'<span class="sectionTitle">Participare la Expozitia Internationala de Arta a Copiilor</span><br><br>' +
'In perioada Mai-August 2007 <i>Casa Artelor</i> va participa prin lucrarile elevilor sai la cea de-a 14-a bienala de la Kanagawa, Japonia - Expozitia Internationala de Arta a Copiilor.' +
'<br><br>' +
'Asociatia Internationala Kanagawa gazduieste Expozitia Internationala de Arta a Copiilor inca din anul 1980, promovand visurile si creativitatea copiilor din intreaga lume prin expunerea picturilor realizate de  catre acestia. Copiii sunt cei care vor modela viitorul societatii noastre, iar picturile lor sunt o modalitate de a incuraja comunicarea si intelegerea modului de viata interculturale.' +
'<br><br>' +
'<span class="sectionTitle">Expozitia de Icoane si Desene <i>Martisorul Floral</i> de la Centrul Cultural Metropolitan pentru Tineret - Bucuresti</span><br><br>' +
'In perioada 28 februarie 2007 - 8 martie 2007 Centrul Cultural Metropolitan gazduieste Expozitia de Icoane si Desene ale Cercului de Pictura si Desen <i>Casa Artelor</i>. Expozitia se intituleaza <i>Martisorul Floral</i> si este dedicata inceputului primaverii, fiind si un minunat prilej de a oferi invitatilor un altfel de martisor.<a href="expo_MartisorFloral_RO.html" target="blank">...<font color="#66CCFF">[citeste tot]</font></a><br><br>' +
'<img src="images/img_icon.gif" border="0">&nbsp;&nbsp;<a href="expo_MartisorFloral_RO.html" target="blank">Imagini de la vernisajul <b>Expozitiei de Icoane si Desene <i>Martisorul Floral</i></b> - Centrul Cultural Metropolitan pentru Tineret, Bucuresti</a>' +
'<br><br>' +
'<span class="sectionTitle">Expozitia de Icoane si Desene, Teatrul Ion Creanga</span><br><br>' +
'In perioada decembrie 2006 - ianuarie 2007 Teatrul Ion Creanga din Bucuresti a gazduit Expozitia de Icoane si Desene ale Cercului de Pictura si Desen <i>Casa Artelor</i>. In ultimii sapte ani doamna Eliana Pavel impreuna cu copiii au fost invitati aici pentru <a href="expo_TIonCreanga_RO.html" target="blank">...<font color="#66CCFF">[citeste tot]</font></a>' +
'<br><br>' +
'<img src="images/img_icon.gif" border="0">&nbsp;&nbsp;<a href="expo_TIonCreanga_RO.html" target="blank">Imagini de la <b>Expozitia de Icoane si Desene</b> - Teatrul Ion Creanga</a>' +
'</div>';

var content_news_ENG = '<div class="content" align="justify"><br><br>'+
'<span class="sectionTitle">Participation at the World Children&lsquo;s Art Exhibition</span><br><br>' +
'During the period between May-August, 2007 <i>Art&lsquo;s House</i> will be present at the 14th biennial of the World Children&lsquo;s Art Exhibition, Kanagawa, Japan through the best paintings of its pupils.' +
'<br><br>' +
'The International Asociation Kanagawa hosts the World Children&lsquo;s Art Exhibition since 1980. The goal is to promote the world children&lsquo;s dreams and creativity by showing their paintings. These children have the power to shape the future of our society, and, their paintings are the best way to encourage intercultural communication and understanding.' +
'<br><br>' +
'<span class="sectionTitle"><i>Martisorul Floral</i> - Iconography and Children Drawings exhibition at Metropolitan Cultural Center for Youth</span><br><br>' +
'During the period February 28 - March 8, 2007 the Metropolitan Cultural Center hosts the Iconography and Children Drawings exhibition from Art&lsquo;s House. The exhibition is called <i>Martisorul Floral</i> - an invitation to greet the spring coming, being also a suitable time to offer visitors a different kind of visual gift.<a href="expo_MartisorFloral_EN.html" target="blank">...<font color="#66CCFF">[more]</font></a><br><br>' +
'<img src="images/img_icon.gif" border="0">&nbsp;&nbsp;<a href="expo_MartisorFloral_EN.html" target="blank"><b>Iconography and Children Drawings exhibition <i>Martisorul Floral</i></b> - Metropolitan Cultural Center for Youth, Bucharest - the inaugural moment</a>' +
'<br><br>' +
'<span class="sectionTitle">Exhibition at Ion Creanga Theater</span><br><br>' +
'During the period between December 2006 - January 2007, Ion Creanga Theatre from Bucharest has hosted the Icons and Drawings Exhibitions of all children from  <i>Art&lsquo;s House</i> Center. During the last seven years, Ms. Eliana Pavel along with the pupils were<a href="expo_TIonCreanga_EN.html" target="blank">...<font color="#66CCFF">[more]</font></a>' +
'<br><br>' +
'<img src="images/img_icon.gif" border="0">&nbsp;&nbsp;<a href="expo_TIonCreanga_EN.html" target="blank"><b>Iconography and Children Drawings exhibition</b> at Ion Creanga Theater</a>' +
'</div>';

var content_news_CTD = '';
var content_news_ENG_CTD = '';

// end of == NEWS ==

// start of == ELIANA PAVEL: TABLOURI si PROFIL ==
var content_tablouri = '<div class="content" align="justify"><br><br>' +
'<span class="sectionTitle">Eliana Pavel - autoportret</span><br><br>' +
'<i>Realista prin tendinte, prin educatie, prin temperament si gandire, ma consider posesoarea unui registru amplu de intelegere a valorilor artelor  plastice aduse in slujba educatiei copilului.<br>' +
'Pictez cu sufletul si-mi doresc ca tablourile mele sa fie recunoscute prin emotia ce o transmit. Fie ca intreaga mea creatie si munca de instruire sa aiba sansa de a deveni utila copiilor talentati.</i>' +
'<br><br>' +
'<span class="sectionTitle">Eliana Pavel - profil</span><br><br>' +
'S-a nascut la 29 August 1947 in Bucuresti.<br>' +
'A absolvit Facultatea de Electrotehnica din cadrul IPB in 1971.<br>' +
'Intre anii 1979-1982 a urmat cursurile Scolii de Arta.<br>' +
'1992-2000 - Profesor Art-Terapie<br>' +
'2000-prezent - Profesor Cerc de Pictura <i>Casa Artelor</i>'+
'<br><br>' +
'<span class="sectionTitle">Creatii personale Eliana Pavel</span><br><br>' +
'Va prezentam <a href="index_lucrari_EP.html" target="blank"><u>aici</u></a> doar cateva din numeroasele lucrari reprezentative din <a href="index_lucrari_EP.html" target="blank"><u><b>creatia personala Eliana Pavel</b></u></a>. Tablourile ei sunt caracterizate de un desen sugestiv si de o compozitie simpla si clara. Tematica este data de peisaje din natura sau de diverse aspecte religioase.'+
'</div>';

var content_tablouri_ENG = '<div class="content" align="justify"><br><br>' +
'<span class="sectionTitle">Eliana Pavel - selfportret</span><br><br>' +
'<i>Realist through inclinations, education, temperament and thinking, I consider myself as a keeper of a wide registry of insights into the plastic art values, used to enhance the child education.<br>' +
'My soul is painting through me; I would like people to recognize my paintures through all the feelings I tried to put in each of them. I hope my entire creation and all the painting lessons I have taught will be useful for talented children.</i>' +
'<br><br>' +
'<span class="sectionTitle">Eliana Pavel - profile</span><br><br>' +
'Born in August29, 1947, Bucharest.<br>' +
'She graduated in 1971 the Faculty of Electrotechnique, Politechnique University of Bucharest.<br>' +
'Between 1979-1982 she attended courses at the Art School.<br>' +
'1992-2000 - Art-Therapy teacher<br>' +
'2000-prezent - <i>Art&lsquo;s House</i> Painture Center teacher'+
'<br><br>' +
'<span class="sectionTitle">Eliana Pavel - personal works</span><br><br>' +
'You may find <a href="index_lucrari_EP.html" target="blank"><u>here</u></a> only a few of the many represenative works from <a href="index_lucrari_EP.html" target="blank"><u><b>Eliana Pavel portofolio</b></u></a>. Her paintings are characterized by a sugestive drawing and a clear and simple composition. The canvas themes are inspired from the surrounding landscapes or different religious aspects.'+
'</div>';

var content_tablouri_CTD = '';
var content_tablouri_ENG_CTD = '';
// end of == ELIANA PAVEL: TABLOURI si PROFIL ==

// start of == OBJECTIVES ==
var content_objectives = '<div class="content" align="justify"><br><br>' +
'<span class="sectionTitle">Obiectivul nostru</span><br><br>' +
'Ne dorim sa oferim atat copiilor, cat si adultilor, un spatiu in care sa-si descopere si sa-si dezvolte aptitudinile artistice, sa se poata initia si perfectiona in diverse forme de arta. Constructia unui astfel de spatiu si procurarea materialelor necesare desfasurarii activitatilor artistice va raspunde dorintei copiilor de a-si exprima cat mai natural talentul si de invata prin mijloace ludice cum sa interpreteze si sa modeleze natura, sa-si exprime gandurile si bucuria prin intermediul artei, prin pictura in mod special.' +
'<br><br>' +
'Ca parte a acestui proiect, intentionam, de asemenea, sa desfasuram in cadrul <i>Casei Artelor</i> urmatoarele tipuri de activitati: sculptura, metaloplastie, pirogravura, lucrari tehnico-aplicative si de artizanat.' +
'<br><br>' +
'Din colaborarea cu diverse institutii, dar si multumita generozitatii pe care speram sa o gasim in randul sponsorilor suntem increzatori ca vom putea indeplini acest vis. Copiii nu vor ramane datori, pentru ca ei stiu sa multumeasca in felul lor: daruind icoane. Si ce poate fi mai frumos si mai valoros decat o icoana primita cadou, o icoana pictata in rugaciune de un copil cu suflet curat!' +
'<br><br><center>' +
'<table border="0" cellspacing="1" cellpadding="1" bgcolor="#1A9818" width="350">' +
'<tr><td bgcolor="#FFFFFF" align="center">' +
'<a href="files/proiect.pdf" target="blank"><img src="images/pdf_icon.jpg" border="0">&nbsp;&nbsp;Proiect <b>Activitatea de expresie plastica</b><br>pentru copiii Cercului de Pictura <i>Casa Artelor</i></a>' +
'</td></tr></table>' +
'</center>' +
'</div>';

var content_objectives_ENG = '<div class="content" align="justify"><br><br>' +
'<span class="sectionTitle">Our objective</span><br><br>' +
'We want to offer to the children, as well to any adults, a place where they will have the opportunity to discover and develop their own artistic skills, where they might be able to get initiated and improve within various forms of art. Building such a space and the procurement of all materials required to perform any artistic activities, will carry on and it will respond to the most profound of children&lsquo;s wishes: they want to naturally express their talent and to learn by ludic activities how to interpret and to shape the environment, to express their thoughts and happiness through art, but especially through painting.' +
'<br><br>' +
'As part of this project, we also intend to run the following activities within the <i>Art&lsquo;s House</i>: carving, metaloplast, pyroengraving and handicraft working.' +
'<br><br>' +
'Through the collaboration with different institutions and, being confident in the sponsors generosity, we hope that we can accomplish our dream. The children will not be indebted, because they have their own way to be grateful: offering as gifts icons painted by themselves. There is something else more beautiful, more valuable than an icon painted and offered as a gift by a pure children soul?' +
'<br><br><center>' +
'<table border="0" cellspacing="1" cellpadding="1" bgcolor="#1A9818" width="350">' +
'<tr><td bgcolor="#FFFFFF" align="center">' +
'<a href="files/proiect.pdf" target="blank"><img src="images/pdf_icon.jpg" border="0">&nbsp;&nbsp;Project: <b>The Plastic Expression Activity</b><br>for <i>Art&lsquo;s House</i> children (RO version)</a>' +
'</td></tr></table>' +
'</center>' +
'</div>';

var content_objectives_CTD = '';
var content_objectives_ENG_CTD = '';
// end of == OBJECTIVES ==

// start of == EXPOZITII ==
var content_expo = '<div class="content"><br><br>' +
'<span class="sectionTitle">Expozitii in Bucuresti si in tara</span><br><br>' +
'<li>1980: Bucuresti - Teatrul Mic</li>' +
'<li>1985: Targu Mures, Sovata, Bucuresti - Teatrul Mic</li>' +
'<li>1986: Sovata, Poiana Brasov, Bucuresti - Hotel Flora, Hotel Nord, Casa Centrala a Armatei</li>' +
'<li>1987: Mamaia, Bucuresti - Hotel Flora, Muzeul Satului</li>' +
'<li>1988: Neptun, Baile Felix, Bucuresti - Hotel Flora</li>' +
'<li>1989: Targu Mures</li>' +
'<li>1990: Predeal, Sinaia</li>' +
'<li>1991: Bucuresti - Teatrul Mic</li>' +
'<li>1993: Bucuresti - Hotel Flora</li>' +
'<li>1994: Bucuresti - Casa Centrala a Armatei</li>' +
'<li>1996: Bucuresti - Hotel Minerva</li>' +
'<li>1998: Bucuresti - Club Polo</li>' +
'<li>1999: Bucuresti - Misiunea Permanenta a Bancii Mondiale in Romania</li>' +
'<li>2002: Bucuresti - Teatrul Ion Creanga, Palatul Elisabeta</li>' +
'<li>2004: Paris, Stuttgart, Bucuresti - Radiodifuziunea Romana</li>' +
'<li>2005: <i>Peisaje ardelenesti</i> - expozitie la Sibiu - Cercul Militar si Bucuresti - Muzeul National al Satului "Dimitrie Gusti", Teatrul Ion Creanga</li>' +
'<li><a href="expo_BCR.html" target="_blank">2006: Expozitie la BCR Financial Plaza - Bucuresti</a></li>' +
'<li><a href="expo_TIonCreanga_RO.html" target="_blank">2007: Expozitie de icoane si desene ale copiilor - Teatrul Ion Creanga, Bucuresti</a></li>' +
'</div>';

var content_expo_CTD = '<div class="content">' +
'Numeroase tablouri sunt expuse in: Canada, SUA, Japonia, Africa, Franta, Anglia, Elvetia, Israel, Grecia, Germania, Austria, Cehoslovacia, Ungaria, Polonia, Rusia, Noua Zeelanda, China, America de Sud.' +
'</div>';

var content_expo_ENG = '<div class="content"><br><br>' +
'<span class="sectionTitle">Exhibition in Bucharest and across Romania</span><br><br>' +
'<li>1980: Bucharest - Teatrul Mic</li>' +
'<li>1985: Targu Mures, Sovata, Bucharest - Teatrul Mic</li>' +
'<li>1986: Sovata, Poiana Brasov, Bucharest - Flora Hotel, North Hotel, Central House of the Army</li>' +
'<li>1987: Mamaia, Bucharest - Flora Hotel, Village Museum</li>' +
'<li>1988: Neptun, Baile Felix, Bucharest - Flora Hotel</li>' +
'<li>1989: Targu Mures</li>' +
'<li>1990: Predeal, Sinaia</li>' +
'<li>1991: Bucharest - Teatrul Mic</li>' +
'<li>1993: Bucharest - Flora Hotel</li>' +
'<li>1994: Bucharest - Central House of the Army</li>' +
'<li>1996: Bucharest - Minerva Hotel</li>' +
'<li>1998: Bucharest - Polo Club</li>' +
'<li>1999: Bucharest - Misiunea Permanenta a Bancii Mondiale in Romania</li>' +
'<li>2002: Bucharest - Teatrul Ion Creanga, Palatul Elisabeta</li>' +
'<li>2004: Paris, Stuttgart, Bucharest - Radiodifuziunea Romana</li>' +
'<li>2005: <i>Landscapes from Ardeal</i> - exhibition in Sibiu - The Militar Center and Bucharest - The National Village Museum "Dimitrie Gusti", Ion Creanga Theatre</li>' +
'<li><a href="expo_BCR.html" target="_blank">2006: BCR Financial Plaza exhibition - Bucharest</a></li>' +
'<li><a href="expo_TIonCreanga_EN.html" target="_blank">2007: Iconography and Children Drawings exhibition - Ion Creanga Theater, Bucharest</a></li>' +
'</div>';

var content_expo_ENG_CTD = '<div class="content">' +
'Many canvases are exhibited in: Canada, SUA, Japan, Africa, France, England, Switzerland, Israel, Greece, Germany, Austria, Slovakia, Hungary, Poland, Russia, New Zeeland, China, South America.' +
'</div>';
// end of == EXPOZITII ==

// start of == TESTIMONIALS ==
var content_testimonials = '<div class="content" align="justify"><br><br>' +
'<span class="sectionTitle">Parerile dumneavoastra</span><br><br>' +
'Cand individul insusi descopera modalitatea de exteriorizare prin creatie a eu-lui, cand acest proces devine contractat si interiorul il accepta ca mod de existenta, dimensiunile vietii spirituale a omului se modifica din ce in ce mai mult  spre elevatie. Activitatea creatoare il...inalta pe om. D-na Eliana se daruie total creatiei plastice invaluindu-se in pictura sa ca intr-o corola de lumini... O usoara unda nostalgica strabate firesc in cazul Elianei Pavel, aproape fiecare lucrare intarind impresia de puternica traire emotionala in fata motivului oferit de natura.<br>' +
'<dd><b><font color="#666666">C. Mihalache</b>, <i>critic de arta</i></font></dd>' +
'<br><br>' +
'Secretariatul Majestatii Sale Regelui Mihai I al Romaniei are placuta misiune sa va transmita toate multumirile Familiei Regale pentru frumoasele peisaje in ulei si icoane pictate pe lemn, daruite Majestatilor Lor si Altetelor Lor de Sarbatoarea Pastelui.<br>' +
'Aceste minunate daruri, ce reprezinta creatii ale dumneavoastra si ale elevilor pe care-i indrumati cu atata caldura, si-au gasit deja locul binemeritat pe peretii Palatului Elisabeta, in incaperile regale si princiare.<br>' +
'<dd><i><font color="#666666">Scrisoare adresata Doamnei Eliana Pavel in 24 iulie, 2002</dd><dd>de catre</i> <b>Secretariatul Majestatii Sale Regelui</b></font></dd>' +
'<br><br>' +
'Iubitorii de arta si frumos au zece zile la dispozitie sa viziteze o inedita expozitie (Cercul Militar, Sibiu) care reuneste picturi in uleiuri si acuarela, semnate de Eliana Pavel. Lucrarile in stil impresionist <i>tradeaza</i> o sensibilitate artistica  deosebita. Un alt motiv pentru care nu trebuie sa ratati aceasta expozitie este scopul umanitar al evenimentului. Eliana Pavel este conducatoarea unui cerc de pictura pentru copii - <i>Casa Artelor</i>. Toate fondurile colectate in urma vanzarii lucrarilor vor fi folosite pentru achizitionarea de materiale pentru micii artisti. Cercul are multe expozitii la activ, fiind apreciat de personalitati religioase si culturale celebre din tara si peste hotare.<br>' +
'<dd><b><font color="#666666">Iulia Noghi</b>, <i>ziarul <b>Rondul</b>, 2 septembrie 2005</i></font></dd>' +
'</div>';

var content_testimonials_CTD = '<div class="content" align="justify">' +
'<br><span class="sectionTitle">Impresiile copiilor dupa prima lectie</span><br><br>' +
'Astazi am lucrat pentru prima data pictura pe sticla. Este greu sa lucrez pe sticla dar sunt bucuroasa ca am reusit sa desenez frumos. Ar fi bine daca as putea sa o si colorez la fel de frumos. - <b><font color="#666666">Natsumi</font></b>' +
'<br><br>' +
'A fost foarte placut la curs. A fost lectia care mi-a placut cel mai mult astazi. - <b><font color="#666666">Albert</font></b>' +
'<br><br>' +
'Astazi am pictat pentru prima data pe sticla. Ma intrebam daca voi putea face aceasta dar am lucrat bine si a fost frumos. Cred ca avem o profesoara deosebita. - <b><font color="#666666">Kisei</font></b>' +
'</div><br>';

var content_testimonials_ENG = '<div class="content" align="justify"><br><br>' +
'<span class="sectionTitle">Opinions</span><br><br>' +
'When the man himself discovers the possibility to express his ego through art, when this process gets contracted and the human inside accepts it the way it is, the extent of the spiritual life is changing towards the elevation. The creational activity ... uplifts people. Ms. Eliana gives herself to the plastic creation, covering herself with a corolla of lights through his paintings... A slight nostalgia feel crosses her painting, enforcing the powerful sensing of the nature while watching any of her works.<br>' +
'<dd><b><font color="#666666">C. Mihalache</b>, <i>art critic</i></font></dd>' +
'<br><br>' +
'Secretary of His Majesty King Mihai I of Romania is pleased to send you the gratitude of the Royal Family for the beautiful landscape oil paintings and icons on wood you have offered as gifts to their Majesties on the occasion of celebrating Easter.<br>' +
'These extraordinary presents, creations of yours and children you supervise, have been already placed on the walls of the Elisabeta Palace and the imperial rooms.<br>' +
'<dd><i><font color="#666666">Official letter to Ms. Eliana Pavel (July 24, 2002)</dd><dd>Sender: </i> <b>Secretary of His Majesty King Mihai</b></font></dd>' +
'<br><br>' +
'Art and beauty lovers are enchanted to visit for ten days since now a new exhibition (at the Military Center, Sibiu) of Ms. Eliana Pavel. Her oil canvas and watercolour paintings, worked out in an impressionistic style reveal a profound artistic sensibility. Moreover, this exhibition recalls a humanitarian purpose, one reason more for not missing this event. Ms. Eliana Pavel is teacher at a Painting Center for children called <i>Art&lsquo;s House</i>. All funds collected from selling paintings will be used to acquire new materials for the small artists. This center counted a lot of exhibitions till now, being highly recognized by many personalities from Romania and abroad.<br>' +
'<dd><b><font color="#666666">Iulia Noghi</b>, <i><b>Rondul</b> newspaper, September 2, 2005</i></font></dd>' +
'</div>';

var content_testimonials_ENG_CTD = '<div class="content" align="justify">' +
'<br><span class="sectionTitle">Children&lsquo;s opinions after first lesson</span><br><br>' +
'Today I have done for the first time glass painting. Is very tough to paint on glass but, I&lsquo;m very happy I managed to nicely draw a few things. It would be better if I could colour it as well. - <b><font color="#666666">Natsumi</font></b>' +
'<br><br>' +
'There was very pleasant during the course. This lesson I liked the most today. - <b><font color="#666666">Albert</font></b>' +
'<br><br>' +
'Today I have done for the first time glass painting. I was wondering if I could do that, but I have worked well and it was nice. I think we have a very special teacher. - <b><font color="#666666">Kisei</font></b>' +
'</div><br>';
// end of == TESTIMONIALS ==

// start of == ABOUT ==
var content_about = '<div class="content" align="justify"><br><br>' +
'<span class="sectionTitle">Casa Artelor</span><br><br>' +
'<b>Centrul de Pictura si Desen <i>Casa Artelor</i></b>, condus de doamna profesoara pictor Eliana Pavel, se adreseaza copiilor talentati cu varste cuprinse intre cinci si cincisprezece ani care au posibilitatea de a-si descoperi si dezvolta potentialul artistic, de a se exprima prin intermediul artei. Micii pictori sunt copii din intregul Bucuresti, provenind din toate mediile sociale.' +
'<br><br>Toate activitatile se subordoneaza principiului <i>Daruind, vei dobandi!</i><br><br>' +
'Acest centru desfasoara o activitate dinamica, cu caracter educativ-formativ, incluzand numeroase vernisaje cu lucrarilor copiilor: desene dupa natura - flori si peisaje, icoane pe sticla si lemn, etc. Toate acestea s-au bucurat de un imens succes, iar motto-ul <i>Daruind, vei dobandi!</i> este prezent in actiunile cercului de pictura <i>Casa Artelor</i>: astfel, icoanele nu sunt vandute, ci sunt daruite, conform obiceiului crestin.' +
'</div>';

var content_about_ENG = '<div class="content" align="justify"><br><br>' +
'<span class="sectionTitle">Arts&lsquo; House</span><br><br>' +
'<i>Arts&lsquo; House</i>, <b>Centre for Painture and Drawing</b>, supervized by teacher and artist painter Eliana Pavel, addresses all young and talented children (5-15 years old) having the opportunity to discover and develop their artistic potential, to express themselves through art. These endowed kids come from Bucharest and they belong to different social environments.' +
'<br><br>All their activities follow a christian principle: <i>By giving, you will receive!</i><br><br>' +
'The Center runs a dynamic activity, having a educational and formative scope, including countless exhibitions with children paintures: drawings from nature - flowers and landscapes, glass icons, icons made on wood, etc. All these creations have had a great success and, our motto <i>By giving, you will receive!</i> is omnipresent through the Center&lsquo;s activities: thus, the icons aren&lsquo;t selled, they are offered according to the christian custom.' +
'</div>';

var content_about_CTD = '';
var content_about_ENG_CTD = '';
// end of == ABOUT ==

// start of == CONTACT ==
var content_contact = '<div class="content"><br>' +
'Ne puteti contacta la:<br><br>' +
'<b>Telefon:</b> (+40)732.137.058 / (+40)772.016.616 / (+40)31.43.67.716<br>' +
'<b>E-mail:</b> <a href="mailto:atelier@casa-artelor.eu">atelier@casa-artelor.eu</a><br>' +
'<b>Adresa:</b> str. Caineni, nr. 2, sector 1, Bucuresti, 013368<br><br>' +
'<img src="images/img_icon.gif" border="0">&nbsp;&nbsp;<a href="images/location_map_big.jpg" target="blank">Descarca harta mare</a><br><br>' +
'<span align="center"><img src="images/location_map.jpg" border="0"></span>' +
'</div>';

var content_contact_ENG = '<div class="content"><br>' +
'Contact us at:<br><br>' +
'<b>Phone:</b> (+40)732.137.058 / (+40)772.016.616 / (+40)31.43.67.716<br>' +
'<b>E-mail:</b> <a href="mailto:atelier@casa-artelor.eu">atelier@casa-artelor.eu</a><br>' +
'<b>Address:</b> Caineni street, no. 2, sector 1, Bucharest, 013368<br><br>' +
'<img src="images/img_icon.gif" border="0">&nbsp;&nbsp;<a href="images/location_map_big.jpg" target="blank">Download large map</a><br><br>' +
'<span align="center"><img src="images/location_map.jpg" border="0"></span>' +
'</div>';

var content_contact_CTD = '';
var content_contact_ENG_CTD = '';
// end of == CONTACT ==


// start of == SITE MAP ==
var content_sitemap = '<div class="content"><br><br>' +
'<B><a href="#" onclick="loadMenu(1)">Despre <i>Casa Artelor</i></a></B>' +
'<li><a href="#" onclick="loadMenu(3)">Obiective</a></li>' +
'<li><a href="#" onclick="loadMenu(4)">Expozitii cu lucrarile copiilor (in Bucuresti si in tara)</a></li>' +
'<br>' +
'<B><a href="#" onclick="loadMenu(2)">Noutati</a></B>' +
'<li><a href="#" onclick="loadMenu(2)">Participare la Expozitia Internationala de Arta a Copiilor</a></li>' +
'<li><a href="#" onclick="loadMenu(2)">Expozitie de Icoane si Desene la Teatrul Ion Creanga - Bucuresti</a></li>' +
'<li><a href="#" onclick="loadMenu(2)">Expozitie de Icoane si Desene la Centrul Cultural Metropolitan pentru Tineret - Bucuresti</a></li>' +
'<br>' +
'<B><a href="#" onclick="loadMenu(21)">Despre omul si artistul Eliana Pavel</a></B><br>' +
'<li><a href="#" onclick="loadMenu(21)">Expozitii si lucrari personale</a></li>' +
'<br>' +
'<B><a href="#" onclick="loadMenu(5)">Testimoniale</a></B>'+
'<br><br>' +
'<a href="files/proiect.pdf" target="blank">Proiect <b>Activitatea de expresie plastica</b> pentru copiii Cercului de Pictura <i>Casa Artelor</i></a>' +
'<br><br>' +
'<B><a href="#" onclick="loadMenu(6)">Informatii de contact</a></B>'+
'<br><br>' +
'</div>';

var content_sitemap_ENG = '<div class="content"><br><br>' +
'<B><a href="#" onclick="loadMenu(1)">About <i>Art&lsquo;s House</i></a></B>' +
'<li><a href="#" onclick="loadMenu(3)">Objectives</a></li>' +
'<li><a href="#" onclick="loadMenu(4)">Children Paintings exhibitions (in Bucharest and across the country)</a></li>' +
'<br>' +
'<B><a href="#" onclick="loadMenu(2)">News</a></B>' +
'<li><a href="#" onclick="loadMenu(2)">Participation at the World Children&lsquo;s Art Exhibition</a></li>' +
'<li><a href="#" onclick="loadMenu(2)">Iconography and Children Drawings exhibition at Ion Creanga Theater - Bucharest</a></li>' +
'<li><a href="#" onclick="loadMenu(2)">Iconography and Children Drawings exhibition at the Cultural Metropolitan Center for Youth - Bucharest</a></li>' +
'<br>' +
'<B><a href="#" onclick="loadMenu(21)">About Eliana Pavel: the man and the artist</a></B><br>' +
'<li><a href="#" onclick="loadMenu(21)">Personal works and exhibitions</a></li>' +
'<br>' +
'<B><a href="#" onclick="loadMenu(5)">Testimonials</a></B>'+
'<br><br>' +
'<a href="files/proiect.pdf" target="blank">Project: <b>The Plastic Expression Activity</b> for <i>Art&lsquo;s House</i> children (RO version)</a>' +
'<br><br>' +
'<B><a href="#" onclick="loadMenu(6)">Contact us</a></B>'+
'<br><br>' +
'</div>';

var content_sitemap_CTD = '';
var content_sitemap_ENG_CTD = '';
// end of == SITE MAP ==
