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

function flashIt(lien,width,height)
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="'+width+'" height="'+height+'" />\n');
   document.write('<param name="movie" value="'+lien+'" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="'+lien+'" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="940" height="530"></embed>\n');
   document.write('</object>\n');
}
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=1, copyhistory=0, menuBar=0, width='+largeur+', height='+hauteur+', top='+(demih-(hauteur/2))+', left='+(demiw-(largeur/2))+'');
}
function popPhoto(lelien,letitre) {
	var demih=screen.height/2;
	var demiw=screen.width/2;
	var hauteurF=640;
	var largeurF=800;
	
	if (screen.height<650) {
	hauteurF=500;
	largeurF=700;
	}
	window.open('site_photo.php?photo=media/'+lelien+'&titre='+letitre+'', '_blank', 'toolbar=0, location=0, directories=0, status=0, scrollbars=auto, resizable=1, copyhistory=0, menuBar=0, width='+largeurF+', height='+hauteurF+', top='+(demih-(hauteurF/2))+', left='+(demiw-(largeurF/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))+'');
}