var galatea=(function(){var a={};a.uidSeq=0;a.makeUniqueId=function(){return"uid_"+(++a.uidSeq)};a.acRegistry={};a.instrumentPanel=function(e,d,f){var g,b,c;if(!e){return}g=e.id;if(e.divs.title){if(!f&&d){f=d.data.label}if(f){e.allocDiv("titleSpan","span","title").appendChild(document.createTextNode(f))}e.allocDiv("titleMessageSpan","span","title");e.allocDiv("titleMessageSpan2","span","title")}b=e.divs.popout;c=e.divs.close;if(c){c.onclick=function(){if(!e.hasUnsavedChanges()||confirm("Discard unsaved work?")){c.onclick=null;if(b){b.onclick=null}e.destroy();if(d&&!e.poppedOut){a.tree.removeChildren(d.getAncestor(d.depth-1))}}}}if(b){b.onclick=function(){e.floatOut()}}};a.showVideo=function(f,c){var d=new HtmlActionContainer(),b="video/"+c+"/"+c+"_controller.swf",e="video/"+c+"/FirstFrame.png";pageTracker._trackEvent("Videos","Play",f);d.build('<object id="csSWF" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="498" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,115,0"><param name="src" value="'+b+'"/><param name="bgcolor" value="#1a1a1a"/><param name="quality" value="best"/><param name="allowScriptAccess" value="always"/><param name="allowFullScreen" value="true"/><param name="scale" value="showall"/><param name="flashVars" value="autostart=true"/><embed name="csSWF" src="'+b+'" width="640" height="498" bgcolor="#1a1a1a" quality="best" allowScriptAccess="always" allowFullScreen="true" scale="showall" flashVars="autostart=true&thumb='+e+'&thumbscale=45&color=0x000000,0x000000" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed></object>');d.showDiv("title");a.instrumentPanel(d,null,f);d.showDiv("container");d.showDiv("waiting");d.showDiv("close");d.setWaiting(true);d.divs.holder.style.width="652px";d.divs.holder.style.height="541px";d.floatOut();X.center(d.divs.holder);d.setWaiting(false)};return a})();
