function xLoaded() {
    
}

/*ThickBox*/


function showMedia(vFile,vTitre,vWidth,vHeight) {	
	if(!vWidth) vWidth= 320;
	if(!vHeight) vHeight= 240;
	if(!vTitre) vTitre = "";
	//vWidth-=30;
	//vHeight-=10;	
	tb_show(vTitre,"/_flash/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");
}
