// JavaScript Document
// e accent aigu = &eacute;
// e accent grave = &egrave;
// a accent aigu = &agrave;
// c cedille = &ccedil;
// i circonflexe = &icirc;
// e circonflexe = &ecirc;

var strTexte = "";
var strTexteEn = "";
var photoTitre = "";
var photoTitreEn = "";

var gLangue = true; // true est francais, false est anglais
var gSection = null;

function chargerTexteJS(pSection)
	{
		eval(pSection + "()");
		txtZone.scrollTop = 0;
	}

function accueil()//accueil\
	{
		gSection = 0;
		strTexte = '<span style="font-size:1.5em;">De retour dans la capitale du m&eacute;tal, et ce apr&egrave;s une absence de deux ans, Arianne Fleury est de nouveau disponible pour participer sur votre album comme choriste.</span>';
		
		document.getElementById("txtZone").innerHTML = strTexte;
		txtZone.scrollTop = 0;
	}

function biographie()//biographie\
	{
		gSection = 1;
		strTexte = 'La voix ang&eacute;lique de Arianne Fleury est vraiment &eacute;poustouflante, allant de vocalises soprano d\'op&eacute;ra en passant par des voix plus classiques et populaires. Elle est &eacute;galement reconnue comme &eacute;tant une excellente interpr&egrave;te, laissant les critiques bouche-b&eacute;e.<p/>';
		strTexte += 'La premi&egrave;re apparition de Arianne dans la sc&egrave;ne m&eacute;tal qu&eacute;b&eacute;coise eut lieu en 2001, lorsqu\'elle fut invit&eacute;e &agrave; contribuer vocalement sur la pi&egrave;ce de SPASME intitul&eacute;e "Near Death Experience", qui parut sur la compilation Neoblast 2. Peu apr&egrave;s, elle participa &agrave; la formation du groupe AUGURY en 2002. Lors des nombreux spectacles auxquels elle participa, la r&eacute;putation de Arianne se fit rapidement, montrant son style intense de vocalises soprano. &agrave; partir de ce moment, la sc&egrave;ne m&eacute;tal de Montr&eacute;al commen&ccedil;a &agrave; accueillir les talents de chanteuse de Arianne &agrave; bras ouverts, et elle commen&ccedil;a rapidement &agrave; recevoir des offres d\'autres groupes &eacute;tablis. Son apparition suivante fut avec le groupe ROSTRUM sur la pi&egrave;ce "I\'ll Be Saved", et elle participa aussi au tournage de deux vid&eacute;os et d\'un court-m&eacute;trage avec ceux-ci. Arianne pr&ecirc;ta &eacute;galement sa voix en tant qu\'invit&eacute;e pour QUO VADIS, TORN WITHIN, OBSCURCIS ROMANCIA, et elle a enregistr&eacute; avec le groupe de doom CORTISOL.<p/>';
		strTexte += 'La forte ambition de Arianne &agrave; d&eacute;velopper son talent avec des groupes m&eacute;tal diversifi&eacute;s est ce qui garde sa voix si fra&icirc;che et innovatrice. Elle devient rapidement une &eacute;toile montante dans la sc&egrave;ne m&eacute;tal qu&eacute;b&eacute;coise. Elle souhaite travailler avec des musiciens de plusieurs styles. Ceux qui sont int&eacute;ress&eacute;s &agrave; ce qu\'elle participe &agrave; l\'enregistrement de leur CD ou &agrave; ce qu\'elle monte sur les planches avec eux peuvent la contacter.';
		photoTitre = '<img src="images/tBio.jpg" />';
		
		document.getElementById("txtZone").innerHTML = strTexte;
		document.getElementById("titreSection").innerHTML = photoTitre;
		
		txtZone.scrollTop = 0;
	}
	
