/**********************************************************************************   
	FoldoutMenu 
	*   Copyright (C) 2001 <a href="/dhtmlcentral/thomas_brattli.asp">Thomas Brattli</a>
	*   This script was released at DHTMLCentral.com
	*   Visit for more great scripts!
	*   This may be used and changed freely as long as this msg is intact!
	*   We will also appreciate any links you could give us.
	*
	*   Made by <a href="/dhtmlcentral/thomas_brattli.asp">Thomas Brattli</a> 
	*********************************************************************************/
	
var imagePath = 'http://redgum.bendigo.latrobe.edu.au/~jndonker/pictures/foldoutmenu_arrow.gif';
var rootPath = 'http://redgum.bendigo.latrobe.edu.au/~jndonker/'

document.writeln("<br /><br /><br /><br />");
// Home Section
document.writeln("<div id=\"divCont\">");
document.writeln("<div id=\"divTop0\" class=\"clTop\">");
document.writeln("<a href=\"#\" onclick=\"menu(0); return false\" onfocus=\"this.blur()\" title = \"Click to expand Link\"><img src=\"" + imagePath + "\" name=\"imgA0\" width=12 height=12 alt=\"\" border=\"0\" />");
document.writeln("Home");
document.writeln("</a>");
document.writeln("<br />");
document.writeln("<div id=\"divSub0\" class=\"clSub\">");
document.writeln("<a href=\"" + rootPath + "index.html#\">Synopsis of this website</a><br />");
document.writeln("<a href=\"" + rootPath + "index.html#news\">Latest News Bite</a><br />");
document.writeln("<a href=\"" + rootPath + "index.html#count\">Last count and Top 10 Counted Words</a><br />");
document.writeln("<a href=\"" + rootPath + "index.html#nonjs\">Non JavaScrip links</a><br />");
document.writeln("<a href=\"" + rootPath + "index.html#updated\">Last Updated</a><br />");
document.writeln("</div>");
document.writeln("<br />");
document.writeln("</div>");

// Latest News Section
document.writeln("<div id=\"divTop1\" class=\"clTop\">");
document.writeln("<a href=\"#\" onclick=\"menu(1); return false\" onfocus=\"this.blur()\" title = \"Click to expand Link\"><img src=\"" + imagePath + "\" name=\"imgA1\" width=12 height=12 alt=\"\" border=\"0\" />");
document.writeln("Latest News");
document.writeln("</a>");
document.writeln("<br />");
document.writeln("<div id=\"divSub1\" class=\"clSub\">");
document.writeln("<a href=\"" + rootPath + "news.html#\">News on Program creation and Other things</a><br />");
document.writeln("<ul class = \"menu\">");
document.writeln("<li><a href=\"" + rootPath + "news.html#Y04-2005\">April 2005</a></li>");
document.writeln("<li><a href=\"" + rootPath + "news.html#Y03-2005\">March 2005</a></li>");
document.writeln("</ul>");
document.writeln("</div>");
document.writeln("<br />");
document.writeln("</div>");

// Word Program Section
document.writeln("<div id=\"divTop2\" class=\"clTop\">");
document.writeln("<a href=\"#\" onclick=\"menu(2); return false\" onfocus=\"this.blur()\" title = \"Click to expand Link\"><img src=\"" + imagePath + "\" name=\"imgA2\" width=12 height=12 alt=\"\" border=\"0\" />");
document.writeln("Word Program");
document.writeln("</a>");
document.writeln("<br />");
document.writeln("<div id=\"divSub2\" class=\"clSub\">");
document.writeln("<a href=\"" + rootPath + "program.html\">Intro</a><br />");
document.writeln("<a href=\"" + rootPath + "program.html#progress\">Progress and Future Ideas</a><br />");
document.writeln("<a href=\"" + rootPath + "program.html#programs\">The Programs</a><br />");
//document.writeln("<a href=\"" + rootPath + "program.html#supportfiles\">Support Files</a><br />");
document.writeln("<a href=\"" + rootPath + "program.html#resources\">Resources</a><br />");
//document.writeln("<a href=\"" + rootPath + "program.html#allFilesDownload\">Download all the Files in one Zip File</a><br />");
document.writeln("</div>");
document.writeln("<br />");
document.writeln("</div>");

// Counted Words Results Section
document.writeln("<div id=\"divTop3\" class=\"clTop\">");
document.writeln("<a href=\"#\" onclick=\"menu(3); return false\" onfocus=\"this.blur()\" title = \"Click to expand Link\"><img src=\"" + imagePath + "\" name=\"imgA3\" width=12 height=12 alt=\"\" border=\"0\" />");
document.writeln("Word Freq.");
document.writeln("</a>");
document.writeln("<br />");
document.writeln("<div id=\"divSub3\" class=\"clSub\">");
document.writeln("<a href=\"" + rootPath + "results.html\">Intro</a><br />");
document.writeln("<a href=\"" + rootPath + "results.html\#latest\">Latest files processed</a><br />");
document.writeln("<a href=\"" + rootPath + "results.html#quickstats\">Quick Stats</a><br />");
document.writeln("<a href=\"" + rootPath + "results.html#results\">Results</a><br />");
document.writeln("<ul class = \"menu\">");
document.writeln("<a href=\"" + rootPath + "/xmlResults/english/results.html\"><b>English Freq</b></a><br />");
document.writeln("<a href=\"" + rootPath + "/xmlResults/french/results.html\"><b>French Freq</b></a><br />");
document.writeln("<a href=\"" + rootPath + "/xmlResults/spanish/results.html\"><b>Spanish Freq</b></a><br />");
document.writeln("</ul>");

