function changePlayer(ImgPath , VideoPath ){
  var FU = {
  id:"flvplayer", movie:"http://clipat.maktoob.com/flvplayerOurJS.swf",name:"flvplayer",width:"390",height:"295",majorversion:"8",build:"0",bgcolor:"#FFFFFF",wmode:"opaque",
  flashvars:"file="+VideoPath+"&image="+ImgPath+"&adv=true&lightcolor=0x557722&backcolor=0x000000&frontcolor=0xCCCCCC&displaywidth=450&autostart=true&fsreturnpage=true"
 };
  UFO.create( FU, "player2");


}