
function openPlayerWindow( pid )
{
  window.open( "playmovie.php?movieid="+pid, "mobiplayback", "width=640,height=480,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;
}