function biography() 
	{
		gSection = 1;
		//alert("biography");
		strTexteEn = 'The angelic voice of Arianne Fleury is truly breathtaking, ranging from intense operatic/soprano vocals to classical and popular voices. She is emerging as a great live performer leaving critiques in awe.<p/>';
		strTexteEn += 'Arianne\'s first appearance in the Quebec metal scene came in 2001 by guest vocals with the band SPASME on the track "Near Death Experience" which was released on the Neoblast Compilation 2. Soon after, she helped form the band AUGURY in 2002. With several live shows under her belt, Arianne\'s reputation quickly grew, showcasing her intense style of operatic soprano vocals. At this point, the Montreal metal scene began to embrace Arianne\'s singing talents and she soon began receiving offers from other established acts. Her next appearance was with the band ROSTRUM on the track "I\'ll Be Saved", she also appeared on two of their videos and one mini film. Arianne has also made guest vocals with QUO VADIS, TORN WITHIN, OBSCURCIS ROMANCIA, and recently joined SEPTEMBER 12 as lead vocalist.<p/>';
		strTexteEn += 'Arianne\'s strong ambition to expand her talents with diversified metal bands is what keeps her sound fresh and innovative. She is quickly becoming a rising star in the Quebec metal scene. Her desire is to work with musicians of many styles. Those interested in having her singing talents on CD or live should get in touch with her.';
		photoTitreEn = '<img src="images/tBioEn.jpg" />';
		
		document.getElementById("txtZone").innerHTML = strTexteEn;
		document.getElementById("titreSection").innerHTML = photoTitreEn;
		
		txtZone.scrollTop = 0;
	}

function discographie()//discographie\
	{
		gSection = 2;
		strTexte = '<div id="disco"><div id="album"><img src="images/cortisol.jpg" /></div>';
		strTexte += '<div id="texteDisco">Artiste : Cortisol<br/>';
		strTexte += 'Album : September 12<br/>';
		strTexte += 'Titre : <a href="audio/Infinit supply of nothing.mp3" onclick="window.open(this.href, \'popupwindow\', \'width=320,height=10\'); return false;"><span style="font-size:1.5em; color:#c70c15;">Infinit supply of nothing</span></a><br/>';
		strTexte += 'Ann&eacute;e : 2006<br/><p><p>';
		strTexte += '</div></div></div><hr/>';
		
		strTexte += '<div id="disco2"><div id="dvd"><img src="images/rostrum.jpg" /></div>';
		strTexte += '<div id="texteDisco">Artiste : Rostrum<br/>';
		strTexte += 'DVD : Ave Tenebrai<br/>';
		strTexte += 'Titre : <a href="audio/I\'ll be saved.mp3" onclick="window.open(this.href, \'popupwindow\', \'width=320,height=10\'); return false;"><span style="font-size:1.5em; color:#c70c15;">I\'ll be saved</span></a><br/>';
		strTexte += 'Ann&eacute;e : 2005<br/><p><p>';
		strTexte += '</div></div></div><hr/>';
		
		strTexte += '<div id="disco"><div id="album"><img src="images/augury.jpg" /></div>';
		strTexte += '<div id="texteDisco">Artiste : Augury<br/>';
		strTexte += 'Album : Concealed<br/>';
		strTexte += 'Titre : <a href="audio/Beatus.mp3" onclick="window.open(this.href, \'popupwindow\', \'width=320,height=10\'); return false;"><span style="font-size:1.5em; color:#c70c15;">Beatus</span></a><br/>';
		strTexte += 'Titre : <a href="audio/Cosmic Migration.mp3" onclick="window.open(this.href, \'popupwindow\', \'width=320,height=10\'); return false;"><span style="font-size:1.5em; color:#c70c15;">Cosmic Migration</span></a><br/>';
		strTexte += 'Titre : <a href="audio/In russian dolls universes.mp3" onclick="window.open(this.href, \'popupwindow\', \'width=320,height=10\'); return false;"><span style="font-size:1.5em; color:#c70c15;">In russian dolls universes</span></a><br/>';
		strTexte += 'Titre : <a href="audio/The Lair of Purity.mp3" onclick="window.open(this.href, \'popupwindow\', \'width=320,height=10\'); return false;"><span style="font-size:1.5em; color:#c70c15;">The Lair of Purity</span></a><br/>';
		strTexte += 'Titre : <a href="audio/as sea devours land.mp3" onclick="window.open(this.href, \'popupwindow\', \'width=320,height=10\'); return false;"><span style="font-size:1.5em; color:#c70c15;">...as sea devours land</span></a><br/>';
		strTexte += 'Ann&eacute;e : 2004<br/><p><p>';
		strTexte += '</div></div></div><hr/>';
		
		strTexte += '<div id="disco"><div id="album"><img src="images/quovadis.jpg" /></div>';
		strTexte += '<div id="texteDisco">Artiste : Quo Vadis<br/>';
		strTexte += 'Album : Defiant Imagination<br/>';
		strTexte += 'Titre : <a href="audio/Articulo Mortis.mp3" onclick="window.open(this.href, \'popupwindow\', \'width=320,height=10\'); return false;"><span style="font-size:1.5em; color:#c70c15;">Articulo Mortis</span></a><br/>';
		strTexte += 'Titre : <a href="audio/Ego Intuo et Servo Te.mp3" onclick="window.open(this.href, \'popupwindow\', \'width=320,height=10\'); return false;"><span style="font-size:1.5em; color:#c70c15;">Ego Intuo et Servo Te</span></a><br/>';
		strTexte += 'Ann&eacute;e : 2004<br/><p><p>';
		strTexte += '</div></div></div><hr/>';
		
		strTexte += '<div id="disco"><div id="album"><img src="images/torn.jpg" /></div>';
		strTexte += '<div id="texteDisco">Artiste : Torn Within<br/>';
		strTexte += 'Album : Allied With Bitterness<br/>';
		strTexte += 'Titre : <a href="audio/Spirit lost.mp3" onclick="window.open(this.href, \'popupwindow\', \'width=320,height=10\'); return false;"><span style="font-size:1.5em; color:#c70c15;">Spirit lost</span></a><br/>';
		strTexte += 'Ann&eacute;e : 2004<br/><p><p>';
		strTexte += '</div></div></div><hr/>';
		
		strTexte += '<div id="disco"><div id="album"><img src="images/neoblast.jpg" /></div>';
		strTexte += '<div id="texteDisco">Artiste : Compilation NeoBlast <br/>';
		strTexte += 'Album : Vol.2<br/>';
		strTexte += 'Titre : <a href="audio/Near Death Experience.mp3" onclick="window.open(this.href, \'popupwindow\', \'width=320,height=10\'); return false;"><span style="font-size:1.5em; color:#c70c15;">Near Death Experience</span></a><br/>';
		strTexte += 'Ann&eacute;e : 2001<br/><p><p>';
		strTexte += '</div></div></div>';
		
		
		photoTitre = '<img src="images/tDisco.jpg" />';
	
		document.getElementById("txtZone").innerHTML = strTexte;
		document.getElementById("titreSection").innerHTML = photoTitre;
		txtZone.scrollTop = 0;
	}
	
