//---------------------------------------------------------------------------------------------------
//Building Navigation bar for servicePlus pages
//
// 11/21/06 - djk - add guaranteed maint option. turn on driver change link.
//

strHtml = ""

strHtml = strHtml + "<table width=150 border=1 bordercolor=#CCCCCC cellspacing=0 cellpadding=1 bgcolor=#FFFFFF id=submenu6 style='position:absolute; z-index:99; visibility:hidden;' onMouseOver=showMenu('menu6','submenu6');menu6.style.backgroundColor='#A3CEF1' onMouseOut=hideMenu('submenu6');menu6.style.backgroundColor=''>"
strHtml = strHtml + "<tr> "
strHtml = strHtml + "<td style='cursor:pointer;' bgcolor=#E5EAEE onmouseout=this.style.backgroundColor='#E5EAEE' onmouseover=this.style.backgroundColor='#A3CEF1' onClick=fnLink('http://www.fordcsp.com/spls/services?command=vehicleSelection.create&finalcommand=clientIndividualVehicle.create&signon=client&country=USA')><a class=\"nav\" href=\"http://www.fordcsp.com/spls/services?command=vehicleSelection.create&finalcommand=clientIndividualVehicle.create&signon=client&country=USA\">Vehicle Information</a></td>"
strHtml = strHtml + "</tr>"
strHtml = strHtml + "<tr> "
strHtml = strHtml + "<td style='cursor:pointer;' bgcolor=#E5EAEE onmouseout=this.style.backgroundColor='#E5EAEE' onmouseover=this.style.backgroundColor='#A3CEF1' onClick=fnLink('http://www.fordcsp.com/spls/services?command=vehicleSelection.create&finalcommand=clientNewAddress.create&signon=client&country=USA')><a class=\"nav\" href=\"http://www.fordcsp.com/spls/services?command=vehicleSelection.create&finalcommand=clientNewAddress.create&signon=client&country=USA\">Driver Change</a></td>"
strHtml = strHtml + "</tr>"
strHtml = strHtml + "<tr> "
strHtml = strHtml + "<td style='cursor:pointer;' bgcolor=#E5EAEE onmouseout=this.style.backgroundColor='#E5EAEE' onmouseover=this.style.backgroundColor='#A3CEF1' onClick=fnLink('http://www.fordcsp.com/spls/services?command=vehicleSelection.create&finalcommand=clientReportOdometer.create&signon=client&country=USA')><a class=\"nav\" href=\"http://www.fordcsp.com/spls/services?command=vehicleSelection.create&finalcommand=clientReportOdometer.create&signon=client&country=USA\">Report Odometer</a></td>"
strHtml = strHtml + "</tr>"
strHtml = strHtml + "<tr> "
strHtml = strHtml + "<td style='cursor:pointer;' bgcolor=#E5EAEE onmouseout=this.style.backgroundColor='#E5EAEE' onmouseover=this.style.backgroundColor='#A3CEF1' onClick=fnLink('http://www.fordcsp.com/spls/services?command=vehicleSelection.create&finalcommand=clientRptMaint.create&signon=client&country=USA')><a class=\"nav\" href=\"http://www.fordcsp.com/spls/services?command=vehicleSelection.create&finalcommand=clientRptMaint.create&signon=client&country=USA\">Reported Expenses</a></td>"
strHtml = strHtml + "</tr>"
strHtml = strHtml + "<tr> "
strHtml = strHtml + "<td style='cursor:pointer;' bgcolor=#E5EAEE onmouseout=this.style.backgroundColor='#E5EAEE' onmouseover=this.style.backgroundColor='#A3CEF1' onClick=fnLink('http://www.fordcsp.com/spls/services?command=vehicleSelection.create&finalcommand=clientRenewalInformation.create&signon=client&country=USA')><a class=\"nav\" href=\"http://www.fordcsp.com/spls/services?command=vehicleSelection.create&finalcommand=clientRenewalInformation.create&signon=client&country=USA\">Renewal Information</a></td>"
strHtml = strHtml + "</tr>"
strHtml = strHtml + "<tr> "
strHtml = strHtml + "<td style='cursor:pointer;' bgcolor=#E5EAEE onmouseout=this.style.backgroundColor='#E5EAEE' onmouseover=this.style.backgroundColor='#A3CEF1' onClick=fnLink('http://www.fordcsp.com/spls/services?command=vehicleSelection.create&finalcommand=clientCoupBook.create&signon=client&country=USA')><a class=\"nav\" href=\"http://www.fordcsp.com/spls/services?command=vehicleSelection.create&finalcommand=clientCoupBook.create&signon=client&country=USA\">Coupon Book Info</a></td>"
strHtml = strHtml + "</tr>"
strHtml = strHtml + "<tr> "
strHtml = strHtml + "<td style='cursor:pointer;' bgcolor=#E5EAEE onmouseout=this.style.backgroundColor='#E5EAEE' onmouseover=this.style.backgroundColor='#A3CEF1' onClick=fnLink('http://www.fordcsp.com/spls/services?command=servicePlus.reports.create&signon=dealsale&country=USA')><a class=\"nav\" href=\"http://www.fordcsp.com/spls/services?command=servicePlus.reports.create&signon=dealsale&country=USA\">Preventive Maint</a></td>"
strHtml = strHtml + "</tr>"
strHtml = strHtml + "</table>"

