function sideMenuCAN()
{

	document.write("<a href='indexCAN.html'>Canada</a><br />")

	document.write("<a href='story.html' >The Journey</a><br />")
	document.write("<a href='2002performance.html' >Guests of 2002</a><br />")

	document.write("<hr>")
	document.write("<a href='ReportApril2003.html' >2003 Q1 report</a><br />")
	document.write("<a href='ReportAug2003.html' >2003 Q2/3 report</a><br />")
	document.write("<a href='2005Competition Report.pdf' >2005 Japan</a><br />")
	document.write("<hr>")
	document.write("<a href='basic.html' >Basic Moves</a><br />")
	document.write("<a href='Reqm.html' >Technical Requirements</a><br />")


}    

function eml(elocation, eaddr,eisp){
var v=("@SPAM").charAt(0)
document.write("&nbsp;&nbsp;&nbsp;<p><em>For more current and local information of the sport in " + elocation + ", please send email to ...&nbsp;&nbsp;" + "<a href='mailto:" + eaddr + v + eisp + "?subject=Inquiry - Men RG' >" + ""  + eaddr + v + eisp  +"</a></em></p>");
return;
}
  

function sideMenuKOR(ppicture, pname)
{
	document.write("<img src='",ppicture,"' height=150><br /><p>",pname,"<br><br></p>")
}    
function sideMenuCommon()
{
} 

function sideMenuHead()
{
	document.write("<div id='Menu'>")

}
function sideMenuTrailer()
{
	document.write("<hr>")
	document.write("<a href='gallery.html' >Photos 2003</a><br />")
	document.write("<a href='http://www.nucurve.com/martialgym/Gallery2005/index.htm'>Photos 2005</a><br />")
	document.write("<hr>")
	document.write("<a href='http://www.eliterg.com/menrg/SpecialO/SpecialOM/index.htm'>Special O</a><br />")
	document.write("<a href='http://www.eliterg.com/menrg/video.html' >Video Clips</a><br />")
	document.write("<a href='http://www.nucurve.com/rgforum'>Forums</a><br />")
	document.write("<a href='http://www.eliterg.com/menrg/links.html' >Links</a><br />")
	document.write("<hr>")
	document.write("<a href='http://www.menrg.com'>World Men RG</a><br />")


	document.write("</div>")

}


function sideMenuInd(picture1, pName)
{

	document.write("<img src='",picture1,"' width=160><br /><p>"  +  pName  + "<br><br></p>")

}   

function sideMenuAllCountries()
{
	document.write("<hr>")
	document.write("<a href='./Australia/indexAUS.html'>Australia</a><br />")
	document.write("<a href='./Canada/indexCAN.html'>Canada</a><br />")
	document.write("<a href='./Japan/indexJPN.html'>Japan</a><br />")
	document.write("<a href='./Malaysia/indexMAL.html'>Malaysia</a><br />")
	document.write("<a href='./Korea/indexKOR.html'>Korea</a><br />")
	document.write("<a href='./Russia/indexRUS.html'>Russia</a><br />")
	document.write("<a href='./USA/indexUSA.html'>USA</a><br />")
}