function discography()//discography\
	{
		gSection = 2;
		strTexteEn = '<div id="disco"><div id="album"><img src="images/cortisol.jpg" /></div>';
		strTexteEn += '<div id="texteDisco">Artist : Cortisol<br/>';
		strTexteEn += 'Album : September 12<br/>';
		strTexteEn += 'Title : <a href="audio/Infinit supply of nothing.mp3" onclick="window.open(this.href, \'popupwindow\', \'width=320,height=10\'); return false;"><span style="font-size:1.5em; color:#c70c15;">Infinit supply of nothing</span></a><br/>';
		strTexteEn += 'Year : 2006<br/><p><p>';
		strTexteEn += '</div></div></div><hr/>';
		
		strTexteEn += '<div id="disco2"><div id="dvd"><img src="images/rostrum.jpg" /></div>';
		strTexteEn += '<div id="texteDisco">Artist : Rostrum<br/>';
		strTexteEn += 'DVD : Ave Tenebrai<br/>';
		strTexteEn += 'Title : <a href="audio/I\'ll be saved.mp3" onclick="window.open(this.href, \'popupwindow\', \'width=320,height=10\'); return false;"><span style="font-size:1.5em; color:#c70c15;">I\'ll be saved</span></a><br/>';
		strTexteEn += 'Year : 2005<br/><p><p>';
		strTexteEn += '</div></div></div><hr/>';
		
		strTexteEn += '<div id="disco"><div id="album"><img src="images/augury.jpg" /></div>';
		strTexteEn += '<div id="texteDisco">Artist : Augury<br/>';
		strTexteEn += 'Album : Concealed<br/>';
		strTexteEn += 'Title : <a href="audio/Beatus.mp3" onclick="window.open(this.href, \'popupwindow\', \'width=320,height=10\'); return false;"><span style="font-size:1.5em; color:#c70c15;">Beatus</span></a><br/>';
		strTexteEn += 'Title : <a href="audio/Cosmic Migration.mp3" onclick="window.open(this.href, \'popupwindow\', \'width=320,height=10\'); return false;"><span style="font-size:1.5em; color:#c70c15;">Cosmic Migration</span></a><br/>';
		strTexteEn += 'Title : <a href="audio/In russian dolls universes.mp3" onclick="window.open(this.href, \'popupwindow\', \'width=320,height=10\'); return false;"><span style="font-size:1.5em; color:#c70c15;">In russian dolls universes</span></a><br/>';
		strTexteEn += 'Title : <a href="audio/The Lair of Purity.mp3" onclick="window.open(this.href, \'popupwindow\', \'width=320,height=10\'); return false;"><span style="font-size:1.5em; color:#c70c15;">The Lair of Purity</span></a><br/>';
		strTexteEn += 'Title : <a href="audio/as sea devours land.mp3" onclick="window.open(this.href, \'popupwindow\', \'width=320,height=10\'); return false;"><span style="font-size:1.5em; color:#c70c15;">...as sea devours land</span></a><br/>';
		strTexteEn += 'Year : 2004<br/><p><p>';
		strTexteEn += '</div></div></div><hr/>';
		
		strTexteEn += '<div id="disco"><div id="album"><img src="images/quovadis.jpg" /></div>';
		strTexteEn += '<div id="texteDisco">Artist : Quo Vadis<br/>';
		strTexteEn += 'Album : Defiant Imagination<br/>';
		strTexteEn += 'Title : <a href="audio/Articulo Mortis.mp3" onclick="window.open(this.href, \'popupwindow\', \'width=320,height=256\'); return false;"><span style="font-size:1.5em; color:#c70c15;">Articulo Mortis</span></a><br/>';
		strTexteEn += 'Title : <a href="audio/Ego Intuo et Servo Te.mp3" onclick="window.open(this.href, \'popupwindow\', \'width=320,height=10\'); return false;"><span style="font-size:1.5em; color:#c70c15;">Ego Intuo et Servo Te</span></a><br/>';
		strTexteEn += 'Year : 2004<br/><p><p>';
		strTexteEn += '</div></div></div><hr/>';
		
		strTexteEn += '<div id="disco"><div id="album"><img src="images/torn.jpg" /></div>';
		strTexteEn += '<div id="texteDisco">Artist : Torn Within<br/>';
		strTexteEn += 'Album : Allied With Bitterness<br/>';
		strTexteEn += 'Title : <a href="audio/Spirit lost.mp3" onclick="window.open(this.href, \'popupwindow\', \'width=320,height=10\'); return false;"><span style="font-size:1.5em; color:#c70c15;">Spirit lost</span></a><br/>';
		strTexteEn += 'Year : 2004<br/><p><p>';
		strTexteEn += '</div></div></div><hr/>';
		
		strTexteEn += '<div id="disco"><div id="album"><img src="images/neoblast.jpg" /></div>';
		strTexteEn += '<div id="texteDisco">Artiste : Compilation NeoBlast <br/>';
		strTexteEn += 'Album : Vol.2<br/>';
		strTexteEn += 'Titre : <a href="audio/Near Death Experience.mp3" onclick="window.open(this.href, \'popupwindow\', \'width=320,height=10\'); return false;"><span style="font-size:1.5em; color:#c70c15;">Near Death Experience</span></a><br/>';
		strTexteEn += 'Ann&eacute;e : 2001<br/><p><p>';
		strTexteEn += '</div></div></div>';
		
		photoTitreEn = '<img src="images/tDiscoEn.jpg" />';
	
		document.getElementById("txtZone").innerHTML = strTexteEn;
		document.getElementById("titreSection").innerHTML = photoTitreEn;
		txtZone.scrollTop = 0;
	}
	
