var siteurl = "http://www.usja-judo.org";

//-------------------------------------------
function Folder()
{
	document.write ("&nbsp;<img src='"+siteurl+"/images/blue_circle.gif' align='middle'>")
}

function OpenFolder()
{
	document.write ("&nbsp;<img src='"+siteurl+"/images/red_circle.gif' align='middle'>")
}


function Link()
{
	document.write ("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src='"+siteurl+"/images/right_arrow.gif' align='middle'>")
}


function TableOfContentHeader()
{
document.write ("<table width='100%'  border='0' align='center'>")
document.write ("<tr>")
document.write ("<td valign='top'>")
document.write ("</td>")
document.write ("</tr>")
document.write ("</table>")

document.write ("<table width='100%'  border='0' align='center'>")
document.write ("<tr>")
document.write ("<td valign='top'>")
}
function TableOfContentMidCel()
{
document.write ("</td>")	
document.write ("<td valign='top'>")
}
function TableOfContentFooter()
{
document.write ("</td>")
document.write ("</tr>")
document.write ("</table>")
}
function PageHeader(x)
{
document.write ("<a href='index.htm'><img src='../images/left_arrow.gif' border='0' alt='Back2Main'></a>&nbsp;<b>"+x+"</b><br><img src='../images/BlackBelt300x9.jpg'><br>")
}

/*
function Back2Main()
{
document.write ("<b><a href='index.htm'>Back2"+Section+"</a></b><br><img src='"+siteurl+"/images/BlackBelt300x9.jpg'><br>")
}
*/




