function showhome (){
    document.getElementById('viewsiteno').style.display = "block";
    //document.getElementById('viewsiteno').className = 'yo';
    }
function gosplash(){
	//document.getElementById('viewsiteno').style.display = "none";
    document.body.style.backgroundColor="#ffffff";
    //document.getElementById('viewsiteno').style.width = 100;
    //document.getElementById('viewsiteno').style.height = 100;
    //document.getElementById('viewsiteno').className = yo;
    var hf='';
    if (document.all){
          hf=document.body.clientHeight;
          }else{
          hf=window.innerHeight;
          }
    largeurFlash = 926;
    hauteurFlash = 600;
    fichierSWF = '/swf/splash.swf';
    couleur_fond = '#FFFFFF';
    var splash_objFlash = '<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
    + 'WIDTH="'+largeurFlash+'" HEIGHT="'+hauteurFlash+'"'
    + 'CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
    + '<PARAM NAME="MOVIE" VALUE="'+fichierSWF+'">'
    + '<PARAM NAME="QUALITY" VALUE="high">'
    + '<PARAM NAME="MENU" VALUE="false">'
    + '<PARAM NAME="SCALE" VALUE="noscale">'
    + '<PARAM NAME="BGCOLOR" VALUE="'+couleur_fond+'">'
    + '<PARAM NAME="wmode" VALUE="transparent">'
    + '<EMBED SRC="'+fichierSWF+'" ' 
    + 'WIDTH="'+largeurFlash+'" HEIGHT="'+hauteurFlash+'" ' 
    + 'bgcolor="'+couleur_fond+'" ' 
    + 'wmode="transparent"'
    + 'QUALITY="high" ' 
    + 'SCALE="noscale" ' 
    + 'MENU="false" '
    + 'TYPE="application/x-shockwave-flash" ' 
    + 'PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"> '
    + '</EMBED>'
    + '</OBJECT>';
    splashscreen = "<table width='100%' height='"+hf+"' border=0 cellspacing=0 cellpadding=0 align=center id=tabdivsplashscreen class=tabdivsplashscreen><tr><td align=center>"+splash_objFlash+"</td></tr></table>";
    document.getElementById("divsplashscreen").innerHTML = splashscreen;
    }
function hidesplash () {
    document.getElementById('divsplashscreen').className = 'splashhide';
	//document.body.style.overflow='hidden';
    //document.getElementById('divsplashscreen').style.display = "none";
	//document.getElementById('divsplashscreen').style.width = "5";
    document.body.style.backgroundColor="#000000";
    }
function retirebgcolor () {
    document.getElementById('tabdivsplashscreen').className = 'tabdivsplashscreenretir';
    }

// [FONCTION] c2lazik_player v2.1
function c2lazik_player(zik, swf, L, H, divID, couleur){

    Lswf = 160;
    Hswf = 16;
    if(L){Lswf = L;}
    if(H){Hswf = H;}
    //couleur = "#FFFFFF";
    if(swf){SWFFILE = swf;}else{SWFFILE = 'c2lazik_player';}
    Fswf = SWFFILE+'.swf?son='+zik;
   	if ( typeof divID == 'undefined') { divID  = ''; }
   	if ( typeof couleur == 'undefined') { couleur  = ''; }

    var codeFlash = '<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" '
    + 'WIDTH="'+Lswf+'" HEIGHT="'+Hswf+'"'
    + 'CODEBASE="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="c2lazik_player" align="middle" />'
    + '<PARAM NAME="MOVIE" VALUE="'+Fswf+'" />'
    + '<PARAM NAME="QUALITY" VALUE="high" />'
    + (couleur==''?'<PARAM NAME="WMODE" VALUE="transparent"> ':'')
    //+ '<PARAM NAME="MENU" VALUE="false" />'
    + '<PARAM NAME="SCALE" VALUE="noscale" />'
    + '<PARAM NAME="BGCOLOR" VALUE="'+couleur+'" />'
    + '<PARAM NAME="allowScriptAccess" VALUE="sameDomain" />'
    + '<EMBED SRC="'+Fswf+'" ' 
    + 'WIDTH="'+Lswf+'" HEIGHT="'+Hswf+'" ' 
    + 'bgcolor="'+couleur+'" ' 
    + 'name="video" '
    + 'align="middle" '
    + 'allowScriptAccess="sameDomain" '
    + 'QUALITY="high" ' 
    + (couleur==''?'WMODE="transparent" ':'')
    + 'SCALE="noscale" ' 
    //+ 'MENU="false" ' 
    + 'TYPE="application/x-shockwave-flash" ' 
    + 'PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" /> '
    //+ '</EMBED>'
    + '</OBJECT>';
    document.getElementById("c2lazikplayer"+divID).innerHTML = codeFlash;
    }

function lancezik(){
    //c2lazik_player('/swf/devenir_moi.mp3', '/swf/c2lazik_player', 1, 1);
    }
