// pictureflow 本体の設定をjsに書き出し
            var flashVars="";
            flashVars+="xmlfeed=135.xml";			// Path to xml file or PHP script
            flashVars+="&Shadowbox=true";			// Shadowbox Switch
            flashVars+="&myBckgrnd=0xffffff";		// Image Reflection Background (for realistic reflection)
            flashVars+="&superGlass=true";			// Transparent reflection switch (for specific background): true or false
            flashVars+="&myBckGrndImage=images/bckgrnd_wg.png";			// Path to load specific image background
            flashVars+="&myColor=0x060606";			// Image border color: Hex number
			flashVars+="&myTipColor=0x060606";		// Tooltips color: Hex number
            flashVars+="&myTextColor=0xFFFFFF";		// Tooltip text color: Hex number
            flashVars+="&mySubTextColor=0x333333";	// Description text color: Hex number
            flashVars+="&myArrowColor=0xFFFFFF";	// Scrollbar arrow color: Hex number
            flashVars+="&myScrollColor=0x666666";	// Scrollbar color: Hex number
            flashVars+="&myLoadBarColor=0x99FF00";	// Load bar color: Hex number
            flashVars+="&myAlpha=1";				// 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=true";			// Scrollbar behavior ("true" = autoHidden, "permanent" = always on, "false" = no scrollbar)
            flashVars+="&myStep=80";				// Images pitch
            flashVars+="&myOffset=40";				// 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+="&scrollbar_Y=220";			// Y coord of scrollbar: int number
            flashVars+="&rollOverAnim=false";		// Rollover navigation switch: true or false
            flashVars+="&easeTime=0.9";				// Ease transition time (s): Float number
            flashVars+="&clips2move=8";				// Number of clips to animate: Int number
            //flashVars+="&crossdomain=http://static.flickr.com/crossdomain.xml";	// Load specific crossdomain.xml to load image from other domain
            
            RunFlash("pictureflow-H135.swf", "900", "300", "#FFFFFF", "window", "PictureFlow", flashVars);
