function xLoaded() {}



/*ThickBox*/
if(langue == "fr"){ var tb_closeCaption = "Fermer"; var tb_closeCaption2 = "";}

function showMedia(vFile,vTitre,vWidth,vHeight) {	
	if(!vWidth) vWidth= 450;
	if(!vHeight) vHeight= 340;
	if(!vTitre) vTitre = "";
	//vWidth-=30;
	//vHeight-=10;
	tb_show(vTitre,"/medias/player.aspx?file="+vFile+"&TB_iframe=true&width="+vWidth+"&height="+vHeight+"&modal=false&scrolling=no");
}

function showFrame(vUrl,vTitre,vWidth,vHeight) {
	tb_show(vTitre,vUrl+"&TB_iframe=true&width="+vWidth+"&height="+vHeight+"&modal=false&scrolling=no");
}

function showImage(imageUrl,imageTitre) {
    if(!imageTitre) imageTitre = top.document.title;
	tb_show(imageTitre,imageUrl+"?width");
}

function showVideo(vId) {
	if (vId == "mausolee")
	    xPopup('/_flash/video.aspx?langue='+langue,'426','240','Mausolee',null,null);
	    //alert(langue);
	
	if (vId == "objets")
	    xPopup('/_flash/video_objets.aspx','426','240','Objets',null,null);
	    
	//if (vId == "corpo")
	//    xPopup('/medias/corpo.aspx?langue='+xLg,'320','262','Corpo',null,null);
}
