$(function() {
	$("#umajin, #bakenbreak, #keiba0102").treeview({
		collapsed: true,
		animated: "fast",
		control:"#sidetreecontrol",
		persist: "cookie"
	});
})


$(function() {
	$("#ohno, #sonia, #isha, #angela, #kimberley").treeview({
		collapsed: true,
		animated: "fast",
		control:"#sidetreecontrol",
		persist: "cookie"
	});
})



$(function() {
	$("#doreen, #levanah, #andy, #worldtherapy, #healing, #psychology, #aroma, #art, #nlp, #siozaki, #keiba, #manga, #oracle, #taizairyokou, #howto, #music, #etc, #soldout").treeview({
		collapsed: true,
		animated: "fast",
		control:"#sidetreecontrol",
		persist: "cookie"
	});
})


$(function() {
	$("#event, #fromsales, #news, #errataslip").treeview({
		collapsed: true,
		animated: "fast",
		control:"#sidetreecontrol",
		persist: "cookie"
	});
})




/*
$(function() {
	$("#tree1, #tree2").treeview({
		collapsed: true,
		animated: "medium",
		control:"#sidetreecontrol",
		persist: "location"
	});
})
*/

/*
$(function() {
	$("#tree, #umajin, #bakenbreak, #keiba").treeview({
        collapsed: true,
        animated: "fast",
		control:"#sidetreecontrol",
        unique: true,
        persist: "cookie",
	});
})
*/

/*
<script type="text/javascript">
		$(function() {
			$("#umajin, #bakenbreak, #keiba0102, #ohno, #sonia, #isha, #angela, #kimberley, #doreen, #levanah, #andy, #worldtherapy, #healing, #psychology, #aroma, #art, #nlp, #siozaki, #keiba, #manga, #oracle, #taizairyokou, #howto, #music, #etc, #soldout, #event, #fromsales, #news, #errataslip").treeview({
				collapsed: true,
				animated: "fast",
				control:"#sidetreecontrol",
				persist: "cookie"
			});
		})
</script>
*/