function showLightbox(videoID)
{
	var flashvars = {
		comment: "Ëóêîèë ÝÊÒÎ",
		st: "/img/flash/uppod.txt",
		file: "/img/video/ekto"+videoID+".f4v",
		uid: "video-flash-player"
	};
	var params = {
		allowFullScreen: "true",
		allowScriptAccess: "always",
		wmode: "opaque"
	};
	var attributes = {};

	document.getElementById('video-lightbox-bgr').style.display = document.getElementById('video-lightbox').style.display = "block";
	swfobject.embedSWF("/img/flash/uppod.swf", "video-flash-player", "420", "315", "9.0.115", "", flashvars, params, attributes);
}

function hideLightbox()
{
	document.getElementById('video-lightbox-bgr').style.display = document.getElementById('video-lightbox').style.display = "none";
	uppodStopAll();
	//swfobject.removeSWF("video-flash-player");
}

