var biscTrail='<a href="'+aa_URL_path+'index.html" class="breadHome">Home :</a></li>';

switch(strSection) {
			
				case 'routesTraffic':
					biscTrail=biscTrail+ '<a href="'+aa_URL_path+'travelwatch/planner_main.jsp?database=B" class="breadNorm">Travel :</a>';
					break;
				case 'advice':
					biscTrail=biscTrail+ '<a href="'+aa_URL_path+'advice_information/index.html" class="breadNorm">Motoring Advice :</a>';
					break;
				default:
					
					break;
		} // end switch



document.write('<div id="topNav">');
document.write('<div id="topNavLeft"> <a href="'+aa_URL_path+'index.html"><img src="images/topnav/mainlogo.gif" width="247" height="57" alt="TheAA.com logo" /></a>');
document.write('</div>');
document.write('<div id="topNavRight">');
document.write('<div id="topNavGlobalNav">');		
document.write('<p><span>');
document.write('<a href="'+aa_URL_path+'aboutaa/disability_awareness.html">Accessibility</a>&nbsp;&nbsp;&nbsp;');
document.write('<a href="'+aa_URL_path+'common/sitemap.html">Site map</a>&nbsp;&nbsp;&nbsp;');
document.write('<a href="'+aa_URL_path+'aboutaa/aboutus.html">About us</a>&nbsp;&nbsp;&nbsp;');
document.write('<a href="'+aa_URL_path+'aboutaa/contact.html">Contact us</a>&nbsp;&nbsp;&nbsp;');
document.write('<a href="http://www.theaajobs.com/aajobs/default.asp">Careers</a>&nbsp;&nbsp;&nbsp;');
document.write('<a href="'+aa_URL_path+'partners/index.html">Partnering with the AA</a>');
document.write('</span></p>');
//document.write('<div id="topNavSearch">');
//document.write('<form name="topNavSearchForm" class="search" action="http://search.theaa.com/query.html" method="get" target="_self">');
//document.write('<div id="topNavSearchLeft"></div>');
//document.write('<div id="topNavSearchMain">');
//document.write('<img src="images/topnav/search_label.gif" width="51" height="19" alt="Search" />');
//document.write('<input type="text" id="searchText" name="qt" class="topNavSearch" value="" />');
//document.write('<input type="image" name="select" alt="Search button" src="images/topnav/button_searchgo.gif" />');
//document.write('</div>');
//document.write('<div id="topNavSearchRight"></div>');
//document.write('<input type="hidden" name="col" value="aas" />');
//document.write('<input type="hidden" name="qc" value="aas" />');
//document.write('</form>');
//document.write('</div>');
document.write('<p><br>&nbsp;</p>');

document.write('</div>');
document.write('</div>');
document.write('<br class="clearBoth" />');
document.write('<div id="topNavMain">');
document.write('<ul>');
document.write('<li id="topNavBreakdown"><a href="'+aa_URL_path+'breakdown-cover/index.jsp"  target="_self">Breakdown Cover</a></li>');
document.write('<li id="topNavInsurance"><a href="'+aa_URL_path+'insurance/index.jsp" target="_self">Insurance</a></li>');
document.write('<li id="topNavFinance"><a href="'+aa_URL_path+'finance/index.jsp" target="_self">Financial Services</a></li>');
document.write('<li id="topNavTravel"><a href="'+aa_URL_path+'travel/index.jsp" target="_self">Travel</a></li>');
document.write('<li id="topNavAdvice"><a href="'+aa_URL_path+'motoring-advice/index.jsp" target="_self">Motoring Advice</a></li>');
document.write('<li id="topNavSchool"><a href="'+aa_URL_path+'drivingschool/index.html" target="_self">Driving School</a></li>');
document.write('<li id="topNavBusiness"><a href="'+aa_URL_path+'business-customers/index.jsp" target="_self">For Businesses</a></li>');
document.write('</ul>');
document.write('</div>');
document.write('<div id="topNavBread"><p>');
document.write(''+ biscTrail);
document.write('</p></div>');
document.write('</div>');
