function WriteTable () {
	if (screen.width <= 800) {
		document.writeln ("<table border=0 cellspacing=0 cellpadding=0 align=center width=455>");
	}
	else {
		document.writeln ("<table border=0 cellspacing=0 cellpadding=0 align=center width=600>");
	}
}
