/* créateur du site : Netalapage (c)2008 www.netalapage.com, sites personnalisés */
/* nom de la page   : quicktime-index-film.js                                    */
/* protégé par SARL : Netalapage - création des sites Internet uniques, pas cher */

function openFilmWindowIndex() {
	document.getElementById('show-film-index').innerHTML = '<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="500" height="310" 	codebase="http://www.apple.com/qtactivex/qtplugin.cab"><param name="src" value="http://www.anna-le-film.com/videos/anna.mov" /><param name="autoplay" value="true" /><param name="bgcolor" value="#000000" /><embed height="300" width="510" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/" src="http://www.anna-le-film.com/videos/anna.mov" autoplay="true" bgcolor="#000000" /></object><p class="filmReturn-index" onclick="closeFilmWindowIndex()" style="cursor:pointer">Retour</p>';
	document.getElementById('show-film-index').style.display='block';
	document.getElementById('nonFlashLogo').style.opacity=0.2;
	document.getElementById('nonFlashLogo').style.filter='alpha(opacity=20)';
	document.getElementById('flashLogo').style.opacity=0.2;
	document.getElementById('flashLogo').style.filter='alpha(opacity=20)';
	document.getElementById('films').style.opacity=0.2;
	document.getElementById('films').style.filter='alpha(opacity=20)';
	document.getElementById('darma').style.opacity=0.2;
	document.getElementById('darma').style.filter='alpha(opacity=20)';
	document.getElementById('comediens').style.opacity=0.2;
	document.getElementById('comediens').style.filter='alpha(opacity=20)';
	document.getElementById('equipe').style.opacity=0.2;
	document.getElementById('equipe').style.filter='alpha(opacity=20)';
	document.getElementById('photos').style.opacity=0.2;
	document.getElementById('photos').style.filter='alpha(opacity=20)';
	document.getElementById('musique').style.opacity=0.2;
	document.getElementById('musique').style.filter='alpha(opacity=20)';
	document.getElementById('photo').style.opacity=0.2;
	document.getElementById('photo').style.filter='alpha(opacity=20)';
}

function closeFilmWindowIndex() {
	document.getElementById('show-film-index').style.display='none';
	document.getElementById('show-film-index').innerHTML = '';
	document.getElementById('nonFlashLogo').style.opacity = 1;
	document.getElementById('nonFlashLogo').style.filter='alpha(opacity=100)';
	document.getElementById('flashLogo').style.opacity = 1;
	document.getElementById('flashLogo').style.filter='alpha(opacity=100)';
	document.getElementById('films').style.opacity = 1;
	document.getElementById('films').style.filter='alpha(opacity=100)';
	document.getElementById('darma').style.opacity = 1;
	document.getElementById('darma').style.filter='alpha(opacity=100)';
	document.getElementById('comediens').style.opacity = 1;
	document.getElementById('comediens').style.filter='alpha(opacity=100)';
	document.getElementById('equipe').style.opacity = 1;
	document.getElementById('equipe').style.filter='alpha(opacity=100)';
	document.getElementById('photos').style.opacity = 1;
	document.getElementById('photos').style.filter='alpha(opacity=100)';
	document.getElementById('musique').style.opacity = 1;
	document.getElementById('musique').style.filter='alpha(opacity=100)';
	document.getElementById('photo').style.opacity = 1;
	document.getElementById('photo').style.filter='alpha(opacity=100)';
}

function openFilmWindowFilms() {
	document.getElementById('show-film-films').innerHTML = '<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="500" height="310" 	codebase="http://www.apple.com/qtactivex/qtplugin.cab"><param name="src" value="http://www.anna-le-film.com/videos/anna.mov" /><param name="autoplay" value="true" /><param name="bgcolor" value="#000000" /><embed height="300" width="510" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/" src="http://www.anna-le-film.com/videos/anna.mov" autoplay="true" bgcolor="#000000" /></object><p class="filmReturn-films" onclick="closeFilmWindowFilms()" style="cursor:pointer">Retour</p>';
	document.getElementById('show-film-films').style.display='block';
	document.getElementById('nonFlashLogo').style.opacity=0.2;
	document.getElementById('nonFlashLogo').style.filter='alpha(opacity=20)';
	document.getElementById('flashLogo').style.opacity=0.2;
	document.getElementById('flashLogo').style.filter='alpha(opacity=20)';
	document.getElementById('films').style.opacity=0.2;
	document.getElementById('films').style.filter='alpha(opacity=20)';
	document.getElementById('darma').style.opacity=0.2;
	document.getElementById('darma').style.filter='alpha(opacity=20)';
	document.getElementById('comediens').style.opacity=0.2;
	document.getElementById('comediens').style.filter='alpha(opacity=20)';
	document.getElementById('equipe').style.opacity=0.2;
	document.getElementById('equipe').style.filter='alpha(opacity=20)';
	document.getElementById('photos').style.opacity=0.2;
	document.getElementById('photos').style.filter='alpha(opacity=20)';
	document.getElementById('musique').style.opacity=0.2;
	document.getElementById('musique').style.filter='alpha(opacity=20)';
	document.getElementById('photo').style.opacity=0.2;
	document.getElementById('photo').style.filter='alpha(opacity=20)';
}

