	
	
	function img_over (img_name, pth) {
		eval (document.lasuta2.src = new String(pth + "images/" + img_name + ".gif"));
	}
	
	function show_lang (who) {
		var idd = document.getElementById ('ro');
		idd.className = 'no_show';
		var idd = document.getElementById ('en');
		idd.className = 'no_show';
		var idd = document.getElementById ('fr');
		idd.className = 'no_show';
		var idd = document.getElementById ('it');
		idd.className = 'no_show';
		var idd = document.getElementById ('es');
		idd.className = 'no_show';
		var idd = document.getElementById ('de');
		idd.className = 'no_show';
		
		var idd = document.getElementById (who);
		idd.className = 'show';
		return false;
	}