function openFlashBox()
{
	new Ajax.Request('/gb_video.php', {
		method: 'get',
		parameters: { width: 475, height: 800, wmode: 'transparent', flashvars: 'dataUrl=%2Fxml.php%3Fclient%3Dflash%26page%3Dhomevideo', src: '/media/swf/GB_Video.swf' },
		onSuccess: function(transport) {
			$(document.body).insert({top: transport.responseText});
		}
	});
}

function closeFlashBox()
{
	overlay.destroy();
	//document.getElementById("sidebarFlashboxPopout").style.display = "none";
}
