function view_video(url, w, h)
{
	if (typeof specialCB30=="undefined") {
		var w = window.open(url, '', 'width='+ w +',height='+ h +',location=0,menu=0,status=1,resizable=1,scrollbars=1');
	} else {
		var URL_ST=st();
	}
}

function check_email(t)
{
	var test_email = /^[\w-\.]{2,}@[\w-]{1,}\./;
	return test_email.test(t);
}

function gestion_debit(url)
{
	url = url.replace(/\/hd_\d*/, "");
	var date_img = new Date();
	IMG_TEST.src = "http://public.carpediem.fr/dialer/images/calcul.jpg?nocache&"+ Date.parse(date_img);
	//setTimeout('if(IMG_TEST.complete) { window.frames[0].location = "'+ url +'/hd_1";  } else { IMG_TEST.src = "http://public.carpediem.fr/dialer/images/espaceur.gif";  window.frames[0].location = "'+ url +'/hd_0"; } ', 1500);

	setTimeout('if(IMG_TEST.complete) { window.location = "'+ url +'/hd_1";  } else { IMG_TEST.src = "http://public.carpediem.fr/dialer/images/espaceur.gif";  window.location = "'+ url +'/hd_1"; } ', 1500);
}

function change_lg(lg)
{
	var url = document.location.href.replace(/langue=\w\w/, "langue="+ lg);
	url = url.replace(/langue_\w\w/, "langue_"+lg);
	document.location = url; 
}
