IN.gov - Skip Navigation

Note: This message is displayed if (1) your browser is not standards-compliant or (2) you have you disabled CSS. Read our Policies for more information.


Mobile Site RSS Feeds
Amber Alert
Amber Alert - TEST
C "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <% foundation_sessionKey = "" foundation_projectGUID = "99B4FB5BF1B24208B27AE359F089698D" foundation_pageParentPath = "/bmv/index.htm|/bmv/4499.htm" foundation_pageTitle = "Fees" foundation_pageID = "4499" foundation_pageIDTC = "4499" foundation_pageGUID = "362527D0FBA14FF296F7CD4ABF7B44BE" foundation_pageGUIDTC = "362527D0FBA14FF296F7CD4ABF7B44BE" fp_inexistentPageGUID = getPageGuidFromLink( "" ) fp_subListCounter = 0 %> <% ' +--------------------------------------------------------------------------------------------+ ' | General Settings | ' +--------------------------------------------------------------------------------------------+ ' Here are any ASP based settings that might be tweaked for easy project administration ' setting_openAllMenus: when this is true, then for the current open section all sub menus will be expanded automatically setting_openAllMenus = false ' setting_boldLinkPath: When enabled, all links leading to current page are bolded setting_boldLinkPath = true ' setting_disableCurrentLink: Should the link for the current page be disabled? setting_disableCurrentLink = true ' setting_boldCurrentLink: Should current link be bolded (if boldLinkPath is enabled, this option is ignored). ' This setting is meant to allow bolding of current link even if linkPath is not bolded. setting_boldCurrentLink = true ' +--------------------------------------------------------------------------------------------+ ' | Navigation Logic | ' +--------------------------------------------------------------------------------------------+ Dim strParentPages strParentPages = foundation_pageParentPath If foundation_sessionKey <> "" Then 'Preview Mode Token="&" Else 'Published Token=" " End If 'FUNCTION TO CHECK IF NAV ITEMS IS "ACTIVE" Function isActive(strURL) 'Checks if strURL is anywhere in the strParentPages string. If instr(strURL, Token & "pageguid=")>0 Then If instr(strParentPages,Mid(strURL,instrrev(strURL,Token & "pageguid="),42))>0 Then isActive=True Else isActive=False End If Else isActive=False End If End Function 'Test if a Target Container is in use on this Web page & set page title dim pageTitle pageTitle = "" If foundation_pageID <> foundation_pageIDTC Then 'display headline of body-page pageTitle = getPageName( foundation_pageGUIDTC ) Else pageTitle = foundation_pageTitle End If 'Check current page ID, used to highlight nav dim pageID pageID = foundation_pageID set objIO = Server.CreateObject("RDCMSASP.RdPageData") objIO.XmlServerClassName = "RDCMSServer.XmlServer" set objXMLDOM = Server.CreateObject("Microsoft.XMLDOM") ' Set session ID once sessKey = getSessionKey("publisher", "publisher") function countElements( obj ) if isObject( obj ) or isArray( obj ) then count = 0 for each o in obj count = count + 1 next countElements = count else countElements = -1 end if end function function getLinkGUID( pageGUID, elemName ) ' Using this RQL XML string, fetch all elements on this page xmlString = "" resXML = objIO.ServerExecuteXML( xmlString, sError ) objXMLDOM.LoadXml( resXML ) ' Extract all elements from RedDot XML result set elements = objXMLDOM.getElementsByTagName("LINK") res = "" for each elem in elements eName = elem.getAttribute( "name" ) eGUID = elem.getAttribute( "guid" ) if strComp( eName, elemName, 1 ) = 0 then res = eGUID ' If we found an element by the required name, no more searching is necessary exit for end if next getLinkGUID = res end function function getPageName( pageGUID ) ' Using this RQL XML string, fetch all elements on this page xmlString = "" resXML = objIO.ServerExecuteXML( xmlString, sError ) objXMLDOM.LoadXml( resXML ) ' Extract all elements from RedDot XML result set elements = objXMLDOM.getElementsByTagName("PAGE") res = "" for each elem in elements res = elem.getAttribute( "headline" ) exit for ' Just need one iteration in this case (not an array, so can't just access element 0) next getPageName = res end function function getSessionKey( username, password ) 'if sessKey <> "" then ' sessionKey = sessKey 'elseif foundation_sessionKey = "" then xmlString = "" resXML = objIO.ServerExecuteXML( xmlString, sError ) loginGUID = objIO.getAttribute("LOGIN","guid", resXML) xmlString = "" &_ "" resXML = objIO.ServerExecuteXML( xmlString, sError ) sessionKey = objIO.getAttribute("SERVER", "key", resXML) 'else ' sessionKey = foundation_sessionKey 'end if getSessionKey = sessionKey end function function getPageGUIDFromLink( link ) dim pos pos = InStr(link, "&pageguid=") if pos = 0 then getPageGUIDFromLink = "" else getPageGUIDFromLink = Mid(link, pos+10, 32) end if end function function isLinkEmpty( link, emptyLinkGUID ) dim linkPageGUID linkPageGUID = getPageGUIDFromLink( link ) if emptyLinkGUID = linkPageGUID AND ( emptyLinkGUID <> "" OR link = "" ) then isLinkEmpty = true else isLinkEmpty = false end if end function 'Set Global Variables isActiveDefined = true isCurrentDefined = true 'Checks if we are in preview or publication modes; logic is slightly different for each If "" <> "" Then 'Preview Mode Token="&" Else 'Publication mode Token=" " End If 'FUNCTION TO CHECK IF NAV ITEMS IS "ACTIVE" Function isActive(strURL) 'Checks if strURL is anywhere in the strParentPages string If inStr(strURL, Token & "pageguid=") > 0 Then If inStr(strParentPages ,Mid(strURL, inStrRev(strURL, Token & "pageguid="), 42)) > 0 Then isActive=True Else isActive=False End If Else isActive=False End If End Function 'FUNCTION TO CHECK IF NAV ITEMS IS "CURRENT" (links to the current page) Function isCurrent(strURL) 'Checks if strURL is the current page If instr(strURL, Token & "pageguid=") > 0 Then If inStr("/bmv/4499.htm", Mid(strURL, inStrRev(strURL, Token & "pageguid="), 42)) > 0 Then isCurrent=True Else isCurrent=False End If Else isCurrent=False End If End Function %> <% ' 11 fp_optionReplaceNavigation = "" fp_activePageGUID = "" fp_displaySectionRightContent = "0" fp_displayHomeRightContent = "0" if isActive( "/bmv/3577.htm" ) then fp_optionReplaceNavigation = "" fp_activePageGUID = "1C2E69AD18244F7FBF3ECB3F7EF6B7AB" fp_displaySectionRightContent = Right("11",1) fp_displayHomeRightContent = Left("11",1) end if if isActive( "/bmv/3573.htm" ) then fp_optionReplaceNavigation = "" fp_activePageGUID = "311A9CF13F754000BDDA27A5ED16D808" fp_displaySectionRightContent = Right("11",1) fp_displayHomeRightContent = Left("11",1) end if if isActive( "/bmv/4499.htm" ) then fp_optionReplaceNavigation = "" fp_activePageGUID = "362527D0FBA14FF296F7CD4ABF7B44BE" fp_displaySectionRightContent = Right("11",1) fp_displayHomeRightContent = Left("11",1) end if if isActive( "/bmv/3305.htm" ) then fp_optionReplaceNavigation = "" fp_activePageGUID = "1263BFD2EDA142608999170990534C1E" fp_displaySectionRightContent = Right("11",1) fp_displayHomeRightContent = Left("11",1) end if if isActive( "/bmv/3263.htm" ) then fp_optionReplaceNavigation = "" fp_activePageGUID = "E343446EEE1746779F823654BAC0F233" fp_displaySectionRightContent = Right("11",1) fp_displayHomeRightContent = Left("11",1) end if if isActive( "/bmv/4771.htm" ) then fp_optionReplaceNavigation = "" fp_activePageGUID = "7F15B0927B5645E79107625CA1CBF7C7" fp_displaySectionRightContent = Right("11",1) fp_displayHomeRightContent = Left("11",1) end if if isActive( "/bmv/4818.htm" ) then fp_optionReplaceNavigation = "" fp_activePageGUID = "8334EAECBB06487DB3A576D21376DE3F" fp_displaySectionRightContent = Right("11",1) fp_displayHomeRightContent = Left("11",1) end if if isActive( "/bmv/4820.htm" ) then fp_optionReplaceNavigation = "" fp_activePageGUID = "9E852B39B14F4FCA8925C9A1430EF490" fp_displaySectionRightContent = Right("11",1) fp_displayHomeRightContent = Left("11",1) end if if isActive( "/bmv/4537.htm" ) then fp_optionReplaceNavigation = "" fp_activePageGUID = "280C6054C0644081AEE5D86DE4881381" fp_displaySectionRightContent = Right("11",1) fp_displayHomeRightContent = Left("11",1) end if if isActive( "/bmv/4762.htm" ) then fp_optionReplaceNavigation = "" fp_activePageGUID = "710C4E1C331B4BC4B49CD21BF14A6B79" fp_displaySectionRightContent = Right("11",1) fp_displayHomeRightContent = Left("11",1) end if if isActive( "/bmv/3224.htm" ) then fp_optionReplaceNavigation = "" fp_activePageGUID = "58A83AB47D2845B2879DA51351170703" fp_displaySectionRightContent = Right("11",1) fp_displayHomeRightContent = Left("11",1) end if if isActive( "/bmv/4545.htm" ) then fp_optionReplaceNavigation = "" fp_activePageGUID = "1AE7914F67DD41159C15903841ECD4D6" fp_displaySectionRightContent = Right("11",1) fp_displayHomeRightContent = Left("11",1) end if if isActive( "/bmv/3210.htm" ) then fp_optionReplaceNavigation = "" fp_activePageGUID = "797D397E5FB44D71B1D42EDB21C93E1D" fp_displaySectionRightContent = Right("11",1) fp_displayHomeRightContent = Left("11",1) end if if isActive( "/bmv/3193.htm" ) then fp_optionReplaceNavigation = "" fp_activePageGUID = "C79254D578B144A7B8825ED7B0D9317C" fp_displaySectionRightContent = Right("11",1) fp_displayHomeRightContent = Left("11",1) end if if isActive( "/bmv/3592.htm" ) then fp_optionReplaceNavigation = "" fp_activePageGUID = "7532AA52EDCB4ABE9851AD66534AA228" fp_displaySectionRightContent = Right("11",1) fp_displayHomeRightContent = Left("11",1) end if if isActive( "/bmv/3192.htm" ) then fp_optionReplaceNavigation = "" fp_activePageGUID = "F4F437B5DCCF476BAC14108B686C8834" fp_displaySectionRightContent = Right("11",1) fp_displayHomeRightContent = Left("11",1) end if if isActive( "/bmv/3009.htm" ) then fp_optionReplaceNavigation = "" fp_activePageGUID = "7DF41931DD45478C8BD7E3713F4C84A4" fp_displaySectionRightContent = Right("11",1) fp_displayHomeRightContent = Left("11",1) end if if isActive( "/bmv/3191.htm" ) then fp_optionReplaceNavigation = "" fp_activePageGUID = "B40692B3E3F6470DBD7C4F004D9E2459" fp_displaySectionRightContent = Right("11",1) fp_displayHomeRightContent = Left("11",1) end if if isActive( "/bmv/3037.htm" ) then fp_optionReplaceNavigation = "" fp_activePageGUID = "5AF984A8BFE34F118BDFAE3CB91C879E" fp_displaySectionRightContent = Right("11",1) fp_displayHomeRightContent = Left("11",1) end if if isActive( "/bmv/3031.htm" ) then fp_optionReplaceNavigation = "" fp_activePageGUID = "CB8096DE05924E23967A908870903CAC" fp_displaySectionRightContent = Right("11",1) fp_displayHomeRightContent = Left("11",1) end if if isActive( "/bmv/3008.htm" ) then fp_optionReplaceNavigation = "" fp_activePageGUID = "187532ED587E4AD6805C065CB69983B8" fp_displaySectionRightContent = Right("11",1) fp_displayHomeRightContent = Left("11",1) end if if isActive( "/bmv/2964.htm" ) then fp_optionReplaceNavigation = "" fp_activePageGUID = "64890129CBF24D0CA5756EF30B8BBF33" fp_displaySectionRightContent = Right("11",1) fp_displayHomeRightContent = Left("11",1) end if if isActive( "/bmv/2956.htm" ) then fp_optionReplaceNavigation = "" fp_activePageGUID = "A4204971EE4E41F7944A71AE20E0B3E7" fp_displaySectionRightContent = Right("11",1) fp_displayHomeRightContent = Left("11",1) end if if isActive( "/bmv/4907.htm" ) then fp_optionReplaceNavigation = "" fp_activePageGUID = "A37F8B0C358142B0836CB29486350C46" fp_displaySectionRightContent = Right("11",1) fp_displayHomeRightContent = Left("11",1) end if if isActive( "/bmv/2955.htm" ) then fp_optionReplaceNavigation = "" fp_activePageGUID = "EFA865ED117649E8972AB61B56A775D6" fp_displaySectionRightContent = Right("11",1) fp_displayHomeRightContent = Left("11",1) end if if isActive( "/bmv/2954.htm" ) then fp_optionReplaceNavigation = "" fp_activePageGUID = "3A8B5A1F062A43CFA82E4B140F59A281" fp_displaySectionRightContent = Right("11",1) fp_displayHomeRightContent = Left("11",1) end if fp_isSectionPage = false fp_isHomePage = false if fp_activePageGUID = foundation_pageGUID then fp_isSectionPage = true elseif fp_activePageGUID = "" then fp_isHomePage = true end if %> <% if ("BMV" <> "Fees") then %> BMV: Fees <% else %> BMV: Home <% end if %> <% if ("" <> "") then %> <% else %> <% end if %>

