var Masmedia = new function() {
}

Masmedia.fullscreen = function(url, playheadtime) {
	sx = screen.availWidth;
	sy = screen.availHeight;
	fsWin = window.open("fullscreen.php?url=" + url + "&playheadtime=" + playheadtime, "fsvideo", "width=" + sx + ",height=" + sy + ",menubar=no,toolbar=no,status=no,resizable=yes");
}