topbar=top.topbar;
function settopbar(s)
{
	topbar.document.open();
	topbar.document.write('<BODY text="#f2b448" bgcolor="#0f70b9"><p align=right><b><font face="arial,helvetica" size=-1>' + s + "&nbsp;&nbsp;&nbsp;");
	topbar.document.close();
}
bottombar=top.bottombar;
function setbottombar(s)
{
	bottombar.document.open();
	bottombar.document.write('<BODY text="#f2b448" bgcolor="#0f70b9"><p align=right><b><font face="arial,helvetica" size=-1>' + s + "&nbsp;&nbsp;&nbsp;");
	bottombar.document.close();
}
