// JavaScript Document

 $(document).ready(function(){
	updateSubCats(document.getElementById('catID'));
 });
 
