// JavaScript Document
var so = new SWFObject("flash/index.swf", "index", "100%", "100%", "8", "");
//so.addVariable("flashVarText", "this is passed in via FlashVars"); // this line is optional, but this example uses the variable and displays this text inside 		the flash movie
so.addParam("quality", "hight");
//so.addVariable("societe", "4");
//so.addVariable("urlcible", "multi-axis_mecanique_precision.html");
//so.addParam("wmode", "transparent");
so.addParam("scale", "noscale");
so.useExpressInstall('flash/expressinstall.swf');		
so.write("flashcontent");
