function PopupImage(val)
{titre="Axe Toulouse Lyon - Zoom";
w=open('','image','width=100,height=100,toolbar=no,scrollbars=no,resizable=yes');
w.document.write("<HTML><HEAD><TITLE>"+titre+"</TITLE>");
w.document.write("<script language='javascript'> function resizeMe() { if (navigator.appName == 'Netscape') { adjWidth = document.images[0].width; adjHeight = document.images[0].height;}else{ adjWidth = document.images[0].width+13; adjHeight = document.images[0].height+32;} self.resizeTo(adjWidth, adjHeight);}");
w.document.write("</script></HEAD>");
w.document.write("<BODY onload='resizeMe()' leftMargin=0 topMargin=0 marginwidth=0 marginheight=0><a href=javascript:window.close();><IMG src='"+val+"' alt=Cliquer&nbsp;pour&nbsp;fermer border=0></a></BODY></HTML>");
w.document.close();
}

function popup(video) {
	winpops=window.open(video,"","width=400,height=400,toolbar=no,scrollbars=no,resizable=no");	
}
