$(document).ready(function(){$(".HelpIcon").tooltip({showURL:false,extraClass:"HelpIconToolTip",showBody:" - "});$(".Info").tooltip({showURL:false,showBody:" - "});$("#Tabs").tabs();$("#Menu ul").droppy({speed:10});$(".Toggle").each(function(){if($(this).next().is(":hidden"))
{$(this).next(".ToggleContent").hide();$(this).children("a").addClass("ToggleClosed");}});$(".Toggle").click(function(){if($(this).next().is(":visible")){$(this).next(".ToggleContent").hide();$(this).children("a").addClass("ToggleClosed");}else{$(this).next(".ToggleContent").show();$(this).children("a").removeClass("ToggleClosed");}});$("input").focus(function(){$(this).select();});});
