
function popup(MyPage){
	window.open(MyPage,'detail','width=730,height=590,scrollbars=0');
}

// params = idw;tid;id_site;tracking
function telecharger(params, video){
	window.open('http://mb.veridik.net/get.php?q='+params+'&idvideo='+video, '', 'scrollbars=yes, top=0, left=0, resizable');
}

function select_change(url){
	window.location.replace(url);
}