function ligne2( nom, points )
{
	document.writeln( "<TR><TD>" + nom + "</TD><TD>" + points + "</TD></TR>" );
}

function ligne3( nom, prerequis, bonus )
{
	document.writeln( "<TR><TD>" + nom + "</TD><TD>" + prerequis + "</TD><TD>" + bonus + "</TD></TR>" );
}

function titre3( titre )
{
	document.writeln( "<TR STYLE='background:url( \"http://www.uoapo.com/forumww/forum_images/thead_bgrouge.bmp\") repeat-x top left'><TD COLSPAN='3'><DIV ALIGN='center'><B>" + titre + "<BR><BR></B></DIV></TD></TR>" );
}

function titreNoColor3( titre )
{
	document.writeln( "<TR><TD COLSPAN='3'>" + titre + "<BR></TD></TR>" );
}

function ligne4( nom, exp, level, or )
{
	document.writeln( "<TR><TD>" + nom + "</TD><TD>" + exp + "</TD><TD>" + level + "</TD><TD>" + or + "</TD></TR>" );
}

function titre4( titre )
{
	document.writeln( "<TR STYLE='background:url( \"http://www.uoapo.com/forumww/forum_images/thead_bgrouge.bmp\") repeat-x top left'><TD COLSPAN='4'><DIV ALIGN='center'><B>" + titre + "<BR><BR></B></DIV></TD></TR>" );
}

function ligne5( nom1, nom2, nom3, nom4, nom5 )
{
	document.writeln( "<TR><TD>" + nom1 + "</TD><TD>" + nom2 + "</TD><TD>" + nom3 + "</TD><TD>" + nom4 + "</TD><TD>" + nom5 + "</TD></TR>" );
}

function titre5( titre )
{
	document.writeln( "<TR STYLE='background:url( \"http://www.uoapo.com/forumww/forum_images/thead_bgrouge.bmp\") repeat-x top left'><TD COLSPAN='5'><DIV ALIGN='center'><B>" + titre + "<BR><BR></B></DIV></TD></TR>" );
}

function ligne6( nom, dex, force, bonus, degat, vitesse )
{
	document.writeln( "<TR><TD>" + nom + "</TD><TD>" + dex + "</TD><TD>" + force + "</TD><TD>" + bonus + "</TD><TD>" + degat + "</TD><TD>" + vitesse + "</TD></TR>" );
}

function titre6( titre )
{
	document.writeln( "<TR STYLE='background:url( \"http://www.uoapo.com/forumww/forum_images/thead_bgrouge.bmp\") repeat-x top left'><TD COLSPAN='6'><DIV ALIGN='center'><B>" + titre + "<BR><BR></B></DIV></TD></TR>" );
}

function ligne7( nom, force, intel, bonus, degat, vitesse, main )
{
	document.writeln( "<TR><TD>" + nom + "</TD><TD>" + force + "</TD><TD>" + intel + "</TD><TD>" + bonus + "</TD><TD>" + degat + "</TD><TD>" + vitesse + "</TD><TD>" + main + "</TD></TR>" );
}

function titre7( titre )
{
	document.writeln( "<TR STYLE='background:url( \"http://www.uoapo.com/forumww/forum_images/thead_bgrouge.bmp\") repeat-x top left'><TD COLSPAN='7'><DIV ALIGN='center'><B>" + titre + "<BR><BR></B></DIV></TD></TR>" );
}