// *******************************************************************************
/* Adobe image link */
function adobe() {
 writeln('<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />');
}
function player() {
 writeln('This page requires Flash Player version 10.0.2 or higher.');
}

// *******************************************************************************
/* Integration of flash object (cube3d) */
/* Adobe recommends that developers use SWFObject2 for Flash Player detection. */
/* For more information see the SWFObject page at Google 
   code (http://code.google.com/p/swfobject/). */
/* Information is also available on the Adobe Developer Connection 
   Under "Detecting Flash Player versions and embedding SWF files 
   with SWFObject 2" */
/* Set to minimum required Flash Player version or 0 for no version detection */
var swfVersionStr = "10.0.2";
var xiSwfUrlStr = "";
var flashvars = {};
var params = {};
params.quality = "high";
params.wmode="transparent";
params.play = "true";
params.loop = "true";
params.scale = "showall";
params.menu = "true";
params.devicefont = "false";
params.salign = "";
params.allowscriptaccess = "sameDomain";
var attributes = {};
attributes.id = "Top-Banner_Tourelle";
attributes.name = "Top-Banner_Tourelle";
attributes.align = "middle";

/* swfobject integration */
swfobject.embedSWF(
 "swf/Top-Banner_Tourelle.swf", 
 "flashContentTB_Tourelle", 
 "745", "72",
 swfVersionStr, xiSwfUrlStr,
 flashvars, params, attributes);
