function startFcbkComplete() {
	if(document.getElementById('pv')) {
		$(document).ready(function() 
		{        
		  $("#pv").fcbkcomplete({
			json_url: "/php/php.query.province.php",
			addontab: true,
			cache: false,
			filter_hide: true,
			filter_selected: true,
			maxitems: 1,
			maxshownitems: 5,
			newel: true,
			delay: 100
		  });		 
		});
	}
}