function photo()//photo\
	{
		gSection = 3;
		strTexte = '<div id="albumPhoto">';
		for (var cpt=1; cpt<=30; cpt++)
		{	
			if (cpt == 2 || cpt == 3 || cpt == 11 || cpt == 21 || cpt == 28 || cpt == 30)
				{
					strTexte += '<div id="photoAri"><a  href="#" onmouseover="javascript:setVisibleParonama(\'layer1\','+cpt+',true)" onmouseout="javascript:setVisibleParonama(\'layer1\',false)"><img src="photo/'+cpt+'p.jpg" /></a></div>';	
				}
			else
				{
					strTexte += '<div id="photoAri"><a  href="#" onmouseover="javascript:setVisible(\'layer1\','+cpt+',true)" onmouseout="javascript:setVisible(\'layer1\',false)"><img src="photo/'+cpt+'p.jpg" /></a></div>';
				}
		}
		strTexte += '<div>';
		photoTitre = '<img src="images/tPhoto.jpg" />';
	
		document.getElementById("txtZone").innerHTML = strTexte;
		document.getElementById("titreSection").innerHTML = photoTitre;
		txtZone.scrollTop = 0;
	}

function video()//video\
	{
		gSection = 4;
		strTexte = '';
		strTexte += '<div id="lienVideo"><a href="video/augury_live_Medley2004.mov" onclick="window.open(this.href, \'popupwindow\', \'width=320,height=256\'); return false;">Augury - Live Medley 2004</a><p>';
		strTexte += '<a href="http://www.youtube.com/v/WszqR8sgQAw&rel=1" onClick="window.open(this.href, \'popupwindow\', \'width=425,height=355\'); return false;">Augury - Beatus Live 3 Rivi&egrave;res Metal Fest</a><p>';
		strTexte += '<a href="http://www.youtube.com/v/SYpVKx_N7Cw&rel=1" onClick="window.open(this.href, \'popupwindow\', \'width=425,height=355\'); return false;">Augury - Beatus Live Qu&eacute;bec</a><p>';
		strTexte += '<a href="http://www.youtube.com/v/GUzWLGw6ZAM&rel=1" onClick="window.open(this.href, \'popupwindow\', \'width=425,height=355\'); return false;">Blinded By Faith - Consortium Y2K Live</a><p>';
		strTexte += '<a href="video/rostrum_live_Foufs2004.mov" onClick="window.open(this.href, \'popupwindow\', \'width=320,height=256\'); return false;">Rostrum - Live Fouf 2004</a><p>';
		strTexte += '<a href="http://www.youtube.com/v/3s1-8iZt64A&rel=1" onClick="window.open(this.href, \'popupwindow\', \'width=425,height=355\'); return false;">Rostrum - I\'ll be saved</a><p>';
		strTexte += '<a href="http://www.youtube.com/v/UjyhRQ1CeSY&rel=1" onClick="window.open(this.href, \'popupwindow\', \'width=425,height=355\'); return false;">Rostrum - Ritualis</a></div>';
		
		
		
		photoTitre = '<img src="images/tVideo.jpg" />';
	
		document.getElementById("txtZone").innerHTML = strTexte;
		document.getElementById("titreSection").innerHTML = photoTitre;
		txtZone.scrollTop = 0;
	}

