function outputTopNav(curpage,owners,pros,section,url_prefix,hide_langs){if(!curpage)curpage='';if(!owners)owners=false;if(!pros)pros=false;if(!hide_langs)hide_langs=false;if(!section)section='';if(!url_prefix&&url_prefix!='')url_prefix='../';var out='';out+='\n';out+=' \n';out+=' \n';out+=' \n';out+='
\n';out+='\n';out+='
\n';out+='\n';out+=' \n';if(curpage=='index.htm')out+=' ';out+=' \n';out+=' \n';out+=' \n';if(curpage=='index.htm'){out+=' \n';out+=' \n';out+=' \n';} out+='
What\'s New\n';if(curpage!='index.htm'&&!hide_langs)out+='
 
\n';out+='
\n';out+='
    \n';out+='
  • '+getSecondaryLink(url_prefix+'about/index.htm','About Us',false,url_prefix+curpage)+'
  • \n';out+='
  • '+getSecondaryLink(url_prefix+'contact/index.php','Contact Us',false,url_prefix+curpage)+'
  • \n';out+='
  • '+getSecondaryLink(url_prefix+'sitemap/index.htm','Site Map',false,url_prefix+curpage)+'
  • \n';out+='
  • '+getSecondaryLink(url_prefix+'poolprofessionals/index.htm','For Pool Professionals',pros,url_prefix+curpage)+'
  • \n';out+='
  • '+getSecondaryLink(url_prefix+'poolowners/index.htm','For Pool Owners',owners,url_prefix+curpage)+'
  • \n';out+='
  • SEARCH:
  • \n';out+='
\n';out+='
\n';out+='
 
\n';out+='
\n';return out;} function changeLanguage(l){if(l=='en')return;var rootpath='';var path=location.pathname+location.search;if(rootpath!='')path=path.substr(rootpath.length);location.href=rootpath+'/'+l+path;} function getPageLink(url,text,curpage,section,section_test,url_prefix){if(!curpage)curpage='';if(!section)section='';if(!section_test)section_test='';if(curpage==url)return''+text+'\n';else if(section!=''&§ion==section_test)return''+text+'\n';else return''+text+'\n';} function getSecondaryLink(url,text,is_cur,curpage){if(!is_cur&&curpage!=url)return''+text+'';else if(curpage==url)return''+text+'';else return''+text+'';} function outputFooter(url_prefix){if(!url_prefix&&url_prefix!='')url_prefix='../';var trackPage=true;var links='Aboveground Systems | Automation | Cleaners | Commercial | Deck Equipment | Filters | Heaters & Heat Pumps | Ladders & Rails | Lighting | Maintenance & Safety Equipment | Pumps | Safety Vacuum Release Systems (SVRS) | Sanitizers | Valves | Water Features | White Goods
\n';if(url_prefix!='../'){links=links.replace(new RegExp('href="../products/','g'),'href="'+url_prefix+'products/');links=links.replace(new RegExp('href="../sections/','g'),'href="'+url_prefix+'sections/');} var out=links;out+='© Copyright 2010 Pentair Water Pool and Spa, Inc. | Terms of Use\n';if(trackPage){out+='\n';out+='\n';} return out;}