		var pops, pops2, pops3, pops4, pops5, pops6, pops7;
			function changer(from,to) {
				if(document.images) {
					document.images[from].src = to;
				}
			}
			function mose(close){
				$("#chil"+close).mouseleave($("#chil"+close).slideUp("fast"));
			}
			
			function menu(open){
				if(open!=0){
					if(pops+open){
						clearTimeout(pops+open);
					}
					$("#chil"+open).slideDown("fast");
				}
			}

			function changer(from,to) {
				if(document.images) {
					document.images[from].src = to;
				}
			}

