﻿function lyrica_goto( menuform )
{
    var baseurl = window.location.href.substring(0, window.location.href.lastIndexOf("/"));
    selecteditem = menuform.newurl.selectedIndex ;
    newurl = menuform.newurl.options[ selecteditem ].value ;
    if (newurl.length != 0) {
      location.href = baseurl + newurl ;
    }
}
document.write("<style type=\"text/css\">");
	document.write(".selectbox");
		document.write("{ ");
			document.write("behavior:expression(window.dropdown_menu_hack!=null?window.dropdown_menu_hack(this):0);");
		document.write("}");
document.write("</style>");

document.write("<form  methode=\"post\" id=\"lyricaanswershomedropdownID\" name= \"lyricaanswershomedropdown\">");
	document.write("<select class=\"selectbox\"  name=\"newurl\" onchange=\"lyrica_goto(this.form)\" style=\"width: 225px;\">  ");
		document.write("<option value=\"\" selected=\"selected\">Select One</option>");
		document.write("<option value=\"/fibromyalgia_lyricaanswers.aspx\">Fibromyalgia</option>");
		document.write("<option value=\"/dpn_lyricaanswers.aspx\">Nerve Pain Associated with Diabetes</option>");
		document.write("<option value=\"/phn_lyricaanswers.aspx\">Nerve Pain after Shingles</option>");
		document.write("<option value=\"/epi_lyricaanswers.aspx\">Treating Partial Seizures</option>");
		
	document.write("</select>");
document.write("</form>");
