change(function() {
var Search_Str = $j("#searchDropdownBox option:selected").text();
$j("#nav-search-in-content").text(Search_Str);
$j("#twotabsearchtextbox").focus().select();
});
/** Min-height not needed on inner-content for this template (initially set in stores.js) **/
$j("#innerContent").css("min-height", "");
});