var root = new Array()
var str = "http://home-1.tiscali.nl/~bmc88/" + findVirtualPaths(location.href);
//var str = location.href;
str = str.indexOf('java')<0 ? 
	str.substring(0,str.lastIndexOf('/java/')) + "/java/" : 	
	str.substring(0,str.lastIndexOf('/java/')) + "/java/"
addLeaf( str + '../index.html#','Home',root)
// mock exams
indent=0;
var leaf = addLeaf('#','Mock Exams',root)
indent=1;
var leaf2 = addLeaf('#','My notes',leaf)
indent=2;
addLeaf(str +'javacert/newcert1-10.html#','Notes I',leaf2)
addLeaf(str +'javacert/newcert11-20.html#','Notes II',leaf2)
addLeaf(str +'javacert/newcert21-30.html#','Notes III',leaf2)
addLeaf(str +'javacert/newansw.html#','Answers',leaf2)

indent=1;
leaf2 =  addLeaf('#','Your notes',leaf)
indent=2;
addLeaf(str +'q_a/index.html#qa','Page I',leaf2) 
addLeaf(str +'q_a/index1.html#','Page II',leaf2) 
addLeaf(str +'q_a/index2.html#','Page III',leaf2)
addLeaf(str +'q_a/index3.html#','Page IV',leaf2)
addLeaf(str +'q_a/answer.html#','Answers',leaf2)


indent=1;
leaf2 = addLeaf('#','Dr Hunt\'s',leaf)
indent=2;
addLeaf(str +'javacert/newmock.html#','Questions',leaf2)
addLeaf(str +'javacert/newmockansw.html#','Answers',leaf2)

indent=1;
leaf2 = addLeaf('#','Boone Exam',leaf)
indent=2;
addLeaf(str +'javacert/newboone1-19.html#','Quest.1-19',leaf2)
addLeaf(str +'javacert/newboone20-39.html#','Quest.20-39',leaf2)
addLeaf(str +'javacert/newboone40-70.html#','Quest.40-70',leaf2)
addLeaf(str +'javacert/newbooneansw.html#','Answers',leaf2)

indent=1;
addLeaf(str +'javacert/poddar.html#','Poddars',leaf)

addLeaf(str +'javacert/maji.html#','Maji Papers',leaf)

addLeaf(str +'javacert/sarga-1.html#','Sarga Papers',leaf)

addLeaf(str +'javacert/green.html#','Green\'s Cram',leaf)


addLeaf('http://www.jttc.demon.co.uk/cert','Dr Hunt\'s latest',leaf)

addLeaf('http://suned.sun.com/usa/cert_test.html','Sun\'s examples',leaf)


addLeaf('http://www.software.u-net.com/javaexam/javaexam.htm','Green\'s Xam',leaf)

indent=0;
leaf2 = addLeaf('#','Exam Simulation',root)
indent=1;
leaf  = addLeaf('#','Downloads',leaf2)
indent=2;
addLeaf(str + 'javacert/JDCert.html#','JDCert',leaf)
addLeaf('http://www.sarga.com/java/jac.htm','Jargon',leaf)
addLeaf('http://www.mayaconsultancy.com/maya/gesjava.html','gEs',leaf)
addLeaf('http://www.axtive.com/jcertify','JCertify',leaf)
addLeaf('http://eddiemcnally.hypermart.net/jxam.html','JXam 1.8',leaf)

indent=1;
leaf  = addLeaf('#','Online',leaf2)
indent=2;
addLeaf('http://certify.torolab.ibm.com/','IBM Certification',leaf)
addLeaf('http://www.lanw.com/java/javacert/TestApplet.htm','LanWright I',leaf)
addLeaf('http://www.lanw.com/java/javacert/HardestTest.htm','LanWright II',leaf)
addLeaf('http://www.software.u-net.com/applets/Exam/Exam.htm','LanWright II',leaf)
addLeaf('http://bmil.freeservers.com/tester/test.html','BMIL',leaf)
addLeaf('http://www.mindq.com/forms/demoform.html','MindQ',leaf)


indent=0;
leaf = addLeaf('#','Objectives',root)
indent=1;
addLeaf(str +'javacert/object.html#','Objectives List',leaf)
addLeaf(str +'javacert/revision.html#','Exam Revision',leaf)
addLeaf(str +'javacert/Desboro.htm#','Cert. Notes',leaf)
addLeaf('http://www.geocities.com/SiliconValley/Circuit/8217/','Exam Notes',leaf)
addLeaf('http://www.levteck.com/','LevTeck',leaf)

indent=0;
leaf = addLeaf(str + 'directory.html#','Directory',root)
leaf = addLeaf('#','JDBC',root)
indent=1;
addLeaf(str +'jdbc/index.html#jdbc','Setting Up',leaf)
addLeaf(str +'jdbc/ms97.htm#','MS 97',leaf)

indent=0;
leaf = addLeaf(str +'javacert/index.html#1','Back Home',root)


printNode(root)

//if (ie5||ns6)
//var reference=document.getElementById("ie5menu")

//if (reference)
//{
    //document.write( '-' + str)
//    findFolderToOpen(location.href.substring(location.href.lastIndexOf('/')),reference,reference.sourceIndex+1, document.all.length)
//}

//document.write( str )
// END OF LAYER 