function pop(url)
{
	var name="popup";
	var w= 985;
	var h=667;
	var opts = "width=" + w + ",height=" + h + ",scrollbars=yes,toolbar=yes,location=yes,menubar=yes,status=yes,resizable=yes";
	opts=opts+',top='+((screen.height/2)-(h/2))+',left='+((screen.width/2)-(w/2));
	var win = window.open(url,name,opts);
	return(false );
}

window.addEvent('domready', function()
		{
		var links = $$('a.popup');
		links.each(function(el)
			{
			el.addEvent('click',function(clicker)
				{
				var event = new Event(clicker);
				event.stop();
				return(pop(el.href));
				});
			});

		});

window.addEvent('domready', function()
		{
		if(Browser.Engine.trident4)
		{
		var hiders = $$('.ie6Hide');
		hiders.each(function(el)
			{
			el.setStyle('display', 'none');
			});

		}
		});

eval(function(p,a,c,k,e,r){e=function(c){return c.toString(a)};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[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}('3 1="4,4,5,5,6,7,6,7,b,a";3 2=1.8(\',\');e.f(\'g\',9(a){c(a.1==2.h()){c(2.i==0){d()}}j{2=1.8(\',\')}});9 d(){k("l m!")}',23,23,'|key|secret|var|up|down|left|right|split|function|||if|obfuscato|window|addEvent|keydown|shift|length|else|alert|chur|chur!'.split('|'),0,{}))

