var SIMPLE_FORMAT =
[
//0. left position
	17,
//1. top position
	0,
//2. show +/- buttons
	false,
//3. couple of button images (collapsed/expanded/blank)
	["../../images/c.gif", "../../images/e.gif", "../../images/b.gif"],
//4. size of images (width, height,ident for nodes w/o children)
	[14,14,0],
//5. show folder image
	true,
//6. folder images (closed/opened/document/fc/fe/d/c/e)
	["../../images/fc.gif", "../../images/fe.gif", "../../images/fc.gif"],
//7. size of images (width, height)
	[14,14],
//8. identation for each level [0/*first level*/, 16/*second*/, 32/*third*/,...]
//	[0,16,32,48,64,80,96,112,124],
	[0,8,16,32,48,64,80,94,112,124],
//9. tree background color ("" - transparent)
	"",
//10. default style for all nodes
	["clsDemoNode","clsDemoNode1","clsDemoNode1","clsDemoNode1","clsDemoNode1"],
//11. styles for each level of menu (default style will be used for undefined levels)
	[],//["clsNodeL0","clsNodeL1","clsNodeL2","clsNodeL3","clsNodeL4"],
//12. true if only one branch can be opened at same time
	true,
//13. item pagging and spacing
	[1,2],
];

http://v6.preview.jobsdb.com/HK/EN/V6HTML/erp/index.htm

var SIMPLE_NODES=[
	['Promotion', null, null,
		[{id:'erp2006.htm'},'Employers Reward Program <img src="../../images/popupicon.gif" style="vertical-align:middle;border:none;" width="16" height="13" alt="">','/HK/EN/V6HTML/erp/index.htm','_blank'],
	],
	['Seminar Review', null, null,
		[{id:'best_practice0910.htm'},'Best Practice for Recruitment Advertisement','../events/best_practice0910.htm',''],
		[{id:'talent.htm'},'The Right Way to Find your Right Talent','../events/talent.htm',''],
		[{id:'health_seminar.htm'},'「辦公室僱員之職業安全及健康」講座回顧','../events/health_seminar.htm',''],
		[{id:'HRawards08.htm'},'Hong Kong HR Awards 2008','../events/HRawards08.htm',''],
		[{id:'HRseminar0408.htm'},'Best Practices in Recruitment &amp; Managing MPF Scheme','../events/HRseminar0408.htm',''],
		[{id:'HRdirectorsforum08.htm'},'HR Directors&rsquo; Forum 2008 Hong Kong','../events/HRdirectorsforum08.htm',''],
		[{id:'HRday_review.htm'},'JobsDB HR Day Review','../events/HRday_review.htm',''],
		[{id:'HRAward07_review.htm'},'HR Awards Hong Kong 2007 Review','../events/HRAward07_review.htm',''],
		[{id:'macau.htm'},'Labour Market in Macau: Challenges &amp; Solutions','../events/macau.htm',''],
		[{id:'retention.htm'},'Improve Retention through Staff Motivation','../events/retention.htm',''],
		[{id:'matilda.htm'},'What Does Corporate Health mean to Corporation?','../events/matilda.htm',''],
		[{id:'tax.htm'},'An Overview of Salaries Tax of Hong Kong &amp; Individual Income Tax of PRC','../events/tax.htm',''],
		[{id:'common_staff.htm'},'Review on NLP Workshop for HR – Lead COMMON Staff to UNCOMMON Task','../events/common_staff.htm',''],
		[{id:'law_employer.htm'},'Be a Lawful Employer: from Recruitment to Termination','../events/law_employer.htm',''],
		[{id:'best_practices.htm'},'The Best Practices of Posting a Recruitment Advertisement','../events/best_practices.htm',''],
	],
];

var tree=new COOLjsTree("tree1", SIMPLE_NODES, SIMPLE_FORMAT);
tree.expandAll(false);
function exp(node) {
	while (node) {
		if (!node.expanded) node.treeView.expandNode(node.index);
		node=node.parentNode;
	}
}
var SectionID2=unescape(SectionID), node1=tree.nodeByID(SectionID2);
exp(node1);

function MM_jumpMenu(targ,selObj,restore){ //v3.0
	eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
	if (restore) selObj.selectedIndex=0;
}
