// JScript source code
function RunSWFIntro()
{
    document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="1000" height="450" id="main" align="middle">\n');
    document.write('<param name="allowScriptAccess" value="sameDomain" />\n');
    document.write('<param name="movie" value="/img/intro/intro.swf" />\n');
    document.write('<param name="quality" value="best" />\n');
    document.write('<embed src="/img/intro/intro.swf" quality="best" align="middle" width="1000" height="450" name="main" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
    document.write('</object>\n');
}
function disp_reso() {
    document.getElementById("MainTab").height=screen.height-300;
}
function Songs(MySong){
    document.getElementById("FrameSong").width="180";
    document.getElementById("FrameSong").height="50";
	document.getElementById("FrameSong").src="player.php?song="+MySong;
}
function Photos(MyPhoto){
    document.getElementById("FramePhoto").width="385";
    document.getElementById("FramePhoto").height="385";
	document.getElementById("FramePhoto").src="photo.php?photo="+MyPhoto;
}
function Telechargement() {
    window.open("telechargement.htm","Telechargement","menubar=no, status=no, scrollbars=no, menubar=no, width=476, height=800, top=80, left=250");
}