var PageHost='http://vnexpress.net';
function AddHeader(Name, Header, Buttons, Symbol, AddChildTable)
{
	document.writeln('<div class=BreakLine id="IDM_', Name, '">');
	if (typeof(AddChildTable)=='undefined')
	{
		document.writeln('<table align=center width="90%" cellspacing=0 cellpadding=0 border=0>');
		LastChild = 1;
	}
	else
	{
		LastChild = 0;
	}
	return true;
}

function AddFooter()
{
	if (LastChild)
	{
		document.writeln('</table></div>');
	}
	else
	{
		document.writeln('</div>');
	}
}