IN.gov - Skip Navigation

Note: This message is displayed if (1) your browser is not standards-compliant or (2) you have you disabled CSS. Read our Policies for more information.

<% if ("" <> "") then %> <% else %> <%= " BMV: Home

IN.gov - Skip Navigation

Note: This message is displayed if (1) your browser is not standards-compliant or (2) you have you disabled CSS. Read our Policies for more information.



SecureID_Banner_Image

On January 1, 2010, the BMV will introduce new security measures to protect valuable credentials such as driver's licenses and identification cards. First, the BMV will begin issuing SecureID driver’s licenses or identification cards to those who provide proper documentation of their identity, legal status, Social Security number and Indiana address. Also, all permanent credentials will be mailed from a secure, government-run location.

myBMV Virtual License Branch

Skip your license branch visit and create a myBMV account today. A personal myBMV account is a virtual license branch that gives you more information about your records as well as the ability to securely access many services online. You may order your plates with express delivery that guarantees you will receive them in three business days.

Recreational Vehicle And Camper Excise Tax

Owners of recreational vehicles and campers are asked to provide information about their vehicles so that a correct renewal notice may be sent to them in 2010. Providing this information will allow the BMV to offer more registration renewal choices in the future for recreational vehicles and campers.

Changes To Getting An Indiana License

