// wai kit chan portfolio JavaScript Document

/*function see(div1,div2){
	// On attribut les variables globales
	div_monte = document.getElementById(div1);
	div_desc = document.getElementById(div2);
	// On appelle l'animation
	anim();
}*/
var multilang = true;

function taille_body (){
    if (document.body)
	{
        var larg = (document.body.clientWidth);
        var haut = (document.body.clientHeight);
    }
    else
    {
        var larg = (window.innerWidth);
        var haut = (window.innerHeight);
    }
	//document.write("Cette fenêtre fait " + larg + " de large et "+haut+" de haut\n");
	this.largeur=larg;
	this.hauteur=haut;
	//alert("Cette fenêtre fait " + this.largeur + " de large et "+this.hauteur+" de haut\n");
	
}

//envoies de message html et flash
function doPassVar(args){
   var sendText = args.value;
   window.document.banner.SetVariable("myVar",sendText);
}
function footer ()
{
    document.write('</div>
    <div id="pied" class="pied"> 
Copyright © 2007 Wai Kit CHAN
All Rights Reserved
XHTML 1.0 - CSS 2.0
    </div>');
		
}
