if ( !document.IncludedFiles ) document.IncludedFiles = [];
document.IncludedFiles['http://www.backpackerscars.com/process/x_droptreejs//generation/0oa7WaxE-R3rVhGxE\nmv_display.js'] = 1;

			var icons = 0;
			var dropcall = 0;
			var dropinit = 0;
			var s = s_tpl = false;

			if (icons) {
				var minus=new Image();
				minus.src = '/interchange-5/en_US/ico_minus.gif';
			}

			function dropit(e) {
				dropcall = 1;
				nodes = e.split(';');
				o = 0;
				if (nodes[0] == '1') o = nodes.shift();
				for (i=0;i<nodes.length;i++) {
					e = nodes[i];
					var ul = document.getElementById(e);
					if (icons) var img = document.getElementById(e+'i');
					if (ul) {
						if (ul && ul.style.display == 'none' || ul.style.display == '') {
							ul.style.display = 'block';
							if ( icons && img ) img.src = minus.src;
						} else if (!o) {
							ul.style.display = 'none';
							if ( icons && img ) img.src = '/interchange-5/en_US/ico_plus.gif';
						}
					h(e+'d');
					}

				}
			}

			// When we need to reload the page too
			function reloadit(e, arg_uid) {
				dropcall = 1;
				nodes = e.split(';');
				o = 0;
				if (nodes[0] == '1') o = nodes.shift();
				for (i=0;i<nodes.length;i++) {
					e = nodes[i];
					var ul = document.getElementById(e);
					if (icons) var img = document.getElementById(e+'i');
					if (ul) {
						if (ul && ul.style.display == 'none' || ul.style.display == '') {
							ul.style.display = 'block';
							if (icons) img.src = minus.src;
							//window.location = 'http://www.backpackerscars.com/Buying+a+Vehicle.html?cat_uid='+arg_uid+'';
                            window.reload();

						} else if (!o) {
							ul.style.display = 'none';
							if (icons) img.src = '/interchange-5/en_US/ico_plus.gif';
						}
					h(e+'d');
					}

				}
			}

			function sel(div, tpl, multidrop, unsel) {
				if (dropcall && !dropinit) {
					dropcall = 0;
					return '';
				}
				unsel = (!unsel ? '2' : '1');
				
				if (dropinit) dropinit = 0;
				div_class = div.className.slice(0,-1);
				
				if (div != s || multidrop) {
					s_class = '';
					if (s && !multidrop) {
						s_class = s.className.slice(0,-1);
						s.className = s_class + '1';
					}
					div.className = div_class + unsel;
					s = div;
					
					if (tpl && tpl.length) {
						tpl = document.getElementById(tpl);
						tpl.style.display = 'block';
						if (s_tpl && s_tpl != tpl) s_tpl.style.display = 'none';
						s_tpl = tpl;
						div.appendChild(tpl);
						
					}
				}
			}