Recent changes to Indiana law affect driver education students, customers renewing an expired license, and new Indiana residents with expired out-of-state licenses.

Recent BMV News Releases


  • BMVRochester License Branch Opens At New Location (view)
  • BMVBMV Pilots New Service in Fort Wayne (view)
  • BMVIdentity Theft Suspect Apprehended (view)
  • BMVBMV2You Offers Services at State Fair (view)
  • BMVBMV To Improve Security Of Driver's Licenses And Identification Cards (view)

Stay Connected

You are leaving the IN.gov website. By clicking OK, you will be taken to a website that is not affiliated with the State of Indiana and may have different privacy and security policies. The State of Indiana is not responsible for, and does not endorse, guarantee, or monitor content, availability, viewpoints, products, or services that are offered or expressed on this non IN.gov portal website.


    <% if fp_optionReplaceNavigation = "" then %>
  • BMV Home
  • <% else %> <% end if %> <% fp_optionReplaceNavigation2 = fp_optionReplaceNavigation %> <% fp_showSubNav = false if fp_optionReplaceNavigation2 = "" then %><% fp_showLinkAsGroup = false if isLinkEmpty( "", fp_inexistentPageGUID ) = false AND "" = "" then fp_showLinkAsGroup = true end if fp_linkClass = "" if fp_activePageGUID = "1C2E69AD18244F7FBF3ECB3F7EF6B7AB" then fp_linkClass = fp_linkClass & " active" end if if fp_linkClass <> "" then fp_linkClass = " class='"& LTrim(fp_linkClass) &"'" end if fp_showToPageLink = fp_showLinkAsGroup %> ><% fp_showToPageLink = true %><% elseif "" <> "" then %><% fp_showToPageLink = true %><% else %>/bmv/3577.htm<% end if %>">Easy Plate Renewal <% if "" = "" then fp_showSubNav = true end if elseif fp_activePageGUID = "1C2E69AD18244F7FBF3ECB3F7EF6B7AB" then %><% fp_showSubNav = true fp_sectionParentPageURL = "/bmv/3577.htm" fp_sectionPageTitle = "Easy Plate Renewal" end if if fp_showSubNav then %><% end if if fp_optionReplaceNavigation2 = "" then %><% end if %> <% fp_showSubNav = false if fp_optionReplaceNavigation2 = "" then %><% fp_showLinkAsGroup = false if isLinkEmpty( "", fp_inexistentPageGUID ) = false AND "" = "" then fp_showLinkAsGroup = true end if fp_linkClass = "" if fp_activePageGUID = "311A9CF13F754000BDDA27A5ED16D808" then fp_linkClass = fp_linkClass & " active" end if if fp_linkClass <> "" then fp_linkClass = " class='"& LTrim(fp_linkClass) &"'" end if fp_showToPageLink = fp_showLinkAsGroup %> ><% fp_showToPageLink = true %><% elseif "" <> "" then %><% fp_showToPageLink = true %><% else %>/bmv/3573.htm<% end if %>">Identification Requirements <% if "" = "" then fp_showSubNav = true end if elseif fp_activePageGUID = "311A9CF13F754000BDDA27A5ED16D808" then %><% fp_showSubNav = true fp_sectionParentPageURL = "/bmv/3573.htm" fp_sectionPageTitle = "Identification Requirements" end if if fp_showSubNav then %><% end if if fp_optionReplaceNavigation2 = "" then %><% end if %> <% fp_showSubNav = false if fp_optionReplaceNavigation2 = "" then %><% fp_showLinkAsGroup = false if isLinkEmpty( "", fp_inexistentPageGUID ) = false AND "" = "" then fp_showLinkAsGroup = true end if fp_linkClass = "" if fp_activePageGUID = "362527D0FBA14FF296F7CD4ABF7B44BE" then fp_linkClass = fp_linkClass & " active" end if if fp_linkClass <> "" then fp_linkClass = " class='"& LTrim(fp_linkClass) &"'" end if fp_showToPageLink = fp_showLinkAsGroup %> ><% fp_showToPageLink = true %><% elseif "" <> "" then %><% fp_showToPageLink = true %><% else %>/bmv/4499.htm<% end if %>">Fees <% if "" = "" then fp_showSubNav = true end if elseif fp_activePageGUID = "362527D0FBA14FF296F7CD4ABF7B44BE" then %><% fp_showSubNav = true fp_sectionParentPageURL = "/bmv/4499.htm" fp_sectionPageTitle = "Fees" end if if fp_showSubNav then %><% end if if fp_optionReplaceNavigation2 = "" then %><% end if %> <% fp_showSubNav = false if fp_optionReplaceNavigation2 = "" then %><% fp_showLinkAsGroup = false if isLinkEmpty( "", fp_inexistentPageGUID ) = false AND "" = "" then fp_showLinkAsGroup = true end if fp_linkClass = "" if fp_activePageGUID = "1263BFD2EDA142608999170990534C1E" then fp_linkClass = fp_linkClass & " active" end if if fp_linkClass <> "" then fp_linkClass = " class='"& LTrim(fp_linkClass) &"'" end if fp_showToPageLink = fp_showLinkAsGroup %> ><% fp_showToPageLink = true %><% elseif "" <> "" then %><% fp_showToPageLink = true %><% else %>/bmv/3305.htm<% end if %>">Forms <% if "" = "" then fp_showSubNav = true end if elseif fp_activePageGUID = "1263BFD2EDA142608999170990534C1E" then %><% fp_showSubNav = true fp_sectionParentPageURL = "/bmv/3305.htm" fp_sectionPageTitle = "Forms" end if if fp_showSubNav then %><% end if if fp_optionReplaceNavigation2 = "" then %><% end if %> <% fp_showSubNav = false if fp_optionReplaceNavigation2 = "" then %><% fp_showLinkAsGroup = false if isLinkEmpty( "", fp_inexistentPageGUID ) = false AND "" = "" then fp_showLinkAsGroup = true end if fp_linkClass = "" if fp_activePageGUID = "E343446EEE1746779F823654BAC0F233" then fp_linkClass = fp_linkClass & " active" end if if fp_linkClass <> "" then fp_linkClass = " class='"& LTrim(fp_linkClass) &"'" end if fp_showToPageLink = fp_showLinkAsGroup %> ><% fp_showToPageLink = true %><% elseif "" <> "" then %><% fp_showToPageLink = true %><% else %>/bmv/3263.htm<% end if %>">Driver's Manual <% if "" = "" then fp_showSubNav = true end if elseif fp_activePageGUID = "E343446EEE1746779F823654BAC0F233" then %><% fp_showSubNav = true fp_sectionParentPageURL = "/bmv/3263.htm" fp_sectionPageTitle = "Driver's Manual" end if if fp_showSubNav then %><% end if if fp_optionReplaceNavigation2 = "" then %><% end if %> <% fp_showSubNav = false if fp_optionReplaceNavigation2 = "" then %><% fp_showLinkAsGroup = false if isLinkEmpty( "", fp_inexistentPageGUID ) = false AND "" = "" then fp_showLinkAsGroup = true end if fp_linkClass = "" if fp_activePageGUID = "7F15B0927B5645E79107625CA1CBF7C7" then fp_linkClass = fp_linkClass & " active" end if if fp_linkClass <> "" then fp_linkClass = " class='"& LTrim(fp_linkClass) &"'" end if fp_showToPageLink = fp_showLinkAsGroup %> ><% fp_showToPageLink = true %><% elseif "" <> "" then %><% fp_showToPageLink = true %><% else %>/bmv/4771.htm<% end if %>">Licenses And Permits <% if "" = "" then fp_showSubNav = true end if elseif fp_activePageGUID = "7F15B0927B5645E79107625CA1CBF7C7" then %><% fp_showSubNav = true fp_sectionParentPageURL = "/bmv/4771.htm" fp_sectionPageTitle = "Licenses And Permits" end if if fp_showSubNav then %><% end if if fp_optionReplaceNavigation2 = "" then %><% end if %> <% fp_showSubNav = false if fp_optionReplaceNavigation2 = "" then %><% fp_showLinkAsGroup = false if isLinkEmpty( "", fp_inexistentPageGUID ) = false AND "" = "" then fp_showLinkAsGroup = true end if fp_linkClass = "" if fp_activePageGUID = "8334EAECBB06487DB3A576D21376DE3F" then fp_linkClass = fp_linkClass & " active" end if if fp_linkClass <> "" then fp_linkClass = " class='"& LTrim(fp_linkClass) &"'" end if fp_showToPageLink = fp_showLinkAsGroup %> ><% fp_showToPageLink = true %><% elseif "" <> "" then %><% fp_showToPageLink = true %><% else %>/bmv/4818.htm<% end if %>">Identification Cards <% if "" = "" then fp_showSubNav = true end if elseif fp_activePageGUID = "8334EAECBB06487DB3A576D21376DE3F" then %><% fp_showSubNav = true fp_sectionParentPageURL = "/bmv/4818.htm" fp_sectionPageTitle = "Identification Cards" end if if fp_showSubNav then %><% end if if fp_optionReplaceNavigation2 = "" then %><% end if %> <% fp_showSubNav = false if fp_optionReplaceNavigation2 = "" then %><% fp_showLinkAsGroup = false if isLinkEmpty( "", fp_inexistentPageGUID ) = false AND "" = "" then fp_showLinkAsGroup = true end if fp_linkClass = "" if fp_activePageGUID = "9E852B39B14F4FCA8925C9A1430EF490" then fp_linkClass = fp_linkClass & " active" end if if fp_linkClass <> "" then fp_linkClass = " class='"& LTrim(fp_linkClass) &"'" end if fp_showToPageLink = fp_showLinkAsGroup %> ><% fp_showToPageLink = true %><% elseif "" <> "" then %><% fp_showToPageLink = true %><% else %>/bmv/4820.htm<% end if %>">Driving Records <% if "" = "" then fp_showSubNav = true end if elseif fp_activePageGUID = "9E852B39B14F4FCA8925C9A1430EF490" then %><% fp_showSubNav = true fp_sectionParentPageURL = "/bmv/4820.htm" fp_sectionPageTitle = "Driving Records" end if if fp_showSubNav then %><% end if if fp_optionReplaceNavigation2 = "" then %><% end if %> <% fp_showSubNav = false if fp_optionReplaceNavigation2 = "" then %><% fp_showLinkAsGroup = false if isLinkEmpty( "", fp_inexistentPageGUID ) = false AND "" = "" then fp_showLinkAsGroup = true end if fp_linkClass = "" if fp_activePageGUID = "280C6054C0644081AEE5D86DE4881381" then fp_linkClass = fp_linkClass & " active" end if if fp_linkClass <> "" then fp_linkClass = " class='"& LTrim(fp_linkClass) &"'" end if fp_showToPageLink = fp_showLinkAsGroup %> ><% fp_showToPageLink = true %><% elseif "" <> "" then %><% fp_showToPageLink = true %><% else %>/bmv/4537.htm<% end if %>">Suspension & Reinstatement <% if "" = "" then fp_showSubNav = true end if elseif fp_activePageGUID = "280C6054C0644081AEE5D86DE4881381" then %><% fp_showSubNav = true fp_sectionParentPageURL = "/bmv/4537.htm" fp_sectionPageTitle = "Suspension & Reinstatement" end if if fp_showSubNav then %><% end if if fp_optionReplaceNavigation2 = "" then %><% end if %> <% fp_showSubNav = false if fp_optionReplaceNavigation2 = "" then %><% fp_showLinkAsGroup = false if isLinkEmpty( "", fp_inexistentPageGUID ) = false AND "" = "" then fp_showLinkAsGroup = true end if fp_linkClass = "" if fp_activePageGUID = "710C4E1C331B4BC4B49CD21BF14A6B79" then fp_linkClass = fp_linkClass & " active" end if if fp_linkClass <> "" then fp_linkClass = " class='"& LTrim(fp_linkClass) &"'" end if fp_showToPageLink = fp_showLinkAsGroup %> ><% fp_showToPageLink = true %><% elseif "" <> "" then %><% fp_showToPageLink = true %><% else %>/bmv/4762.htm<% end if %>">Vehicle Registration <% if "" = "" then fp_showSubNav = true end if elseif fp_activePageGUID = "710C4E1C331B4BC4B49CD21BF14A6B79" then %><% fp_showSubNav = true fp_sectionParentPageURL = "/bmv/4762.htm" fp_sectionPageTitle = "Vehicle Registration" end if if fp_showSubNav then %><% end if if fp_optionReplaceNavigation2 = "" then %><% end if %> <% fp_showSubNav = false if fp_optionReplaceNavigation2 = "" then %><% fp_showLinkAsGroup = false if isLinkEmpty( "", fp_inexistentPageGUID ) = false AND "" = "" then fp_showLinkAsGroup = true end if fp_linkClass = "" if fp_activePageGUID = "58A83AB47D2845B2879DA51351170703" then fp_linkClass = fp_linkClass & " active" end if if fp_linkClass <> "" then fp_linkClass = " class='"& LTrim(fp_linkClass) &"'" end if fp_showToPageLink = fp_showLinkAsGroup %> ><% fp_showToPageLink = true %><% elseif "" <> "" then %><% fp_showToPageLink = true %><% else %>/bmv/3224.htm<% end if %>">License Plates <% if "" = "" then fp_showSubNav = true end if elseif fp_activePageGUID = "58A83AB47D2845B2879DA51351170703" then %><% fp_showSubNav = true fp_sectionParentPageURL = "/bmv/3224.htm" fp_sectionPageTitle = "License Plates" end if if fp_showSubNav then %><% end if if fp_optionReplaceNavigation2 = "" then %><% end if %> <% fp_showSubNav = false if fp_optionReplaceNavigation2 = "" then %><% fp_showLinkAsGroup = false if isLinkEmpty( "", fp_inexistentPageGUID ) = false AND "" = "" then fp_showLinkAsGroup = true end if fp_linkClass = "" if fp_activePageGUID = "1AE7914F67DD41159C15903841ECD4D6" then fp_linkClass = fp_linkClass & " active" end if if fp_linkClass <> "" then fp_linkClass = " class='"& LTrim(fp_linkClass) &"'" end if fp_showToPageLink = fp_showLinkAsGroup %> ><% fp_showToPageLink = true %><% elseif "" <> "" then %><% fp_showToPageLink = true %><% else %>/bmv/4545.htm<% end if %>">Titles <% if "" = "" then fp_showSubNav = true end if elseif fp_activePageGUID = "1AE7914F67DD41159C15903841ECD4D6" then %><% fp_showSubNav = true fp_sectionParentPageURL = "/bmv/4545.htm" fp_sectionPageTitle = "Titles" end if if fp_showSubNav then %><% end if if fp_optionReplaceNavigation2 = "" then %><% end if %> <% fp_showSubNav = false if fp_optionReplaceNavigation2 = "" then %><% fp_showLinkAsGroup = false if isLinkEmpty( "", fp_inexistentPageGUID ) = false AND "" = "" then fp_showLinkAsGroup = true end if fp_linkClass = "" if fp_activePageGUID = "797D397E5FB44D71B1D42EDB21C93E1D" then fp_linkClass = fp_linkClass & " active" end if if fp_linkClass <> "" then fp_linkClass = " class='"& LTrim(fp_linkClass) &"'" end if fp_showToPageLink = fp_showLinkAsGroup %> ><% fp_showToPageLink = true %><% elseif "" <> "" then %><% fp_showToPageLink = true %><% else %>/bmv/3210.htm<% end if %>">Voter Services <% if "" = "" then fp_showSubNav = true end if elseif fp_activePageGUID = "797D397E5FB44D71B1D42EDB21C93E1D" then %><% fp_showSubNav = true fp_sectionParentPageURL = "/bmv/3210.htm" fp_sectionPageTitle = "Voter Services" end if if fp_showSubNav then %><% end if if fp_optionReplaceNavigation2 = "" then %><% end if %> <% fp_showSubNav = false if fp_optionReplaceNavigation2 = "" then %><% fp_showLinkAsGroup = false if isLinkEmpty( "", fp_inexistentPageGUID ) = false AND "" = "" then fp_showLinkAsGroup = true end if fp_linkClass = "" if fp_activePageGUID = "C79254D578B144A7B8825ED7B0D9317C" then fp_linkClass = fp_linkClass & " active" end if if fp_linkClass <> "" then fp_linkClass = " class='"& LTrim(fp_linkClass) &"'" end if fp_showToPageLink = fp_showLinkAsGroup %> ><% fp_showToPageLink = true %><% elseif "" <> "" then %><% fp_showToPageLink = true %><% else %>/bmv/3193.htm<% end if %>">Contact the BMV <% if "" = "" then fp_showSubNav = true end if elseif fp_activePageGUID = "C79254D578B144A7B8825ED7B0D9317C" then %><% fp_showSubNav = true fp_sectionParentPageURL = "/bmv/3193.htm" fp_sectionPageTitle = "Contact the BMV" end if if fp_showSubNav then %><% end if if fp_optionReplaceNavigation2 = "" then %><% end if %> <% fp_showSubNav = false if fp_optionReplaceNavigation2 = "" then %><% fp_showLinkAsGroup = false if isLinkEmpty( "", fp_inexistentPageGUID ) = false AND "" = "" then fp_showLinkAsGroup = true end if fp_linkClass = "" if fp_activePageGUID = "7532AA52EDCB4ABE9851AD66534AA228" then fp_linkClass = fp_linkClass & " active" end if if fp_linkClass <> "" then fp_linkClass = " class='"& LTrim(fp_linkClass) &"'" end if fp_showToPageLink = fp_showLinkAsGroup %> ><% fp_showToPageLink = true %><% elseif "" <> "" then %><% fp_showToPageLink = true %><% else %>/bmv/3592.htm<% end if %>">News & Events <% if "" = "" then fp_showSubNav = true end if elseif fp_activePageGUID = "7532AA52EDCB4ABE9851AD66534AA228" then %><% fp_showSubNav = true fp_sectionParentPageURL = "/bmv/3592.htm" fp_sectionPageTitle = "News & Events" end if if fp_showSubNav then %><% end if if fp_optionReplaceNavigation2 = "" then %><% end if %> <% fp_showSubNav = false if fp_optionReplaceNavigation2 = "" then %><% fp_showLinkAsGroup = false if isLinkEmpty( "", fp_inexistentPageGUID ) = false AND "" = "" then fp_showLinkAsGroup = true end if fp_linkClass = "linkhdr" if fp_activePageGUID = "F4F437B5DCCF476BAC14108B686C8834" then fp_linkClass = fp_linkClass & " active" end if if fp_linkClass <> "" then fp_linkClass = " class='"& LTrim(fp_linkClass) &"'" end if fp_showToPageLink = fp_showLinkAsGroup %> ><% fp_showToPageLink = true %>http://www.in.gov/bmv/3009.htm<% elseif "" <> "" then %><% fp_showToPageLink = true %><% else %>/bmv/3192.htm<% end if %>">Customer Service Locations <% if "" = "" then fp_showSubNav = true end if elseif fp_activePageGUID = "F4F437B5DCCF476BAC14108B686C8834" then %><% fp_showSubNav = true fp_sectionParentPageURL = "/bmv/3192.htm" fp_sectionPageTitle = "Customer Service Locations" end if if fp_showSubNav then %><% end if if fp_optionReplaceNavigation2 = "" then %><% end if %> <% fp_showSubNav = false if fp_optionReplaceNavigation2 = "" then %><% fp_showLinkAsGroup = false if isLinkEmpty( "", fp_inexistentPageGUID ) = false AND "" = "" then fp_showLinkAsGroup = true end if fp_linkClass = "" if fp_activePageGUID = "7DF41931DD45478C8BD7E3713F4C84A4" then fp_linkClass = fp_linkClass & " active" end if if fp_linkClass <> "" then fp_linkClass = " class='"& LTrim(fp_linkClass) &"'" end if fp_showToPageLink = fp_showLinkAsGroup %> ><% fp_showToPageLink = true %><% elseif "" <> "" then %><% fp_showToPageLink = true %><% else %>/bmv/3009.htm<% end if %>">Locations & Hours <% if "" = "" then fp_showSubNav = true end if elseif fp_activePageGUID = "7DF41931DD45478C8BD7E3713F4C84A4" then %><% fp_showSubNav = true fp_sectionParentPageURL = "/bmv/3009.htm" fp_sectionPageTitle = "Locations & Hours" end if if fp_showSubNav then %><% end if if fp_optionReplaceNavigation2 = "" then %><% end if %> <% fp_showSubNav = false if fp_optionReplaceNavigation2 = "" then %><% fp_showLinkAsGroup = false if isLinkEmpty( "", fp_inexistentPageGUID ) = false AND "" = "" then fp_showLinkAsGroup = true end if fp_linkClass = "" if fp_activePageGUID = "B40692B3E3F6470DBD7C4F004D9E2459" then fp_linkClass = fp_linkClass & " active" end if if fp_linkClass <> "" then fp_linkClass = " class='"& LTrim(fp_linkClass) &"'" end if fp_showToPageLink = fp_showLinkAsGroup %> ><% fp_showToPageLink = true %><% elseif "" <> "" then %><% fp_showToPageLink = true %><% else %>/bmv/3191.htm<% end if %>">Make A Branch Appointment <% if "" = "" then fp_showSubNav = true end if elseif fp_activePageGUID = "B40692B3E3F6470DBD7C4F004D9E2459" then %><% fp_showSubNav = true fp_sectionParentPageURL = "/bmv/3191.htm" fp_sectionPageTitle = "Make A Branch Appointment" end if if fp_showSubNav then %><% end if if fp_optionReplaceNavigation2 = "" then %><% end if %> <% fp_showSubNav = false if fp_optionReplaceNavigation2 = "" then %><% fp_showLinkAsGroup = false if isLinkEmpty( "", fp_inexistentPageGUID ) = false AND "" = "" then fp_showLinkAsGroup = true end if fp_linkClass = "" if fp_activePageGUID = "5AF984A8BFE34F118BDFAE3CB91C879E" then fp_linkClass = fp_linkClass & " active" end if if fp_linkClass <> "" then fp_linkClass = " class='"& LTrim(fp_linkClass) &"'" end if fp_showToPageLink = fp_showLinkAsGroup %> ><% fp_showToPageLink = true %><% elseif "" <> "" then %><% fp_showToPageLink = true %><% else %>/bmv/3037.htm<% end if %>">BMV2You Mobile License Branch <% if "" = "" then fp_showSubNav = true end if elseif fp_activePageGUID = "5AF984A8BFE34F118BDFAE3CB91C879E" then %><% fp_showSubNav = true fp_sectionParentPageURL = "/bmv/3037.htm" fp_sectionPageTitle = "BMV2You Mobile License Branch" end if if fp_showSubNav then %><% end if if fp_optionReplaceNavigation2 = "" then %><% end if %> <% fp_showSubNav = false if fp_optionReplaceNavigation2 = "" then %><% fp_showLinkAsGroup = false if isLinkEmpty( "", fp_inexistentPageGUID ) = false AND "" = "" then fp_showLinkAsGroup = true end if fp_linkClass = "linkhdr" if fp_activePageGUID = "CB8096DE05924E23967A908870903CAC" then fp_linkClass = fp_linkClass & " active" end if if fp_linkClass <> "" then fp_linkClass = " class='"& LTrim(fp_linkClass) &"'" end if fp_showToPageLink = fp_showLinkAsGroup %> ><% fp_showToPageLink = true %>javascript:void(0)<% elseif "" <> "" then %><% fp_showToPageLink = true %><% else %>/bmv/3031.htm<% end if %>">Information For... <% if "" = "" then fp_showSubNav = true end if elseif fp_activePageGUID = "CB8096DE05924E23967A908870903CAC" then %><% fp_showSubNav = true fp_sectionParentPageURL = "/bmv/3031.htm" fp_sectionPageTitle = "Information For..." end if if fp_showSubNav then %><% end if if fp_optionReplaceNavigation2 = "" then %><% end if %> <% fp_showSubNav = false if fp_optionReplaceNavigation2 = "" then %><% fp_showLinkAsGroup = false if isLinkEmpty( "", fp_inexistentPageGUID ) = false AND "" = "" then fp_showLinkAsGroup = true end if fp_linkClass = "" if fp_activePageGUID = "187532ED587E4AD6805C065CB69983B8" then fp_linkClass = fp_linkClass & " active" end if if fp_linkClass <> "" then fp_linkClass = " class='"& LTrim(fp_linkClass) &"'" end if fp_showToPageLink = fp_showLinkAsGroup %> ><% fp_showToPageLink = true %><% elseif "" <> "" then %><% fp_showToPageLink = true %><% else %>/bmv/3008.htm<% end if %>">Military Families <% if "" = "" then fp_showSubNav = true end if elseif fp_activePageGUID = "187532ED587E4AD6805C065CB69983B8" then %><% fp_showSubNav = true fp_sectionParentPageURL = "/bmv/3008.htm" fp_sectionPageTitle = "Military Families" end if if fp_showSubNav then %><% end if if fp_optionReplaceNavigation2 = "" then %><% end if %> <% fp_showSubNav = false if fp_optionReplaceNavigation2 = "" then %><% fp_showLinkAsGroup = false if isLinkEmpty( "", fp_inexistentPageGUID ) = false AND "" = "" then fp_showLinkAsGroup = true end if fp_linkClass = "" if fp_activePageGUID = "64890129CBF24D0CA5756EF30B8BBF33" then fp_linkClass = fp_linkClass & " active" end if if fp_linkClass <> "" then fp_linkClass = " class='"& LTrim(fp_linkClass) &"'" end if fp_showToPageLink = fp_showLinkAsGroup %> ><% fp_showToPageLink = true %><% elseif "" <> "" then %><% fp_showToPageLink = true %><% else %>/bmv/2964.htm<% end if %>">New Residents <% if "" = "" then fp_showSubNav = true end if elseif fp_activePageGUID = "64890129CBF24D0CA5756EF30B8BBF33" then %><% fp_showSubNav = true fp_sectionParentPageURL = "/bmv/2964.htm" fp_sectionPageTitle = "New Residents" end if if fp_showSubNav then %><% sn_inexistentPageGUID2965 = getPageGUIDFromLink("") %> <% if fp_optionReplaceNavigation = "" then 'This variable is set on the foundation page %> <% else %> <% sn_optionReplaceNavigation = "" sn_activePageGUID = "" if isActive( "/bmv/2998.htm" ) then sn_optionReplaceNavigation = "" sn_activePageGUID = "5D6CD46230604976B2475093628F4629" end if if isActive( "/bmv/2984.htm" ) then sn_optionReplaceNavigation = "" sn_activePageGUID = "64A75FD22C6C45ECB7FDBFC51B05FEB1" end if if sn_optionReplaceNavigation = "" then %>
  • <% if "" = "" then %><%=fp_sectionPageTitle%><% else %><% end if %>
  • <% sn_showLinkAsGroup = false if isLinkEmpty("",sn_inexistentPageGUID2965) = false AND "" = "" then sn_showLinkAsGroup = true end if sn_linkClass = "" if sn_activePageGUID = "5D6CD46230604976B2475093628F4629" then sn_linkClass = sn_linkClass & " active" end if if sn_linkClass <> "" then sn_linkClass = " class='"& LTrim(sn_linkClass) &"'" end if sn_showToPageLink = sn_showLinkAsGroup %> ><% sn_showToPageLink = true %><% elseif "" <> "" then %><% sn_showToPageLink = true %><% else %>/bmv/2998.htm<% end if %>">Getting A Driver's License As A New Indiana Resident <% if "" = "" then %> <% fp_optionReplaceNavigation = "" %> <% end if %> <% sn_showLinkAsGroup = false if isLinkEmpty("",sn_inexistentPageGUID2965) = false AND "" = "" then sn_showLinkAsGroup = true end if sn_linkClass = "" if sn_activePageGUID = "64A75FD22C6C45ECB7FDBFC51B05FEB1" then sn_linkClass = sn_linkClass & " active" end if if sn_linkClass <> "" then sn_linkClass = " class='"& LTrim(sn_linkClass) &"'" end if sn_showToPageLink = sn_showLinkAsGroup %> ><% sn_showToPageLink = true %><% elseif "" <> "" then %><% sn_showToPageLink = true %><% else %>/bmv/2984.htm<% end if %>">Registering Your Vehicle <% if "" = "" then %> <% fp_optionReplaceNavigation = "" %> <% end if %> <% else %> <% if sn_activePageGUID = "5D6CD46230604976B2475093628F4629" then '/bmv/2998.htm %> <% end if %> <% if sn_activePageGUID = "64A75FD22C6C45ECB7FDBFC51B05FEB1" then '/bmv/2984.htm %> <% end if %> <% end if %> <% end if %><% end if if fp_optionReplaceNavigation2 = "" then %><% end if %> <% fp_showSubNav = false if fp_optionReplaceNavigation2 = "" then %><% fp_showLinkAsGroup = false if isLinkEmpty( "", fp_inexistentPageGUID ) = false AND "" = "" then fp_showLinkAsGroup = true end if fp_linkClass = "" if fp_activePageGUID = "A4204971EE4E41F7944A71AE20E0B3E7" then fp_linkClass = fp_linkClass & " active" end if if fp_linkClass <> "" then fp_linkClass = " class='"& LTrim(fp_linkClass) &"'" end if fp_showToPageLink = fp_showLinkAsGroup %> ><% fp_showToPageLink = true %><% elseif "" <> "" then %><% fp_showToPageLink = true %><% else %>/bmv/2956.htm<% end if %>">Teen Drivers <% if "" = "" then fp_showSubNav = true end if elseif fp_activePageGUID = "A4204971EE4E41F7944A71AE20E0B3E7" then %><% fp_showSubNav = true fp_sectionParentPageURL = "/bmv/2956.htm" fp_sectionPageTitle = "Teen Drivers" end if if fp_showSubNav then %><% end if if fp_optionReplaceNavigation2 = "" then %><% end if %> <% fp_showSubNav = false if fp_optionReplaceNavigation2 = "" then %><% fp_showLinkAsGroup = false if isLinkEmpty( "", fp_inexistentPageGUID ) = false AND "" = "" then fp_showLinkAsGroup = true end if fp_linkClass = "" if fp_activePageGUID = "A37F8B0C358142B0836CB29486350C46" then fp_linkClass = fp_linkClass & " active" end if if fp_linkClass <> "" then fp_linkClass = " class='"& LTrim(fp_linkClass) &"'" end if fp_showToPageLink = fp_showLinkAsGroup %> ><% fp_showToPageLink = true %><% elseif "" <> "" then %><% fp_showToPageLink = true %><% else %>/bmv/4907.htm<% end if %>">Legal Professionals <% if "" = "" then fp_showSubNav = true end if elseif fp_activePageGUID = "A37F8B0C358142B0836CB29486350C46" then %><% fp_showSubNav = true fp_sectionParentPageURL = "/bmv/4907.htm" fp_sectionPageTitle = "Legal Professionals" end if if fp_showSubNav then %><% end if if fp_optionReplaceNavigation2 = "" then %><% end if %> <% fp_showSubNav = false if fp_optionReplaceNavigation2 = "" then %><% fp_showLinkAsGroup = false if isLinkEmpty( "", fp_inexistentPageGUID ) = false AND "" = "" then fp_showLinkAsGroup = true end if fp_linkClass = "" if fp_activePageGUID = "EFA865ED117649E8972AB61B56A775D6" then fp_linkClass = fp_linkClass & " active" end if if fp_linkClass <> "" then fp_linkClass = " class='"& LTrim(fp_linkClass) &"'" end if fp_showToPageLink = fp_showLinkAsGroup %> ><% fp_showToPageLink = true %><% elseif "" <> "" then %><% fp_showToPageLink = true %><% else %>/bmv/2955.htm<% end if %>">Motorists Involved In An Accident <% if "" = "" then fp_showSubNav = true end if elseif fp_activePageGUID = "EFA865ED117649E8972AB61B56A775D6" then %><% fp_showSubNav = true fp_sectionParentPageURL = "/bmv/2955.htm" fp_sectionPageTitle = "Motorists Involved In An Accident" end if if fp_showSubNav then %><% end if if fp_optionReplaceNavigation2 = "" then %><% end if %> <% fp_showSubNav = false if fp_optionReplaceNavigation2 = "" then %><% fp_showLinkAsGroup = false if isLinkEmpty( "", fp_inexistentPageGUID ) = false AND "" = "" then fp_showLinkAsGroup = true end if fp_linkClass = "" if fp_activePageGUID = "3A8B5A1F062A43CFA82E4B140F59A281" then fp_linkClass = fp_linkClass & " active" end if if fp_linkClass <> "" then fp_linkClass = " class='"& LTrim(fp_linkClass) &"'" end if fp_showToPageLink = fp_showLinkAsGroup %> ><% fp_showToPageLink = true %><% elseif "" <> "" then %><% fp_showToPageLink = true %><% else %>/bmv/2954.htm<% end if %>">Insurance Agents <% if "" = "" then fp_showSubNav = true end if elseif fp_activePageGUID = "3A8B5A1F062A43CFA82E4B140F59A281" then %><% fp_showSubNav = true fp_sectionParentPageURL = "/bmv/2954.htm" fp_sectionPageTitle = "Insurance Agents" end if if fp_showSubNav then %><% end if if fp_optionReplaceNavigation2 = "" then %><% end if %>
