function resize(){
    var g=document.getElementById('grise');
    if (g !== null) {
        g.style.height=document.getElementById('main').offsetHeight+400+'px';
    }
}
function CreateBookmarkLink() {
    title = this.document.title;//"Isiscontact";
    url = this.location.href;//"http://isiscontact.com";
    if (window.sidebar) {
		window.sidebar.addPanel(title, url,"");
	} else if( window.external ) {
		window.external.AddFavorite( url, title); }
	else if(window.opera && window.print) {
		return true; }
}
function survol(ob){
    ob.width="120";
    ob.height="120";
    ob.onmouseout=function(ob){
      this.width="110";
      this.height="110";
    }
}
function writeHeader(zone){
	AC_FL_RunContent(
        'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
        'width', '688',
        'height', '80',
        'src', 'swf/header_'+zone,
        'quality', 'high',
        'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
        'align', 'middle',
        'play', 'true',
        'loop', 'true',
        'scale', 'showall',
        'wmode', 'opaque',
        'devicefont', 'false',
        'id', 'header_passion',
        'bgcolor', '#072235',
        'name', 'header_'+zone,
        'menu', 'true',
        'allowFullScreen', 'false',
        'allowScriptAccess','sameDomain',
        'movie', 'swf/header_'+zone,
        'salign', ''
	);
}

