// Script by Infinite Communication - http://www.infinite.hu

<!-- //
function PopupPlayer(myUrl) {
  myTarget = "";
  myArgs = "width=208,height=141,location=0,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=1,toolbar=0,hotkeys=0,screenx=0,screeny=0,left=30,top=30";
  window.open( myUrl, myTarget, myArgs );
}
// -->