
var videoID;
var login;

function setVideoID(id)
{
	videoID=id;
}
function setLoginStatus(status)
{
	login=status
}
function s2af_popup()
{
	var theWindow = window.open( '/send2afriend.php?videoID='+videoID, "TellAFriend", "status = 0, height = 410, width = 480, resizable = 1" )
	theWindow.focus(); 
}




