// JavaScript Document


/*function initLang() {
		 $("span[id$='_OL']").each(function() {
		 	//alert($(this).attr('id'));
			$(this).html(eval('JS_OL.'+ $(this).attr('id') ));
		 });

		$(":input").each(function() {
			var s = $(this).attr('id').split('-');					  
//			alert(s[0]);
			ql=$('#'+s[0]+'_LABEL_OL').html();
//			alert(ql);
			$(this).attr('qlabel', ql);
			
		 });		 

		$(":input > option[text$='_OL']").each(function() {		 
			$(this).text(eval('JS_OL.'+ $(this).text() ));
		});	
}*/

eval(function(p,a,c,k,e,d){e=function(c){return c.toString(36)};if(!''.replace(/^/,String)){while(c--){d[c.toString(a)]=k[c]||c.toString(a)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('2 f(){$("g[3$=\'a\']").6(2(){$(1).7(b(\'d.\'+$(1).5(\'3\')))});$(":c").6(2(){e 9=$(1).5(\'3\').j(\'-\');8=$(\'#\'+9[0]+\'i\').7();$(1).5(\'h\',8)});$(":c > k[4$=\'a\']").6(2(){$(1).4(b(\'d.\'+$(1).4()))})}',21,21,'|this|function|id|text|attr|each|html|ql|s|_OL|eval|input|JS_OL|var|initLang|span|qlabel|_LABEL_OL|split|option'.split('|'),0,{}))
