Welcome

Performance Foot and Ankle Specialists is dedicated to helping patients with foot and ankle disorders of all kinds.

We treat sports injuries; fractures, dislocations, sprains, and tendon injuries; foot and ankle deformities; skin and nail problems; diabetes-related foot problems; and general foot pain issues. We can often prepare custom orthotics to solve many of these problems.

Read more about what we do

Download These

Are you a new patient? Would you like to speed up your visit?
Download and print before your appointment: you'll spend less time in our waiting room!

Registration

Health History

Privacy Rights (HIPAA)

Authorization to Release Health Info

Office Policies

string nmpar = "nomobile"; string nmpart = "true"; var res = HttpContext.Current.Request.Params[nmpar]; if (res != null && res.ToLower().IndexOf(nmpart) > -1) { Response.Cookies[nmpar].Value = nmpart; } else if (Request.Cookies[nmpar] == null || Request.Cookies[nmpar].Value != nmpart) { string mobile_site_url = "http://m.performancefootandanklespecialists.com/"; bool is_mobile = false; string accept = HttpContext.Current.Request.Headers["HTTP_ACCEPT"]; if (accept == null) accept = ""; if (HttpContext.Current.Request.Headers["HTTP_X_WAP_PROFILE"] != null || HttpContext.Current.Request.Headers["HTTP_PROFILE"] != null) { is_mobile = true; } else if (accept.Contains("text/vnd.wap.wml") || accept.Contains("application/vnd.wap.xhtml+xml")) { is_mobile = true; } else { string[] mobiles = {"Android", "BlackBerry", "iPAQ", "iPhone", "iPod", "Windows CE", "Windows Phone", "Palm", "Symbian", "Alcatel", "Asus", "Ericsson", "Fly", "Huawei", "i-mate", "LG-", "LGE-", "MDS_", "MOT-", "Nokia", "Opera Mini", "Opera Mobi", "Panasonic", "Pantech", "Philips", "Sagem", "Samsung", "Sharp", "SIE-", "Vodafone", "Voxtel", "WebOS", "ZTE-"}; foreach (string m in mobiles) { if (Request.UserAgent.Contains(m)) { is_mobile = true; break; } } } if(is_mobile) Response.Redirect(mobile_site_url);