function lienSt(page,idm,id,rub,type) {
document.location.href=''+page+'?idm='+idm+'&id='+id+'&rub='+rub+'&type='+type+'';
}
function lienStEvent(page,idm,id,rub,type,idmBase,idBase,res,res2) {
document.location.href=''+page+'?idm='+idm+'&id='+id+'&rub='+rub+'&type='+type+'&idmBase='+idmBase+'&idBase='+idBase+'';
}

function popItCentre(url,hauteur,largeur) {
var demih=screen.height/2;
var demiw=screen.width/2;
window.open(url, '_blank', 'toolbar=0, location=0, directories=0, status=0, scrollbars=1, resizable=0, copyhistory=0, menuBar=0, width='+largeur+', height='+hauteur+', top='+(demih-(hauteur/2))+', left='+(demiw-(largeur/2))+'');
}
function popPhoto(lelien) {
	var demih=screen.height/2;
	var demiw=screen.width/2;
	window.open('hv_photo.php?photo=media/'+lelien+'', '_blank', 'toolbar=0, location=0, directories=0, status=0, scrollbars=1, resizable=1, copyhistory=0, menuBar=0, width=780, height=550, top='+(demih-(550/2))+', left='+(demiw-(780/2))+'');
}

function popItCentreSimple(url,hauteur,largeur) {
var demih=screen.height/2;
var demiw=screen.width/2;
window.open(url, '_blank', 'toolbar=0, location=0, directories=0, status=0, scrollbars=0, resizable=0, copyhistory=0, menuBar=0, width='+largeur+', height='+hauteur+', top='+(demih-(hauteur/2))+', left='+(demiw-(largeur/2))+'');
}
