		topmenu = new Image(); 
		topmenu.src = "http://www.stopler.lu/gfx/menu_normal.gif";		
		topmenu_on = new Image(); 
		topmenu_on.src = "http://www.stopler.lu/gfx/menu_select.gif";		
				
		submenu2 = new Image(); 
		submenu2.src = "http://www.stopler.lu/gfx/submenu2.png";
		submenu2_on = new Image(); 
		submenu2_on.src = "http://www.stopler.lu/gfx/submenu2_hover.png";
		
		submenu3_top = new Image(); 
		submenu3_top.src = "http://www.stopler.lu/gfx/submenu3_top.png";
		submenu3_top_on = new Image(); 
		submenu3_top_on.src = "http://www.stopler.lu/gfx/submenu3_hover_top.png";
		submenu3_bottom = new Image(); 
		submenu3_bottom.src = "http://www.stopler.lu/gfx/submenu3_bottom.png";
		submenu3_bottom_on = new Image(); 
		submenu3_bottom_on.src = "http://www.stopler.lu/gfx/submenu3_hover_bottom.png";		
		submenu3 = new Image(); 
		submenu3.src = "http://www.stopler.lu/gfx/submenu3.png";
		submenu3_on = new Image(); 
		submenu3_on.src = "http://www.stopler.lu/gfx/submenu3_hover.png";

		$(document).ready(function() {
			$('div#dropdown').WG_Ajax({
										ajax_url:'http://www.stopler.lu/searchtags_LUFR/?vc=DEFAULT',
										path_loading_image: 'http://www.stopler.lu/gfx/ajax_loading.gif',
										loadingpaddingtop: '100',
										loadingpaddingbottom: '100',
										cache: false,
										async: false,
										cb: function() {}
										});
			$('div#news_plugin').WG_Ajax({
	ajax_url:'http://www.stopler.lu/news/?vc=NEWS_PLUGIN&lid=1',
	path_loading_image: 'gfx/ajax_loading.gif',
	loadingpaddingtop: '100',
	loadingpaddingbottom: '100',
	cache: false,
	async: false,
	cb: function() {}
});
$('div#news_plugin').css('display','block');
			$("#languages").css({
				'width': $("#dropdown").width()+'px',
				'height': '23px'
			});

			$("ul.lev2 li a").each(function (i) {
								        $(this).css({
								        	"color":"#01a9db",
								        	"background":"url(http://www.stopler.lu/gfx/submenu2.png) no-repeat left top"
								        });
      });
			$("ul.lev3 li a").each(function (i) {
								        $(this).css({
								        	"color":"#4B2857",
								        	"background":"url(http://www.stopler.lu/gfx/submenu3.png) no-repeat left top"
								        });
      });

/* second level */
			$(".topmenu_off").mouseover(function(){
		      	$(this).find("a:eq(0)").css({
		      			"background":"url(http://www.stopler.lu/gfx/menu_select.gif) no-repeat left top",
		      			"color":"#01a9db"
		      			}).attr("fadeout", 'false');
		  }).mouseout(function(){
		    		var mainelement = $(this).find("a:eq(0)");
		    		mainelement.attr("fadeout", 'true');
						setTimeout( function() {
							if (mainelement.attr("fadeout") == "true")
							{
								mainelement.css({
											"background":"url(http://www.stopler.lu/gfx/menu_normal.gif) no-repeat left top",
											"color":"#e8e8e8"
									});
							}
						}, 100);

		  });

			$("ul.lev2 li a").mouseover(function(){
			        $(this).css({
			        	"color":"#420a54",
			        	"background":"url(http://www.stopler.lu/gfx/submenu2_hover.png) no-repeat left top"
			        });
		  }).mouseout(function(){
			        $(this).css({
			        	"color":"#01a9db",
			        	"background":"url(http://www.stopler.lu/gfx/submenu2.png) no-repeat left top"
			        });
		  });

/* end second level */

/* third level */

			$(".menu_off").mouseover(function(){
							$(this).find("a:eq(0)").css({
		      			"background":"url(http://www.stopler.lu/gfx/submenu2_hover.png) no-repeat left top",
		      			"color":"#420a54",
		      			"padding-left":"17px"
		      			}).attr("fadeout", 'false');

		  }).mouseout(function(){
			    		var mainelement2 = $(this).find("a:eq(0)");
			    		mainelement2.attr("fadeout", 'true');
							setTimeout( function() {
								if (mainelement2.attr("fadeout") == "true")
								{
									mainelement2.css({
												"background":"url(http://www.stopler.lu/gfx/submenu2.png) no-repeat left top",
												"color":"#01a9db",
												"padding-left":"7px"
										});
								}
							}, 100);
		  });

			$("ul.lev3 li a").mouseover(function(){
							var parentli = $(this).parent();
							var ind = $('ul.lev3 li').index(parentli);
							//alert(ind);
							$(parentli).find("div.top3:eq(0)").css({
			        	"background":"url(http://www.stopler.lu/gfx/submenu3_hover_top.png) no-repeat left top"
			        });
							$(parentli).find("div.bottom3:eq(0)").css({
			        	"background":"url(http://www.stopler.lu/gfx/submenu3_hover_bottom.png) no-repeat left top"
			        });
			        $(this).css({
			        	"color":"#FFFFFF",
			        	"background":"url(http://www.stopler.lu/gfx/submenu3_hover.png) no-repeat left top"
			        });
		  }).mouseout(function(){
							var parentli = $(this).parent();
							var ind = $('ul.lev3 li').index(parentli);
							$(parentli).find("div.top3:eq(0)").css({
			        	"background":"url(http://www.stopler.lu/gfx/submenu3_top.png) no-repeat left top"
			        });
							$(parentli).find("div.bottom3:eq(0)").css({
			        	"background":"url(http://www.stopler.lu/gfx/submenu3_bottom.png) no-repeat left top"
			        });
			        $(this).css({
			        	"color":"#4B2857",
			        	"background":"url(http://www.stopler.lu/gfx/submenu3.png) no-repeat left top"
			        });
		  });
/* end third level */







				    $("a[title^='--'] img, a[alt^='--'] img, a.flip img, img[alt^='--']").mouseover(function(){
				    	var fullpath = ($(this).attr('src'));
				    	var ext = fullpath.split('.').pop();
				    	var filename = fullpath.substring(0, fullpath.length - ext.length - 1);
				      	$(this).attr('src', filename + '_hover.' + ext);
				    }).mouseout(function(){
				    	var fullpath = $(this).attr('src');
				    	var originalfull = fullpath.replace("_hover.",".");
				    	$(this).attr('src', originalfull);
				    });








		});
