fPlay={_xml:"",_xmlString:"",_path:"/scripts/FlashBox/",_contener:"",_playing:"none",_status:"stopped",_mode:"",_expanding:"0",_lang:"pl",xml:function(a){if(typeof(a)!="undefined"){this._xml=a}else{return this._xml}},xmlString:function(a){if(typeof(a)!="undefined"){this._xmlString=a}else{return this._xmlString}},contener:function(a){if(typeof(a)!="undefined"){this._contener=a}else{return this._contener}},path:function(a){if(typeof(a)!="undefined"){this._path=a}else{return this._path}},playing:function(a){if(typeof(a)!="undefined"){this._playing=a}else{return this._playing}},status:function(a){if(typeof(a)!="undefined"){this._status=a}else{return this._status}},mode:function(a){if(typeof(a)!="undefined"){this._mode=a}else{return this._mode}},expanding:function(a){if(typeof(a)!="undefined"){this._expanding=a}else{return this._expanding}},lang:function(a){if(typeof(a)!="undefined"){this._lang=a}else{return this._lang}},embedFlash:function(){var c={wmode:"transparent",menu:"false",allowscriptaccess:"always",quality:"high",salign:"tl"};var a={};if(this.xml()!=""){a.xml_url=this.xml()}else{a.xml_src=this.xmlString()}a.lang=this.lang();var b="";swfobject.embedSWF(this.path()+"fPlay.swf",this.contener(),255,(this.mode()=="compact")?28:54,"9.0.0",this.path()+"expressinstall.swf",a,c,b)},init:function(a,b){var c=(typeof(arguments[2])=="undefined")?true:arguments[2];if(c){this.xml(b)}else{this.xmlString(b)}this.contener(a);this.embedFlash()},initCompact:function(a,b){var c=(typeof(arguments[2])=="undefined")?true:arguments[2];if(c){this.xml(b)}else{this.xmlString(b)}this.contener(a);this.mode("compact");this.embedFlash()},expand:function(a){if(a==1){$("#"+this.contener()).css({height:54+ +this.expanding()+"px"});$("#"+this.contener()).height(54+ +this.expanding())}else{$("#"+this.contener()).css({height:"54px"});$("#"+this.contener()).height(54)}},prev:function(){var a=document.getElementById(this.contener());a.fPprev()},play:function(){var a=document.getElementById(this.contener());a.fPplay()},playById:function(b){var a=document.getElementById(this.contener());a.fPplayById(b)},pause:function(){var a=document.getElementById(this.contener());a.fPpause()},stop:function(){var a=document.getElementById(this.contener());a.fPstop()},next:function(){var a=document.getElementById(this.contener());a.fPnext()},playCallBack:function(){},pauseCallBack:function(){},stopCallBack:function(){},anyCallBack:function(){}};