
function openPlayerWindow( pid )
{
  window.open( "playmovie.php?movieid="+pid, "mobiplayback", "width=680,height=520,status=no,scrollbars=no,menubar=no" ); 
} 

function checkDeleteVid( url )
{
  if ( confirm( "Do you really want to do this? Sure? There is no undo!" ) )
    location.href = url;
}

function e( id )
{
  return document.getElementById( id );
}
