function popVideo()
{
Url = 'video.swf';
Titre = 'Plan';
Param = 'width=400,height=300';
window.open(Url,Titre,Param);
}