<% fp_getGlobalContent = true if fp_getGlobalContent then if fp_activePageGUID = "1C2E69AD18244F7FBF3ECB3F7EF6B7AB" then ' /bmv/3577.htm end if if fp_activePageGUID = "311A9CF13F754000BDDA27A5ED16D808" then ' /bmv/3573.htm end if if fp_activePageGUID = "362527D0FBA14FF296F7CD4ABF7B44BE" then ' /bmv/4499.htm end if if fp_activePageGUID = "1263BFD2EDA142608999170990534C1E" then ' /bmv/3305.htm end if if fp_activePageGUID = "E343446EEE1746779F823654BAC0F233" then ' /bmv/3263.htm end if if fp_activePageGUID = "7F15B0927B5645E79107625CA1CBF7C7" then ' /bmv/4771.htm end if if fp_activePageGUID = "8334EAECBB06487DB3A576D21376DE3F" then ' /bmv/4818.htm end if if fp_activePageGUID = "9E852B39B14F4FCA8925C9A1430EF490" then ' /bmv/4820.htm end if if fp_activePageGUID = "280C6054C0644081AEE5D86DE4881381" then ' /bmv/4537.htm end if if fp_activePageGUID = "710C4E1C331B4BC4B49CD21BF14A6B79" then ' /bmv/4762.htm end if if fp_activePageGUID = "58A83AB47D2845B2879DA51351170703" then ' /bmv/3224.htm end if if fp_activePageGUID = "1AE7914F67DD41159C15903841ECD4D6" then ' /bmv/4545.htm end if if fp_activePageGUID = "797D397E5FB44D71B1D42EDB21C93E1D" then ' /bmv/3210.htm end if if fp_activePageGUID = "C79254D578B144A7B8825ED7B0D9317C" then ' /bmv/3193.htm end if if fp_activePageGUID = "7532AA52EDCB4ABE9851AD66534AA228" then ' /bmv/3592.htm end if if fp_activePageGUID = "F4F437B5DCCF476BAC14108B686C8834" then ' /bmv/3192.htm end if if fp_activePageGUID = "7DF41931DD45478C8BD7E3713F4C84A4" then ' /bmv/3009.htm end if if fp_activePageGUID = "B40692B3E3F6470DBD7C4F004D9E2459" then ' /bmv/3191.htm end if if fp_activePageGUID = "5AF984A8BFE34F118BDFAE3CB91C879E" then ' /bmv/3037.htm end if if fp_activePageGUID = "CB8096DE05924E23967A908870903CAC" then ' /bmv/3031.htm end if if fp_activePageGUID = "187532ED587E4AD6805C065CB69983B8" then ' /bmv/3008.htm end if if fp_activePageGUID = "64890129CBF24D0CA5756EF30B8BBF33" then ' /bmv/2964.htm end if if fp_activePageGUID = "A4204971EE4E41F7944A71AE20E0B3E7" then ' /bmv/2956.htm end if if fp_activePageGUID = "A37F8B0C358142B0836CB29486350C46" then ' /bmv/4907.htm end if if fp_activePageGUID = "EFA865ED117649E8972AB61B56A775D6" then ' /bmv/2955.htm end if if fp_activePageGUID = "3A8B5A1F062A43CFA82E4B140F59A281" then ' /bmv/2954.htm end if end if if fp_getGlobalContent then ' /bmv/index.htm %> Subscribe for e-mail updates
<% if "/bmv/4505.htm" <> "" then %>

<% elseif "" <> "" then %>

<% else %>

<% end if %> <% end if %>
<% fp_contentClassExtra = "" fp_showRightColumn = true if "2col" = "full" then fp_contentClassExtra = "full" fp_showRightColumn = false end if %>
<% if fp_showRightColumn then %>

<% end if %> <% if "" <> "" then %> <% else %>

BMV > Fees <% if "" = "" then %>Fees<% end if %>

<% if "none" <> "none" then %> Statewide Emergency Box <% end if %>
<% ' %> <% if "none" <> "none" then %> Fees <% end if %>