	function validate(i)
		{
		if(i=="home"){document.location="http://www.joinfpg.com/";
			}
		else if(i=="about"){
			document.location="http://www.joinfpg.com/customer/home.php?inc_page=about";
			}
		else if(i=="contact"){
			document.location="http://www.joinfpg.com/customer/help.php?section=contactus&mode=update";
			}
		else if(i=="join"){
			document.location="http://www.joinfpg.com/home.php?inc_page=join";
			}
		else if(i=='links'){
			document.location="http://www.joinfpg.com/home.php?inc_page=manu_links";
			}
		else if(i=='links'){
			document.location="http://www.joinfpg.com/home.php?inc_page=manu_links";
			}
		else if(i=='reg'){
			document.location="http://www.joinfpg.com/home.php?inc_page=mem_reg";
			}
		else if(i=='reg'){
			document.location="http://www.joinfpg.com/customer/register.php";
			}
		else if(i=='plist'){
			document.location="http://www.joinfpg.com/home.php?inc_page=prod_list";
			}
		else if(i=='other'){
			document.location="http://www.joinfpg.com/catalog/other.php";
			}

		else if(i=='quote'){
			document.location="http://www.joinfpg.com/home.php?inc_page=quote_req";
			}
		}


function addfav()
   {
   if (document.all)
      {
      window.external.AddFavorite
      ("http://www.joinfpg.com","Restaurant Equipment Below National Chain Pricing - FPG")
      }
   }

function nav()
   {
   var w = document.myform.mylist.selectedIndex;
   var url_add = document.myform.mylist.options[w].value;
   window.location.href = url_add;
   }