function closeFilmWindowFilms() {
	document.getElementById('show-film-films').style.display='none';
	document.getElementById('show-film-films').innerHTML = '';
	document.getElementById('nonFlashLogo').style.opacity = 1;
	document.getElementById('nonFlashLogo').style.filter='alpha(opacity=100)';
	document.getElementById('flashLogo').style.opacity = 1;
	document.getElementById('flashLogo').style.filter='alpha(opacity=100)';
	document.getElementById('films').style.opacity = 1;
	document.getElementById('films').style.filter='alpha(opacity=100)';
	document.getElementById('darma').style.opacity = 1;
	document.getElementById('darma').style.filter='alpha(opacity=100)';
	document.getElementById('comediens').style.opacity = 1;
	document.getElementById('comediens').style.filter='alpha(opacity=100)';
	document.getElementById('equipe').style.opacity = 1;
	document.getElementById('equipe').style.filter='alpha(opacity=100)';
	document.getElementById('photos').style.opacity = 1;
	document.getElementById('photos').style.filter='alpha(opacity=100)';
	document.getElementById('musique').style.opacity = 1;
	document.getElementById('musique').style.filter='alpha(opacity=100)';
	document.getElementById('photo').style.opacity = 1;
	document.getElementById('photo').style.filter='alpha(opacity=100)';
}			 

function openMakingWindowFilms() {
	document.getElementById('show-making-films').innerHTML = '<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="500" height="310" 	codebase="http://www.apple.com/qtactivex/qtplugin.cab"><param name="src" value="http://www.anna-le-film.com/videos/making.mov" /><param name="autoplay" value="true" /><param name="bgcolor" value="#000000" /><embed height="300" width="510" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/" src="http://www.anna-le-film.com/videos/making.mov" autoplay="true" bgcolor="#000000" /></object><p class="filmReturn-films" onclick="closeMakingWindowFilms()" style="cursor:pointer">Retour</p>';
	document.getElementById('show-making-films').style.display='block';
	document.getElementById('nonFlashLogo').style.opacity=0.2;
	document.getElementById('nonFlashLogo').style.filter='alpha(opacity=20)';
	document.getElementById('flashLogo').style.opacity=0.2;
	document.getElementById('flashLogo').style.filter='alpha(opacity=20)';
	document.getElementById('films').style.opacity=0.2;
	document.getElementById('films').style.filter='alpha(opacity=20)';
	document.getElementById('darma').style.opacity=0.2;
	document.getElementById('darma').style.filter='alpha(opacity=20)';
	document.getElementById('comediens').style.opacity=0.2;
	document.getElementById('comediens').style.filter='alpha(opacity=20)';
	document.getElementById('equipe').style.opacity=0.2;
	document.getElementById('equipe').style.filter='alpha(opacity=20)';
	document.getElementById('photos').style.opacity=0.2;
	document.getElementById('photos').style.filter='alpha(opacity=20)';
	document.getElementById('musique').style.opacity=0.2;
	document.getElementById('musique').style.filter='alpha(opacity=20)';
	document.getElementById('photo').style.opacity=0.2;
	document.getElementById('photo').style.filter='alpha(opacity=20)';
}

function closeMakingWindowFilms() {
	document.getElementById('show-making-films').style.display='none';
	document.getElementById('show-making-films').innerHTML = '';
	document.getElementById('nonFlashLogo').style.opacity = 1;
	document.getElementById('nonFlashLogo').style.filter='alpha(opacity=100)';
	document.getElementById('flashLogo').style.opacity = 1;
	document.getElementById('flashLogo').style.filter='alpha(opacity=100)';
	document.getElementById('films').style.opacity = 1;
	document.getElementById('films').style.filter='alpha(opacity=100)';
	document.getElementById('darma').style.opacity = 1;
	document.getElementById('darma').style.filter='alpha(opacity=100)';
	document.getElementById('comediens').style.opacity = 1;
	document.getElementById('comediens').style.filter='alpha(opacity=100)';
	document.getElementById('equipe').style.opacity = 1;
	document.getElementById('equipe').style.filter='alpha(opacity=100)';
	document.getElementById('photos').style.opacity = 1;
	document.getElementById('photos').style.filter='alpha(opacity=100)';
	document.getElementById('musique').style.opacity = 1;
	document.getElementById('musique').style.filter='alpha(opacity=100)';
	document.getElementById('photo').style.opacity = 1;
	document.getElementById('photo').style.filter='alpha(opacity=100)';
}