/*
 * JSMin
 * Javascript Compressor
 * http://www.crockford.com/
 * http://www.smallsharptools.com/Projects/Packer/
*/

// C:\Visual Studio 2008\Source Projects\HHS\IWGYP 02832.002.01.04.03.01\src\Websites\FYI\FYI.Deploy\Production\programSearch.js

google.load("jquery","1.3.2");google.load("jqueryui","1.7.2");var searchType;var resultCount;var pagerEnabled;var isFormPost;function initialize(){pagerEnabled=(searchType>2)?false:true;$("#searchTabs").tabs({selected:[searchType]});$("#navigation a[href$='/programsearch.aspx']").removeAttr("onmouseover").removeAttr("onmouseout").children("img").attr("src","images/nav_program-directory-h.gif");if(resultCount>0){$("#tableProgams").tablesorter({sortList:[[1,0]],textExtraction:function(node){var anchorHtml=$('a',node).html();if(null!=anchorHtml)
return anchorHtml;return $(node).html();}});if($("#tableProgams")[0]!=null)
{$("#contentcolumn1 h1").scrollTo(250);}}
if(isFormPost){switch(searchType){case 0:{__doPostBack($("[id$='linkButtonSearchByRiskFactor']").attr("id").replace(/_/g,"$"),'');break;}
case 1:{__doPostBack($("[id$='linkButtonSearchByProtectiveFactor']").attr("id").replace(/_/g,"$"),'');break;}
case 2:{__doPostBack($("[id$='linkButtonSearchByKeyword']").attr("id").replace(/_/g,"$"),'');break;}}}}
google.setOnLoadCallback(initialize);
