$(document).ready(function(){
	//dependent dropdowns
	makeSublist('child','grandchild', false, '');	
	makeSublist('parent','child', false, '');	
});