$each($$(".todo"),function(b){var a=b.getProperty("id").replace(/[A-Za-z]/g,"");$("todo"+a).addEvent("click",function(c){c=new Event(c).stop();deselection();$each($$(".todoimg"),function(d){fadeAsAppropriate(d,a)});moveBoxAsAppropriate(a,left[a-1],top[a-1],$("todo"+a+"img").getStyle("opacity")!=0)})});function fadeAsAppropriate(c,b){var a=c.getProperty("id");var d=60;var e=a.replace(/[A-Za-z]/g,"")*d;if(a=="todo"+b+"img"||$("todo"+b+"img").getStyle("opacity")==0){(function(){$(a).fade("in")}).delay(600-e)}else{(function(){$(a).fade("out")}).delay(e)}}function moveBoxAsAppropriate(e,c,b,a){if(a){var d=new Request.HTML({url:"box.php?page="+e,update:"twobytwobox"}).send();$("twobytwobox").setStyle("margin-left",c);$("twobytwobox").setStyle("margin-top",b);$("twobytwobox").fade("in")}else{$("twobytwobox").fade("out")}};