strHtml = strHtml + "<table width=150 border=1 bordercolor=#CCCCCC cellspacing=0 cellpadding=1 bgcolor=#FFFFFF id=submenu7 style='position:absolute; z-index:99; visibility:hidden;' onMouseOver=showMenu('menu7','submenu7');menu7.style.backgroundColor='#A3CEF1' onMouseOut=hideMenu('submenu7');menu7.style.backgroundColor=''>"
strHtml = strHtml + "<tr> "
strHtml = strHtml + "<td style='cursor:pointer;' bgcolor=#E5EAEE onmouseout=this.style.backgroundColor='#E5EAEE' onmouseover=this.style.backgroundColor='#A3CEF1' onClick=fnLink('http://www.fordcsp.com/spls/services?command=clientFleetAnalysis.create&signon=client&country=USA')><a class=\"nav\" href=\"http://www.fordcsp.com/spls/services?command=clientFleetAnalysis.create&signon=client&country=USA\">Fleet Analysis</a></td>"
strHtml = strHtml + "</tr>"
strHtml = strHtml + "<tr> "
strHtml = strHtml + "<td style='cursor:pointer;' bgcolor=#E5EAEE onmouseout=this.style.backgroundColor='#E5EAEE' onmouseover=this.style.backgroundColor='#A3CEF1' onClick=fnLink('http://www.fordcsp.com/spls/services?command=clientVehicleAudit.create&signon=client&country=USA')><a class=\"nav\" href=\"http://www.fordcsp.com/spls/services?command=clientVehicleAudit.create&signon=client&country=USA\">Vehicle Audit Report</a></td>"
strHtml = strHtml + "</tr>"
strHtml = strHtml + "<tr> "
strHtml = strHtml + "<td style='cursor:pointer;' bgcolor=#E5EAEE onmouseout=this.style.backgroundColor='#E5EAEE' onmouseover=this.style.backgroundColor='#A3CEF1' onClick=fnLink('http://www.fordcsp.com/spls/services?command=clientMaintHistory.create&signon=client&country=USA')><a class=\"nav\" href=\"http://www.fordcsp.com/spls/services?command=clientMaintHistory.create&signon=client&country=USA\">Maintenance History</a></td>"
strHtml = strHtml + "</tr>"
strHtml = strHtml + "<tr> "
strHtml = strHtml + "<td style='cursor:pointer;' bgcolor=#E5EAEE onmouseout=this.style.backgroundColor='#E5EAEE' onmouseover=this.style.backgroundColor='#A3CEF1' onClick=fnLink('http://www.fordcsp.com/spls/services?command=clientVehicleExceptions.create&signon=client&country=USA')><a class=\"nav\" href=\"http://www.fordcsp.com/spls/services?command=clientVehicleExceptions.create&signon=client&country=USA\">Operations Report</a></td>"
strHtml = strHtml + "</tr>"
strHtml = strHtml + "<tr> "
strHtml = strHtml + "<td style='cursor:pointer;' bgcolor=#E5EAEE onmouseout=this.style.backgroundColor='#E5EAEE' onmouseover=this.style.backgroundColor='#A3CEF1' onClick=fnLink('http://www.fordcsp.com/spls/services?command=clientRenewalStatus.create&signon=client&country=USA')><a class=\"nav\" href=\"http://www.fordcsp.com/spls/services?command=clientRenewalStatus.create&signon=client&country=USA\">Renewal Status Report</a></td>"
strHtml = strHtml + "</tr>"
strHtml = strHtml + "<tr> "
strHtml = strHtml + "<td style='cursor:pointer;' bgcolor=#E5EAEE onmouseout=this.style.backgroundColor='#E5EAEE' onmouseover=this.style.backgroundColor='#A3CEF1' onClick=fnLink('http://www.fordcsp.com/spls/services?command=clientERSI.RptParms.create&signon=client&country=USA')><a class=\"nav\" href=\"http://www.fordcsp.com/spls/services?command=clientERSI.RptParms.create&signon=client&country=USA\">Road Service Inq</a></td>" 
strHtml = strHtml + "</tr>"
strHtml = strHtml + "<tr> "
strHtml = strHtml + "<td style='cursor:pointer;' bgcolor=#E5EAEE onmouseout=this.style.backgroundColor='#E5EAEE' onmouseover=this.style.backgroundColor='#A3CEF1' onClick=fnLink('http://www.fordcsp.com/spls/services?command=clientInvoiceSelection.create&finalcommand=clientInvoiceReprint.create&signon=client&country=USA')><a class=\"nav\" href=\"http://www.fordcsp.com/spls/services?command=clientInvoiceSelection.create&finalcommand=clientInvoiceReprint.create&signon=client&country=USA\">Invoice Reprint</a></td>" 
strHtml = strHtml + "</tr>"
strHtml = strHtml + "<tr> "
strHtml = strHtml + "<td style='cursor:pointer;' bgcolor=#E5EAEE onmouseout=this.style.backgroundColor='#E5EAEE' onmouseover=this.style.backgroundColor='#A3CEF1' onClick=fnLink('http://www.fordcsp.com/spls/services?command=clientFuel.create&signon=client&country=USA')><a class=\"nav\" href=\"http://www.fordcsp.com/spls/services?command=clientFuel.create&signon=client&country=USA\">Fuel Detail</a></td>" 
strHtml = strHtml + "</tr>"
strHtml = strHtml + "</table>"

