
function pop_video(url,titre)
{if(url.href)url=url.href;var theframe=document.getElementById('video_frame');if(theframe!=null)theframe.contentWindow.location.reload();window.open("/gaming_live_popup.htm?url="+escape(url)+"&titre="+escape(titre),'_blank','location=no,menubar=no,toolbar=no,status=no');}
function pop_video_ve(url,titre)
{if(url.href)url=url.href;var theframe=document.getElementById('video_frame');if(theframe!=null)theframe.contentWindow.location.reload();window.open("/videos_editeurs_popup.htm?url="+escape(url)+"&titre="+escape(titre),'_blank','location=no,menubar=no,toolbar=no,status=no');}