function go_pf(coul_fond) {
        var flashVars="";
        flashVars+="xmlfeed=pf/region.xml";		// Path to xml file or PHP script
        flashVars+="&lightBox=true";			// Shadowbox Switch
        flashVars+="&myBckgrnd=0x99FF99";		// Image Reflection Background (for realistic reflection)
        flashVars+="&superGlass=true";			// Transparent reflection switch (for specific background): true or false
        flashVars+="&myBckGrndImage=";			// Path to load specific image background
        flashVars+="&myColor=0xFFFFFF";			// Image border color: Hex number
        flashVars+="&myTextColor=0x000000";		// Tooltip text color: Hex number
        flashVars+="&mySubTextColor=0x330033";	// Description text color: Hex number
        flashVars+="&myArrowColor=0xFFFFFF";	// Scrollbar arrow color: Hex number
        flashVars+="&myScrollColor=0x99BB22";	// Scrollbar color: Hex number
        flashVars+="&myLoadBarColor=0x99FF99";	// Load bar color: Hex number
        flashVars+="&myAlpha=0.6";				// Image border transparency ratio (0 (invisible) to 1 (max opacity))
        flashVars+="&Border=rounded"; 			// Image border aspect "rounded" or "square"
        flashVars+="&Tooltip=true";				// Tooltip switch
        flashVars+="&descText=true"; 			// Description text under front image
        flashVars+="&Scrollbar=autoHidden";		// Scrollbar behavior ("true" = autoHidden, "permanent" = always on, "false" = no scrollbar)
        flashVars+="&myStep=100";				// Images pitch
        flashVars+="&myOffset=10";				// Front image pitch
        flashVars+="&scaleDown=75";				// Inactive images Scale in %
        flashVars+="&scaleUp=100";				// Active images Scale in %
        flashVars+="&MaskScene=false";			// Scene side mask switch
        flashVars+="&shownPicture=1";			// Image shown at start
        flashVars+="&U_Flow=true";				// U Flow switch: Linear run or U run for images
        flashVars+="&descText=true";			// Description text below front image switch: true or false
        flashVars+="&scrollbar_Y=290";			// Y coord of scrollbar: int number
        flashVars+="&rollOverAnim=false";		// Rollover navigation switch: true or false
        flashVars+="&easeTime=1.5";				// Ease transition time (s): Float number
        flashVars+="&clips2move=3";				// Number of clips to animate: Int number

        RunFlash("pf/pictureflow-H180.swf", "100%", "320", coul_fond, "window", "PictureFlow", flashVars);
}
