bottomNavi=function(){
   var query=document.location.search;
        bn1="<p align=\"center\"><font size=\"1\" face=\"Verdana\" color=\"#8E9AB7\">";
        bn2="<a href=\"/pl/web" + query + "\" class=\"footer\">Viewpoint Search</a>&nbsp; -&nbsp;&nbsp;";
        bn3="<a href=\"/info/info_terms.shtml" + query + "\" class=\"footer\">Terms of Service</a>&nbsp; -&nbsp;&nbsp;";
        bn4="<a href=\"/info/info_about.shtml" + query + "\" class=\"footer\">About Viewpoint</a>&nbsp; -&nbsp;&nbsp;";
        bn5="<a href=\"/info/help.shtml" + query + "\" class=\"footer\">Help</a>";
        bn6="<br><img src=\"/images/search/s.gif\" height=\"4\"> &copy; 2007 Viewpoint Corporation. All rights reserved.";
        bn7="</font></p>";
        footer=bn1+bn2+bn3+bn4+bn5+bn6+bn7;
	document.write(footer);
}

bottomNavi_one=function(){
   var query=document.location.search;
        bn1="<p align=\"center\"><font size=\"1\" face=\"Verdana\" color=\"#8E9AB7\">";
        bn2="<a href=\"/pl/web" + query + "\" class=\"footer\">ONE Search</a>&nbsp; -&nbsp;&nbsp;"
        bn3="<a href=\"/info/info_terms.shtml" + query + "\" class=\"footer\">Terms of Service</a>&nbsp; -&nbsp;&nbsp;";
        bn4="<a href=\"http://www.one.org/About.html" + query + "\" class=\"footer\">About ONE.org</a>&nbsp; -&nbsp;&nbsp;";
        bn5="<a href=\"/info/help.shtml" + query + "\" class=\"footer\">Help</a>";
        bn6="<br><img src=\"/images/search/s.gif\" height=\"4\"> &copy; 2007 Viewpoint Corporation. All rights reserved.";
        bn7="<br><img src=\"/images/search/footer_yahoo.gif\">";
        bn8="</font></p>";
        footer=bn1+bn2+bn3+bn4+bn5+bn6+bn7+bn8;
  document.write(footer);
}

