function printTitle(text)
{
	document.writeln("<td width=590 height=300 vAlign=top>");
	document.writeln("<span class=default>");
	document.writeln("<div class=bodycell>");
	
	if (text != "")
	{
		document.writeln("<span class=pageheader> <font color=#A29CC0>::</font> ");
	
		document.writeln(text);	
		
		document.writeln("<font color=#A29CC0>::</font></span>");
	}

	document.writeln("<p />");
}