function lien()//lien\
	{
		gSection = 5;
		strTexte = '<div id="lienNom"><a href="#" target="blank">Arianne Fleury Myspace</a><br/>';
		strTexte += '<a href="http://www.augurymetal.com" target="blank">Augury</a><br/>';
		strTexte += '<a href="http://www.blindedbyfaith.com/" target="blank">Blinded By Faith</a><br/>';
		strTexte += '<a href="http://www.myspace.com/cortisoldoom" target="blank">Cortisol</a><br/>';
		strTexte += '<a href="http://www.myspace.com/rostrum666" target="blank">Rostrum</a><br/>';
		strTexte += '<a href="http://www.quovadis.qc.ca/" target="blank">Quo Vadis</a><br/>';
		strTexte += '<a href="http://www.tornwithin.com/" target="blank">Torn Within</a><br/>';
		strTexte += '<a href="http://www.myspace.com/necronomiconmetal" target="blank">Necronomicon</a><br/>';
		strTexte += '<a href="http://www.obscurcis.com/" target="blank">Obscurcis Romancia</a><br/>';
		strTexte += '<a href="http://www.cryptopsy.net/" target="blank">Cryptopsy</a><br/>';
		strTexte += '<a href="http://www.myspace.com/vengeful1" target="blank">Vengeful</a><br/>';
		strTexte += '<a href="http://www.myspace.com/kgbstudios" target="blank">KGB STUDIOS</a><br/>';
		strTexte += '<a href="#" target="blank">Louis-Charles Levasseur</a><br/>';
		strTexte += '<a href="http://www.myspace.com/hippiemetalboy" target="blank">Renaud Sakelaris</a><br/>';
		strTexte += '</div>';
		
		
		photoTitre = '<img src="images/tLien.jpg" />';
	
		document.getElementById("txtZone").innerHTML = strTexte;
		document.getElementById("titreSection").innerHTML = photoTitre;
		txtZone.scrollTop = 0;
	}