strHtml = strHtml + "<table width=150 border=1 bordercolor=#CCCCCC cellspacing=0 cellpadding=1 bgcolor=#FFFFFF id=submenu8 style='position:absolute; z-index:99; visibility:hidden;' onMouseOver=showMenu('menu8','submenu8');menu8.style.backgroundColor='#A3CEF1' onMouseOut=hideMenu('submenu8');menu8.style.backgroundColor=''>"
strHtml = strHtml + "<tr> "
strHtml = strHtml + "<td style='cursor:pointer;' bgcolor=#E5EAEE onmouseout=this.style.backgroundColor='#E5EAEE' onmouseover=this.style.backgroundColor='#A3CEF1' onClick=fnLink('http://www.fordcsp.com/spls/services?command=servicePlusPrgDesc.create&signon=dealsale&country=USA')><a class=\"nav\" href=\"http://www.fordcsp.com/spls/services?command=servicePlusPrgDesc.create&signon=dealsale&country=USA\">Program Descriptions</a></td>"
strHtml = strHtml + "</tr>"
strHtml = strHtml + "<tr> "
strHtml = strHtml + "<td style='cursor:pointer;' bgcolor=#E5EAEE onmouseout=this.style.backgroundColor='#E5EAEE' onmouseover=this.style.backgroundColor='#A3CEF1' onClick=fnLink('http://www.fordcsp.com/spls/services?command=servicePlusPrgHandouts.create&signon=dealsale&country=USA')><a class=\"nav\" href=\"http://www.fordcsp.com/spls/services?command=servicePlusPrgHandouts.create&signon=dealsale&country=USA\">Program Handouts</a></td>"
strHtml = strHtml + "</tr>"
strHtml = strHtml + "</table>"

