function at_display(a){win=window.open();for(var b in a){win.document.write(b+" = "+a[b]+"<br>")}}function at_show_aux(a,g){var e=document.getElementById(a);var f=document.getElementById(g);var d=(f.at_position=="y")?e.offsetHeight+2:0;var b=(f.at_position=="x")?e.offsetWidth+2:0;for(;e;e=e.offsetParent){d+=e.offsetTop;b+=e.offsetLeft}f.style.position="absolute";f.style.top=d+"px";if(b>516){f.style.left=(b-(250-(758-b)))+"px"}else{f.style.left=(b)+"px"}f.style.visibility="visible"}function at_show(){p=document.getElementById(this["at_parent"]);c=document.getElementById(this["at_child"]);at_show_aux(p.id,c.id);clearTimeout(c.at_timeout)}function at_hide(){c=document.getElementById(this["at_child"]);c.at_timeout=setTimeout("document.getElementById('"+c.id+"').style.visibility = 'hidden'",0)}function at_click(){p=document.getElementById(this["at_parent"]);c=document.getElementById(this["at_child"]);if(c.style.visibility!="visible"){at_show_aux(p.id,c.id)}else{c.style.visibility="hidden"}return false}function at_attach(d,f,b,a,e){p=document.getElementById(d);c=document.getElementById(f);p.at_parent=p.id;c.at_parent=p.id;p.at_child=c.id;c.at_child=c.id;p.at_position=a;c.at_position=a;c.style.position="absolute";c.style.visibility="hidden";if(e!=undefined){p.style.cursor=e}switch(b){case"click":p.onclick=at_click;p.onmouseout=at_hide;c.onmouseover=at_show;c.onmouseout=at_hide;break;case"hover":p.onmouseover=at_show;p.onmouseout=at_hide;c.onmouseover=at_show;c.onmouseout=at_hide;break}};
