﻿<!--
var color			= "00A0E2"	// HEADER BACKGROUND color 0077d4 ou 00A0E2
var flashheight		= "100"		// height OF THE FLASH (IN PIXELS)
var flashwidth		= "100%"	// width OF THE FLASH (IN PERCENT %%%) IE ONLY
var flashwidthOB	= "750"		// width OF THE FLASH (IN PIXELS) OTHER BROWSERS
var stripecolor		= "003596"	// STRIPECOLOR UNDER MENU
var stripeheight	= "15"		// STRIPE height UNDER MENU
document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" class="printhide">');
//document.write('<tr><td align="left" valign="center" height="'+stripeheight+'" colspan="2" bgcolor="#'+stripecolor+'"><img src="images/spacer.gif" height="'+stripeheight+'" width="20" border="0"><br></td></tr>');
document.write('<tr><td align="left" valign="top" bgcolor="#'+color+'">');
document.write(' <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+flashwidth+'" height="'+flashheight+'" id="logo" align="">');
document.write(' <param name=movie value="flash/logo.swf">');
document.write(' <param name=quality value=high>');
document.write(' <param name=bgcolor value="#'+color+'">');
document.write(' <embed src="flash/logo.swf" quality=high bgcolor="#'+color+'" width="'+flashwidthOB+'" height="'+flashheight+'" name="logo" align="" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
document.write('</embed ></object ><br>');
document.write('</td></tr></table>');
// -->