strHtml = strHtml + "<table width=150 border=1 bordercolor=#CCCCCC cellspacing=0 cellpadding=1 bgcolor=#FFFFFF id=submenu9 style='position:absolute; z-index:99; visibility:hidden;' onMouseOver=showMenu('menu9','submenu9');menu9.style.backgroundColor='#A3CEF1' onMouseOut=hideMenu('submenu9');menu9.style.backgroundColor=''>"
strHtml = strHtml + "<tr> "
strHtml = strHtml + "<td style='cursor:pointer;' bgcolor=#E5EAEE onmouseout=this.style.backgroundColor='#E5EAEE' onmouseover=this.style.backgroundColor='#A3CEF1' onClick=fnLink('http://www.fordcsp.com/spls/services?command=servicePlusPricingMatrix.create&signon=dealsale&country=USA')><a class=\"nav\" href=\"http://www.fordcsp.com/spls/services?command=servicePlusPricingMatrix.create&signon=dealsale&country=USA\">Pricing Matrix</a></td>"
strHtml = strHtml + "</tr>"
strHtml = strHtml + "<tr> "
strHtml = strHtml + "<td style='cursor:pointer;' bgcolor=#E5EAEE onmouseout=this.style.backgroundColor='#E5EAEE' onmouseover=this.style.backgroundColor='#A3CEF1' onClick=fnLink('http://www.fordcsp.com/spls/services?command=srvPlsGuaranteedMaint.create&signon=dealsale&country=USA')><a class=\"nav\" href=\"http://www.fordcsp.com/spls/services?command=srvPlsGuaranteedMaint.create&signon=dealsale&country=USA\">Guaranteed Maint Quote</a></td>"
strHtml = strHtml + "</tr>"
strHtml = strHtml + "</table>"

document.write(strHtml);







strHtml=""

