function printupdate()
{
	if(is.ie||is.ns6)
	{
		document.writeln('<div id="updatestext"><IFRAME width="100%" height="100%" frameborder=0 align=center src="updates.html"></IFRAME></div>');
	} else {
		document.writeln('<div id="updatestext"><ILAYER width="100%" height="100%" src="updates.html"></ILAYER></div>');
	}
}