function F(){PPLive.FullScreen=true;}
function M(){PPLive.mute=!PPLive.mute;}
function V(s){PPLive.volume+=s;if(PPLive.volume>100)PPLive.volume=100;if(PPLive.volume<0)PPLive.volume=0;}
function Play(URL){PPLive.Url=URL;}