strHtml = strHtml + "<table width=133 border=0 cellspacing=0 cellpadding=0>"
strHtml = strHtml + "<tr>"
strHtml = strHtml + "<td width=7 align=left valign=top>&nbsp;</td>"
strHtml = strHtml + "<td width=133>&nbsp;</td>"
strHtml = strHtml + "</tr>"
strHtml = strHtml + "<tr> "
strHtml = strHtml + "<td width=7 align=left valign=top height=2></td>"
strHtml = strHtml + "<td width=133 align=left valign=bottom height=2 background=/media/dots.gif></td>"
strHtml = strHtml + "</tr>"
strHtml = strHtml + "<tr>"
strHtml = strHtml + "<td width=7 align=left valign=top>&nbsp;</td>"
strHtml = strHtml + "<td width=133 style='cursor:pointer;' align=right valign=middle onmouseout=\"this.style.backgroundColor='';window.status=''\" onmouseover=\"window.status='Home'\" onClick=fnLink('http://www.fordcsp.com/spls/services?command=nav.homePage&signon=client&country=USA')><a onmouseout=\"window.status='';return true\" onmouseover=\"window.status='Home';return true\" class=\"navLarge\" href=\"http://www.fordcsp.com/spls/services?command=nav.homePage&signon=client&country=USA\">HOME&nbsp;&nbsp</a></td>"
strHtml = strHtml + "</tr>"
strHtml = strHtml + "<tr> "
strHtml = strHtml + "<td width=7 align=left valign=top height=2></td>"
strHtml = strHtml + "<td width=133 align=left valign=bottom height=2 background=/media/dots.gif></td>"
strHtml = strHtml + "</tr>"
strHtml = strHtml + "<tr>"
strHtml = strHtml + "<td width=7 align=left valign=top>&nbsp;</td>"
strHtml = strHtml + "<td width=133 style='cursor:pointer;' align=right valign=middle onmouseout=\"this.style.backgroundColor='';window.status=''\" onmouseover=\"window.status='Contact Us'\" onClick=fnLink('http://www.fordcsp.com/spls/services?command=servicePlusContactUs.create&signon=client&country=USA')><a onmouseout=\"window.status='';return true\" onmouseover=\"window.status='Contact Us';return true\" class=\"navLarge\" href=\"http://www.fordcsp.com/spls/services?command=servicePlusContactUs.create&signon=client&country=USA\">CONTACT US&nbsp;&nbsp</a></td>"
strHtml = strHtml + "</tr>"
strHtml = strHtml + "<tr> "
strHtml = strHtml + "<td width=7 align=left valign=top height=2></td>"
strHtml = strHtml + "<td width=133 align=left valign=bottom height=2 background=/media/dots.gif></td>"
strHtml = strHtml + "</tr>"
strHtml = strHtml + "<tr> "
strHtml = strHtml + "<td width=7 align=left valign=top height=7></td>"
strHtml = strHtml + "<td width=133 align=left valign=top height=7></td>"
strHtml = strHtml + "</tr>"
strHtml = strHtml + "<tr> "
strHtml = strHtml + "<td width=7 align=left valign=top height=12></td>"
strHtml = strHtml + "<td width=133 align=left valign=bottom height=12></td>"
strHtml = strHtml + "</tr>"
strHtml = strHtml + "<tr> "
strHtml = strHtml + "<td width=7 align=left valign=top>&nbsp;</td>"
strHtml = strHtml + "<td class=menutitle width=133 align=left valign=bottom><b>:: Customers</b></td>"
strHtml = strHtml + "</tr>"
strHtml = strHtml + "<tr> "
strHtml = strHtml + "<td width=7 align=left valign=top>&nbsp;</td>"
strHtml = strHtml + "<td id=menu6 width=133 style='cursor:pointer;' align=left valign=middle onmouseover=showMenu('menu6','submenu6');this.style.backgroundColor='#A3CEF1' onMouseOut=hideMenu('submenu6');this.style.backgroundColor='' background='/cplus/media/ARROW2.gif'><a class=\"nav\">Vehicle Inquiries</a></td>"
strHtml = strHtml + "</tr>"
strHtml = strHtml + "<tr> "
strHtml = strHtml + "<td width=7 align=left valign=top height=2></td>"
strHtml = strHtml + "<td width=133 align=left valign=middle height=2 background=/media/dots.gif></td>"
strHtml = strHtml + "</tr>"
strHtml = strHtml + "<tr> "
strHtml = strHtml + "<td width=7 align=left valign=top rowspan=3>&nbsp;</td>"
strHtml = strHtml + "<td width=133 style='cursor:pointer;' onmouseout=this.style.backgroundColor='' onmouseover=this.style.backgroundColor='#A3CEF1' align=left valign=middle onClick=doSubmit();fnLink('http://www.fordcsp.com/spls/services?command=clientfleetdyn.selectioncreate&signon=client&country=USA')><a class=\"nav\" href=\"http://www.fordcsp.com/spls/services?command=clientfleetdyn.selectioncreate&signon=client&country=USA\">My Reports</a></td>"
strHtml = strHtml + "</tr>"
strHtml = strHtml + "<tr> "
strHtml = strHtml + "<td width=133 align=left valign=middle background=/media/dots.gif height=2></td>"
strHtml = strHtml + "</tr>"
strHtml = strHtml + "<tr> "
strHtml = strHtml + "<td id=menu7 width=133 style='cursor:pointer;' align=left valign=middle onmouseover=showMenu('menu7','submenu7');this.style.backgroundColor='#A3CEF1' onMouseOut=hideMenu('submenu7');this.style.backgroundColor='' background='/cplus/media/ARROW2.gif'><a class=\"nav\">Fleet Reports</a></td>"
strHtml = strHtml + "</tr>"
strHtml = strHtml + "<tr> "
strHtml = strHtml + "<td height=7 align=left valign=top></td>"
strHtml = strHtml + "<td width=133 align=left valign=middle height=7></td>"
strHtml = strHtml + "</tr>"
strHtml = strHtml + "<tr> "
strHtml = strHtml + "<td height=7 align=left valign=top></td>"
strHtml = strHtml + "<td width=133 align=left valign=middle height=7></td>"
strHtml = strHtml + "</tr>"
strHtml = strHtml + "<tr> "
strHtml = strHtml + "<td height=7 align=left valign=top></td>"
strHtml = strHtml + "<td width=133 align=left valign=middle height=7></td>"
strHtml = strHtml + "</tr>"
strHtml = strHtml + "<tr> "
strHtml = strHtml + "<td width=7 align=left valign=top>&nbsp;</td>"
strHtml = strHtml + "<td class=menutitle width=133 align=left valign=bottom><b>:: Dealers</b></td>"
strHtml = strHtml + "</tr>"
strHtml = strHtml + "<tr>"
strHtml = strHtml + "<td width=7 align=left valign=top>&nbsp;</td>"
strHtml = strHtml + "<td width=133 style='cursor:pointer;' onmouseout=this.style.backgroundColor='' onmouseover=this.style.backgroundColor='#A3CEF1' align=left valign=middle onClick = fnLink('http://www.fordcsp.com/spls/services?command=servicePlusProcedures.create&signon=dealsale&country=USA')><a class=\"nav\" href=\"http://www.fordcsp.com/spls/services?command=servicePlusProcedures.create&signon=dealsale&country=USA\">Procedures</a></td>"
strHtml = strHtml + "</tr>"
strHtml = strHtml + "<tr> "
strHtml = strHtml + "<td width=7 align=left valign=top height=2></td>"
strHtml = strHtml + "<td width=133 align=left valign=middle background=/media/dots.gif height=2></td>"
strHtml = strHtml + "</tr>"
strHtml = strHtml + "<tr>"
strHtml = strHtml + "<td width=7 align=left valign=top>&nbsp;</td>"
strHtml = strHtml + "<td width=133 style='cursor:pointer;' onmouseout=this.style.backgroundColor='' onmouseover=this.style.backgroundColor='#A3CEF1' align=left valign=middle onClick=doSubmit();fnLink('http://www.fordcsp.com/spls/services?command=servicePlusDealerEnroll.init&signon=dealsale&country=USA')><a class=\"nav\" href=\"http://www.fordcsp.com/spls/services?command=servicePlusDealerEnroll.init&signon=dealsale&country=USA\">Dealer Enrollment</a></td>"
strHtml = strHtml + "</tr>"
strHtml = strHtml + "<tr> "
strHtml = strHtml + "<td width=7 align=left valign=top height=2></td>"
strHtml = strHtml + "<td width=133 align=left valign=middle background=/media/dots.gif height=2></td>"
strHtml = strHtml + "</tr>"
strHtml = strHtml + "<tr>"
strHtml = strHtml + "<td width=7 align=left valign=top>&nbsp;</td>"
strHtml = strHtml + "<td width=133 style='cursor:pointer;' onmouseout=this.style.backgroundColor='' onmouseover=this.style.backgroundColor='#A3CEF1' align=left valign=middle onClick=doSubmit();fnLink('http://www.fordcsp.com/spls/services?command=servicePlusSalesEnroll.init&signon=dealsale&country=USA')><a class=\"nav\" href=\"http://www.fordcsp.com/spls/services?command=servicePlusSalesEnroll.init&signon=dealsale&country=USA\">Sales Enrollment</a></td>"
strHtml = strHtml + "</tr>"
strHtml = strHtml + "<tr> "
strHtml = strHtml + "<td width=7 align=left valign=top height=2></td>"
strHtml = strHtml + "<td width=133 align=left valign=middle background=/media/dots.gif height=2></td>"
strHtml = strHtml + "</tr>"

