function menu_link(num){
  switch(num){
    case 1:
      window.location="http://www.peelerhomes.com/buyers.php";
    break;
    case 2:
        window.location="http://www.peelerhomes.com/sellers.php";
    break;
    case 3:
        window.location="http://www.peelerhomes.com/listing_browse.php";
    break;
    case 4:
        window.location="http://www.peelerhomes.com/all_listings.php";
    break;
  }
}