// you can put more than one png file and separate them by |  EX: "swf/swfAd1.png|swf/swfAd2.png"
var pics = "";
// you can put more than one url and separate them by |  EX: "http://localhost/1.php|http://localhost/2.php"
var links = "";
// you can modify the timing by seconds EX: 5 meanning switch picture every 5 secend.
var timing = "5";

var dbname="";
 
 for(var row in banner){
     if(row == '0'){
         pics += banner[row]['img_path'];
         links += banner[row]['img_link'];
     }
     if((row > '0') && (row != 'count') && (row != 'db')){
         pics += "|"+banner[row]['img_path'];
         if((row != banner['count']) && (+banner[row]['img_link']!="")){
            links += "|"+banner[row]['img_link'];
         }
     }
     dbname = banner[row]['db'];
 }
innerSWF("inFocus","swf/focus.swf", "myFocus", "360", "346", "7",'pics='+pics+'&links='+links+'&speed='+timing);
//innerSWF("inVideo","swf/flvplayer.swf", "single", "295", "213", "7","file=mjhx2.flv&image=swf/preview.jpg&volume=30");

/*
// you can put more than one png file and separate them by |  EX: "swf/swfAd1.png|swf/swfAd2.png"
var pics = "swf/ad_pics/swfAd1.png";
// you can put more than one url and separate them by |  EX: "http://localhost/1.php|http://localhost/2.php"
var links = "http://mj.cooz.com.tw/event/201005/";
// you can modify the timing by seconds EX: 5 meanning switch picture every 5 secend.
var timing = "5";
innerSWF("inFocus","swf/focus.swf", "myFocus", "360", "346", "7",'pics='+pics+'&links='+links+'&speed='+timing);
innerSWF("inVideo","swf/flvplayer.swf", "single", "295", "213", "7","file=mjhx2.flv&image=swf/preview.jpg&volume=30");
*/
