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],
	
];
var SIMPLE_NODES = [
		['Career', null, null,	
		[{id:'fashion_musim_hujan.htm'},'Tips Fashion untuk Musim Hujan','../career/fashion_musim_hujan.htm',''], 
		[{id:'back_to_work.htm'},'Liburan Panjang Usai, Kesibukan Kembali Dimulai','../career/back_to_work.htm',''], 
		[{id:'tips_mudik.htm'},'Tips Mudik Aman dan Lancar','../career/tips_mudik.htm',''],
		[{id:'kelola_thr.htm'},'Kelola Tunjangan Hari Raya Anda dengan Bijaksana','../career/kelola_thr.htm',''],
		[{id:'berbuka_puasa.htm'},'Tips Berbuka Puasa Bersama Rekan Kerja','../career/berbuka_puasa.htm',''],
		[{id:'bekerja_beribadah.htm'},'Bekerja Sambil Beribadah, Why Not?','../career/bekerja_beribadah.htm',''],
		[{id:'manajemen_bencana.html'},'Manajemen Bencana di Tempat Kerja','../career/manajemen_bencana.html',''],
		[{id:'liburan_tanpa_interupsi.htm'},'Liburan Tanpa Interupsi Pekerjaan','../career/liburan_tanpa_interupsi.htm',''],
		[{id:'jaga_kubikel.htm'},'Seni Etika Kubikel','../career/jaga_kubikel.htm',''],
		[{id:'produktifitas_kerja.htm'},'Music for Your Work','../career/produktifitas_kerja.htm',''],
	    [{id:'kelola_pendapatan.htm'},'Kelola Pendapatan Anda','../career/kelola_pendapatan.htm',''],
		[{id:'green-lifestyle.htm'},'Tips Menjalankan Green Lifestyle di Kantor','../career/green-lifestyle.htm',''],
		[{id:'rasa-kantuk.htm'},'Mengusir Rasa Kantuk di Kantor','../career/rasa-kantuk.htm',''],
		[{id:'psikologi-warna.htm'},'Warna Busana Kerja Penentu Sukses Karir Anda','../career/psikologi-warna.htm','']
		
	],
		['Health & Beauty',null, null,
		 		[{id:'kekebalan_tubuh.htm'},'Tingkatkan Kekebalan Tubuh Anda','../health/kekebalan_tubuh.htm',''], 		 		
		 		[{id:'menjaga_otak.htm'},'Kiat Menjaga Otak Tetap Tajam','../health/menjaga_otak.htm',''],  
		 		[{id:'biasakan_sarapan.htm'},'Biasakan Sarapan untuk Meningkatkan Produktifitas','../health/biasakan_sarapan.htm',''], 
		 		[{id:'hindari_dehidrasi.htm'},'Hindari Dehidrasi Selama Bekerja','../health/hindari_dehidrasi.htm',''],
		 		[{id:'tips_sehat_ramadan.htm'},'Jaga Kesehatan Anda Selama Bulan Ramadan','../health/tips_sehat_ramadan.htm',''],
		 		[{id:'eating_etiquette.html'},'Eating Etiquette di Tempat Kerja','../health/eating_etiquette.html',''],
				[{id:'rsi.html'},'Pengguna Komputer, Waspadai RSI','../health/rsi.html',''],
		        [{id:'build_sick_syndrome.htm'},'Sick Building Syndrome, Kenali Sebab dan Solusinya','../health/building_sick_syndrome.htm',''],
		        [{id:'diet_tepat.htm'},'Diet Tepat untuk Wanita Karir','../health/diet_tepat.htm',''],
		        [{id:'bersepeda_kekantor.htm'},'Bersepeda ke Kantor: Hemat dan Menyehatkan','../health/bersepeda_kekantor.htm',''],
			    [{id:'workaholic-sehat.htm'},'Bisakah Anda menjadi seorang workaholic yang sehat?','../health/workaholic-sehat.htm',''],
				[{id:'kelola_kemarahan.htm'},'Mengelola Kemarahan di Tempat Kerja','../health/kelola_kemarahan.htm',''],
			    [{id:'sehat_produktif.htm'},'Tetap Sehat dan Produktif selama Ramadhan','../health/sehat_produktif.htm',''],
			 	[{id:'tetap_sehat.htm'},'Tetap Sehat di Tempat Kerja','../health/tetap_sehat.htm',''],
				[{id:'pemicu_stress.htm'},'Makan Apa Ketika Stress ?','../health/pemicu_stress.htm',''],
				[{id:'penampilan_segar.htm'},'Tips Cepat dan Mudah Untuk Penampilan Segar bagi Wanita Karir','../health/penampilan_segar.htm',''],
				[{id:'kesehatan_mata.htm'},'Jaga Kesehatan Mata Anda','../health/kesehatan_mata.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)
var 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;
}
