Starmind.Credits={Team:{current:null,overlay:null,blocked:false,timeout:null,onMouseOver:function(d,c,b,a){if(c!=this.current){this.removeOverlay()}else{if(this.timeout!=null){window.clearTimeout(this.timeout)}}if(this.overlay==null){var f='<div class="name">'+c+"</div>";if(a==null){a={}}f+='<div class="title_1">'+((a.title1!=null)?a.title1:"&nbsp;")+"</div>";f+='<div class="title_2">'+((a.title2!=null)?a.title2:"&nbsp;")+"</div>";f+='<a class="email" href="mailto:'+b+'">'+b+"</a>";var e=$(d).cumulativeOffset();this.overlay=new Element("div",{"class":"team_hover"});this.overlay.setStyle({top:e.top+"px",left:(e.left+84)+"px","z-index":50000});this.overlay.update(f);this.overlay.onmouseover=function(){Starmind.Credits.Team.onMouseOver()};this.overlay.onmouseout=function(){Starmind.Credits.Team.onMouseOut()};$(document.body).insert(this.overlay)}},onMouseOut:function(){if(this.timeout!=null){window.clearTimeout(this.timeout)}this.timeout=window.setTimeout("Starmind.Credits.Team.removeOverlay();",2000)},removeOverlay:function(){if(this.overlay!=null){$(this.overlay).remove();this.overlay=null;this.current=null}}},Quotes:{current:null,overlay:null,blocked:false,timeout:null,onMouseOver:function(d,c,a,b){if(c!=this.current){this.removeOverlay()}else{if(this.timeout!=null){window.clearTimeout(this.timeout)}}if(this.overlay==null){var f='<div class="name">'+c+"</div>";if(b==null){b={}}f+='<div class="title_1">'+((b.title1!=null)?b.title1:"&nbsp;")+"</div>";f+='<div class="title_2">'+((b.title2!=null)?b.title2:"&nbsp;")+"</div>";f+='<div class="quote" href="mailto:'+a+'">'+a+"</div>";var e=$(d).cumulativeOffset();this.overlay=new Element("div",{"class":"quote_hover"});this.overlay.setStyle({top:e.top+"px",left:(e.left+84)+"px","z-index":50000});this.overlay.update(f);this.overlay.setAttribute("onmouseover","Starmind.Credits.Quotes.onMouseOver();");this.overlay.setAttribute("onmouseout","Starmind.Credits.Quotes.onMouseOut();");$(document.body).insert(this.overlay)}},onMouseOut:function(){if(this.timeout!=null){window.clearTimeout(this.timeout)}this.timeout=window.setTimeout("Starmind.Credits.Quotes.removeOverlay();",2000)},removeOverlay:function(){if(this.overlay!=null){$(this.overlay).remove();this.overlay=null;this.current=null}}}};