/* Date de création: 23/11/2004 */
<SCRIPT type="text/javascript">
function zoom_film(numlien) {
 document.links[numlien].target="zoom";
 firef = window.open("", "zoom", "dependent=yes, width=150, height=300"); 
}
function ZoomFilm(numlien)
{
document.zoom.action="zoom_film.php?numfilm=".numlien;
return true;
}
function news() {
 document.links[28].target="news";
 firef = window.open("", "news", "scrollbars=yes, dependent=yes, resizeable=yes, width=400, height=600"); 
}
function validuser()
{
//ok_l.href="index.php?user="+usr.value+"&pwd="+mdp.value
document.accueil.submit();
return true;
}
function Aff_presentation() 
{
f1=window.open("presentation_newsite.htm", "presentation", "scrollbars=yes, dependent=yes, resizeable=yes, width=450, height=400");
}
</SCRIPT>
