// JavaScript Document

function comment()
{
	window.open('/index.php/bess/comment/','comment','width=600,height=400,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,copyhistory=no,resizable=no');
}

function resizeFlash (height)
{
	if (document.all && !document.getElementById)
	{
		document.all['flashcontent'].style.pixelHeight = height;
		
	}
	else
	{
		document.getElementById('flashcontent').style.height = height+"px";
	}	
}