strHtml = strHtml + "<tr> "
strHtml = strHtml + "<td width=7 align=left valign=top>&nbsp;</td>"
strHtml = strHtml + "<td id=menu9 width=133 style='cursor:pointer;' align=left valign=middle onmouseover=showMenu('menu9','submenu9');this.style.backgroundColor='#A3CEF1' onMouseOut=hideMenu('submenu9');this.style.backgroundColor='' background='/cplus/media/ARROW2.gif'><a class=\"nav\">Pricing</a></td>"
strHtml = strHtml + "</tr>"

//strHtml = strHtml + "<tr>"
//strHtml = strHtml + "<td width=7 align=left valign=top>&nbsp;</td>"
//strHtml = strHtml + "<td width=133 style='cursor:pointer;' onmouseout=this.style.backgroundColor='' onmouseover=this.style.backgroundColor='#A3CEF1' align=left valign=middle onClick = fnLink('http://www.fordcsp.com/spls/services?command=servicePlusPricingMatrix.create&signon=dealsale&country=USA')><a class=\"nav\" href=\"http://www.fordcsp.com/spls/services?command=servicePlusPricingMatrix.create&signon=dealsale&country=USA\">Pricing Matrix</a></td>"
//strHtml = strHtml + "</tr>"

strHtml = strHtml + "<tr> "
strHtml = strHtml + "<td width=7 align=left valign=top height=2></td>"
strHtml = strHtml + "<td width=133 align=left valign=middle background=/media/dots.gif height=2></td>"
strHtml = strHtml + "</tr>"
strHtml = strHtml + "<tr>"
strHtml = strHtml + "<td width=7 align=left valign=top>&nbsp;</td>"
strHtml = strHtml + "<td width=133 style='cursor:pointer;' onmouseout=this.style.backgroundColor='' onmouseover=this.style.backgroundColor='#A3CEF1' align=left valign=middle onClick = fnLink('http://www.fordcsp.com/spls/services?command=servicePlusCreditAppContract.create&signon=dealsale&country=USA')><a class=\"nav\" href=\"http://www.fordcsp.com/spls/services?command=servicePlusCreditAppContract.create&signon=dealsale&country=USA\">Credit App & Contract</a></td>"
strHtml = strHtml + "</tr>"
strHtml = strHtml + "<tr> "
strHtml = strHtml + "<td width=7 align=left valign=top height=2></td>"
strHtml = strHtml + "<td width=133 align=left valign=middle background=/media/dots.gif height=2></td>"
strHtml = strHtml + "</tr>"
strHtml = strHtml + "<tr>"
strHtml = strHtml + "<td width=7 align=left valign=top>&nbsp;</td>"
strHtml = strHtml + "<td width=133 style='cursor:pointer;' onmouseout=this.style.backgroundColor='' onmouseover=this.style.backgroundColor='#A3CEF1' align=left valign=middle onClick = fnLink('http://www.fordcsp.com/spls/services?command=servicePlusVehEnrollVerify.create&signon=dealsale&country=USA')><a class=\"nav\" href=\"http://www.fordcsp.com/spls/services?command=servicePlusVehEnrollVerify.create&signon=dealsale&country=USA\">Vehicle Enrollment</a></td>"
strHtml = strHtml + "</tr>"
strHtml = strHtml + "<tr> "
strHtml = strHtml + "<td width=7 align=left valign=top height=2></td>"
strHtml = strHtml + "<td width=133 align=left valign=middle background=/media/dots.gif height=2></td>"
strHtml = strHtml + "</tr>"
strHtml = strHtml + "<tr> "
strHtml = strHtml + "<td width=7 align=left valign=top>&nbsp;</td>"
strHtml = strHtml + "<td id=menu8 width=133 style='cursor:pointer;' align=left valign=middle onmouseover=showMenu('menu8','submenu8');this.style.backgroundColor='#A3CEF1' onMouseOut=hideMenu('submenu8');this.style.backgroundColor='' background='/cplus/media/ARROW2.gif'><a class=\"nav\">Marketing Materials</a></td>"
strHtml = strHtml + "</tr>"
strHtml = strHtml + "</table>"

document.write(strHtml);