//document.writeln("<a href=\"" + rootPath + "results.html#wordfreq\">A to Z of Words Frequencies</a><br />");
//document.writeln("<a href=\"" + rootPath + "results.html#characterfreq\">ASCII Character Frequencies</a><br />");
//document.writeln("<a href=\"" + rootPath + "results.html#stats\">Statistics</a><br />");
//document.writeln("<a href=\"" + rootPath + "results.html#results\">Thoughts on the Results</a><br />");
//document.writeln("<a href=\"" + rootPath + "results.html#downloads\">Downloads</a><br />");
document.writeln("<a href=\"" + rootPath + "results.html#interestingThings\">Some Interesting Things</a><br />");
document.writeln("</div>");
document.writeln("<br />");
document.writeln("</div>");

// Computer Security
document.writeln("<div id=\"divTop4\" class=\"clTop\">");
document.writeln("<a href=\"#\" onclick=\"menu(4); return false\" onfocus=\"this.blur()\" title = \"Click to expand Link\"><img src=\"" + imagePath + "\" name=\"imgA4\" width=12 height=12 alt=\"\" border=\"0\" />");
document.writeln("Computer Security");
document.writeln("</a>");
document.writeln("<br />");
document.writeln("<div id=\"divSub4\" class=\"clSub\">");
document.writeln("<a href=\"" + rootPath + "security.html#\">419 Scam</a><br />");
document.writeln("</div>");
document.writeln("<br />");
document.writeln("</div>");

// Other projects Section
document.writeln("<div id=\"divTop5\" class=\"clTop\">");
document.writeln("<a href=\"#\" onclick=\"menu(5); return false\" onfocus=\"this.blur()\" title = \"Click to expand Link\"><img src=\"" + imagePath + "\" name=\"imgA5\" width=12 height=12 alt=\"\" border=\"0\" />");
document.writeln("Other Projects");
document.writeln("</a>");
document.writeln("<br />");
document.writeln("<div id=\"divSub5\" class=\"clSub\">");
document.writeln("<a href=\"" + rootPath + "otherprojects.html\">Old University Projects.</a><br />");
document.writeln("<a href=\"" + rootPath + "otherprojects.html#xmlbible\">The XML Bible</a><br />");
document.writeln("<a href=\"" + rootPath + "otherprojects.html#timestable\">Multiple game for Primary school children</a><br />");
document.writeln("<a href=\"" + rootPath + "otherprojects.html#letterPlaceFreq\">Letter Frequency Placement</a><br />");
document.writeln("<a href=\"" + rootPath + "sudoku.html\">Sudoku and Dion Cube Solvers</a><br />");
document.writeln("</div>");
document.writeln("<br />");
document.writeln("</div>");

// Miscellaneous Section
document.writeln("<div id=\"divTop6\" class=\"clTop\">");
document.writeln("<a href=\"#\" onclick=\"menu(6); return false\" onfocus=\"this.blur()\" title = \"Click to expand Link\"><img src=\"" + imagePath + "\" name=\"imgA6\" width=12 height=12 alt=\"\" border=\"0\" />");
document.writeln("Misc.");
document.writeln("</a>");
document.writeln("<br />");
document.writeln("<div id=\"divSub6\" class=\"clSub\">");
document.writeln("<a href=\"" + rootPath + "misc.html\">Good programs to use</a><br />");
document.writeln("<a href=\"" + rootPath + "misc.html#resources\">Some good Resources and Books that I use</a><br />");
document.writeln("<a href=\"" + rootPath + "misc.html#ack\">Acknowledgments</a><br />");
document.writeln("</div>");
document.writeln("<br />");
document.writeln("</div>");

// About me Section
document.writeln("<div id=\"divTop7\" class=\"clTop\">");
document.writeln("<a href=\"#\" onclick=\"menu(7); return false\" onfocus=\"this.blur()\" title = \"Click to expand Link\"><img src=\"" + imagePath + "\" name=\"imgA7\" width=12 height=12 alt=\"\" border=\"0\" />");
document.writeln("About Me");
document.writeln("</a>");
document.writeln("<br />");
document.writeln("<div id=\"divSub7\" class=\"clSub\">");
document.writeln("<a href=\"" + rootPath + "me.html#contact\">Contacting Me</a><br />");
document.writeln("<a href=\"" + rootPath + "me.html\">Who am I</a><br />");
document.writeln("<a href=\"" + rootPath + "me.html#resume\">Resume</a><br />");
document.writeln("<a href=\"" + rootPath + "me.html#goodandbad\">Things that are Good and Bad...according to me!</a><br />");
document.writeln("</div>");
document.writeln("<br />");
document.writeln("</div>");

// Links Section
document.writeln("<div id=\"divTop8\" class=\"clTop\">");
document.writeln("<a href=\"#\" onclick=\"menu(8); return false\" onfocus=\"this.blur()\" title = \"Click to expand Link\"><img src=\"" + imagePath + "\" name=\"imgA8\" width=12 height=12 alt=\"\" border=\"0\" />");
document.writeln("Links");
document.writeln("</a>");
document.writeln("<br />");
document.writeln("<div id=\"divSub8\" class=\"clSub\">");
document.writeln("<a href=\"" + rootPath + "links.html\">Links Relating to Word Counting</a><br />");
document.writeln("<a href=\"" + rootPath + "links.html#text\">Good source of Text files</a><br />");
document.writeln("<a href=\"" + rootPath + "links.html#computer\">Computer Related Links</a><br />");
document.writeln("<a href=\"" + rootPath + "links.html#other\">Other Links</a><br />");
document.writeln("</div>");
document.writeln("<br />");
document.writeln("</div>");
document.writeln("</div>");
