﻿function SendVideoToFriend(url)
{
  //alert('nUrl: ' + url);
 window.open(url,"sendThisVideo","location=0,status=0,scrollbars=1,width=312,height=450");
}

function OpenHiResVideo(url)
{
  //alert('nUrl: ' + url);
 window.open(url,"openThisVideo","location=0,status=0,scrollbars=0,width=480,height=380");
}

