dojo.require("dijit.form.Button");dojo.require("dojo.fx");var startTop=0;var endTop=0;function getStartingParameters(){startTop=dojo.coords("topContentPullDown").t;}var slideDown=new Boolean(true);function slideIt(){var b=0;if(slideDown==true){b=endTop;slideDown=false;}else{b=startTop;slideDown=true;}var a={node:"topContentPullDown",top:(b).toString(),left:(dojo.coords("topContentPullDown").l).toString(),unit:"px",duration:500};dojo.fx.slideTo(a).play();if(slideDown==false){document.getElementById("topButton").setAttribute("class","topButtonMinimized");}else{document.getElementById("topButton").setAttribute("class","topButtonExpanded");}}dojo.addOnLoad(getStartingParameters);function highlight(){}function highout(){}