function lienEn()
	{
		gSection = 5;
			strTexte = '<div id="lienNom"><a href="#" target="blank">Arianne Fleury Myspace</a><br/>';
		strTexte += '<a href="http://www.augurymetal.com" target="blank">Augury</a><br/>';
		strTexte += '<a href="http://www.blindedbyfaith.com/" target="blank">Blinded By Faith</a><br/>';
		strTexte += '<a href="http://www.myspace.com/cortisoldoom" target="blank">Cortisol</a><br/>';
		strTexte += '<a href="http://www.myspace.com/rostrum666" target="blank">Rostrum</a><br/>';
		strTexte += '<a href="http://www.quovadis.qc.ca/" target="blank">Quo Vadis</a><br/>';
		strTexte += '<a href="http://www.tornwithin.com/" target="blank">Torn Within</a><br/>';
		strTexte += '<a href="http://www.myspace.com/necronomiconmetal" target="blank">Necronomicon</a><br/>';
		strTexte += '<a href="http://www.obscurcis.com/" target="blank">Obscurcis Romancia</a><br/>';
		strTexte += '<a href="http://www.cryptopsy.net/" target="blank">Cryptopsy</a><br/>';
		strTexte += '<a href="http://www.myspace.com/vengeful1" target="blank">Vengeful</a><br/>';
		strTexte += '<a href="http://www.myspace.com/kgbstudios" target="blank">KGB STUDIOS</a><br/>';
		strTexte += '<a href="#" target="blank">Louis-Charles Levasseur</a><br/>';
		strTexte += '<a href="http://www.myspace.com/hippiemetalboy" target="blank">Renaud Sakelaris</a><br/>';
		strTexte += '</div>';
		
		photoTitre = '<img src="images/tLienEn.jpg" />';
	
		document.getElementById("txtZone").innerHTML = strTexte;
		document.getElementById("titreSection").innerHTML = photoTitre;
		txtZone.scrollTop = 0;
	}
	
//***************************************************************************

function appelerFonction()
	{
		if (gLangue === true)//en francais
		{
			if (gSection == 1)
				{
					biographie();
				}
			else if (gSection == 2)
				{
					discographie();
				}
			else if (gSection == 3)
				{
					photo();
				}
			else if (gSection == 4)
				{
					video();
				}
			else if (gSection == 5)
				{
					lien();
				}
		}
		else//en englais
			if(gSection == 1)
				{
					biography();
				}
			else if (gSection == 2)
				{
					discography();
				}
			else if (gSection == 3)
				{
					photo();
				}
			else if (gSection == 4)
				{
					video();
				}
			else if (gSection == 5)
				{
					lienEn();
				}
	}

function setActiveStyleSheet(title) 
	{
   	var i, a, main;
	   	for(i=0; (a = document.getElementsByTagName("link")[i]); i++) 
	   	{
		 if(a.getAttribute("rel").indexOf("style") != -1 && a.getAttribute("title")) 
			{
				a.disabled = true;
			}
		 if(a.getAttribute("title") == title) 
		 	{
			a.disabled = false;
		 	}
		}
	}
//***************************************************************************

function francaisAglais() 
	{
			gLangue = false;
			appelerFonction();
	}

function anglaisFrancais() 
	{
			gLangue = true;
			appelerFonction();
	}
//***************************************************************************

function ouvre_popup(page) 
{
	
	window.open(page,'nom_popup','scrollbars=0,resizable=0,width=320,height=256,top='+((screen.height-350)/2)+',left='+((screen.width-400)/2));
	
   }
   
/****************************************************************************/

function setVisible(obj,pNom)
{
	document.getElementById(obj).style.backgroundImage = 'url(photo/'+pNom+'.jpg)';
	document.getElementById(obj).style.height = '580px';
	document.getElementById(obj).style.width = '380px';
	document.getElementById(obj).style.left = '-275px';
	document.getElementById(obj).style.top = '0px';
	obj = document.getElementById(obj);
	obj.style.visibility = (obj.style.visibility == 'visible') ? 'hidden' : 'visible';
}


function setVisibleParonama(obj,pNom)
{
	document.getElementById(obj).style.backgroundImage = 'url(photo/'+pNom+'.jpg)';
	document.getElementById(obj).style.height = '380px';
	document.getElementById(obj).style.width = '580px';
	document.getElementById(obj).style.left = '-175px';
	document.getElementById(obj).style.top = '0px';
	obj = document.getElementById(obj);
	obj.style.visibility = (obj.style.visibility == 'visible') ? 'hidden' : 'visible';
}

/***************************************************************************/

