
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

   var _gaq = _gaq || [];   _gaq.push(['_setAccount', 'UA-11522531-2']);   _gaq.push(['_trackPageview']);    (function() {     var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;     ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';     var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);   })();  
   
 						function show_level2(obj, url1, url2) {
						var ul = obj.parentNode.getElementsByTagName('UL');
						if (!ul.length)
						    return url1 != url2;
						//alert(obj.style.name);
						//alert(obj.href+'  '+url1+'  '+url2);
						if (obj.style.name != 'expanded') {
						    obj.style.name = 'expanded';
						    obj.style.background = "url(/images/minus.gif) 0 4px no-repeat";
						    obj.style.color = "#336699";
						    ul[0].style.display="block";
						} else {
						    obj.style.name = 'collapsed';
						    obj.style.background = "url(/images/plus.gif) 0 4px no-repeat";
						    obj.style.color = "#5e5c5c";
						    ul[0].style.display="none";
						}
						return url1 != url2;
						}
				
						$(document).ready(function() {
							$('.collapsed').click(function() {
								$(this).children().slideToggle('slow');
							});
						});


