%
dim strURL as string
dim currPath as string
dim cutURL as string
dim cutPath as string
dim topLev as string
dim slashcount
dim findChar as string
dim fileE as string
Dim chkCurrPath
dim ovrrd
dim edChk
dim backone
%>
Home |
<%
strURL= "/DealerPricing/pricing_strategy"
if instr(lcase(strURL),".aspx") = 0 then
strURL = strURL + "/default.aspx"
end if
currPath = Request.ServerVariables("URL")
cutURL = left(strURL,instrrev(strURL,"/"))
backone = left(cutURL,instrrev(cutURL,"/",len(cutURL)-1))
cutPath = left(currPath,instrrev(currPath,"/"))
topLev = left(cutURL,instr(2,cutURL,"/"))
slashcount = ubound(split(cutURL,"/"))
chkCurrPath = split(currPath,"/")
edChk = ubound(split(currPath,"/"))
if edChk > 2 then
if len(chkCurrPath(3)) <> 0 then
findChar = "/" + chkCurrPath(1) + "/" + chkCurrPath(2) + "/" + chkCurrPath(3) + "/"
elseif len(chkCurrPath(2)) <> 0 then
findChar = "/" + chkCurrPath(1) + "/" + chkCurrPath(2) + "/"
else
findChar = "/" + chkCurrPath(1) + "/"
end if
end if
fileE = mid(strURL,instrrev(strURL,"/")+1)
select case slashcount
case 2
if lcase(fileE) <> "default.aspx" then
%>
Pricing Strategy
<%
end if
case 3
if lcase(strURL) = lcase(currPath) and lcase(fileE) = "default.aspx" then
%>
Pricing Strategy
<%
else
if instr(lcase(cutPath),lcase(cutURL)) <> 0 and lcase(fileE) = "default.aspx" then
%>
Pricing Strategy
<%
else
if lcase(strURL) = lcase(currPath) and lcase(fileE) <> "default.aspx" then
%>
Pricing Strategy
<%
else
if lcase(fileE) <> "default.aspx" and lcase(left(strURL,len(findChar))) = lcase(findChar) and lcase(cutPath) <> lcase(topLev) then
%>
Pricing Strategy
<%
else
if lcase(fileE) <> "default.aspx" then
%>
<%
else
%>
Pricing Strategy
<%
end if
end if
end if
end if
end if
case 4
if lcase(fileE) = "default.aspx" then
if lcase(cutPath) <> lcase(topLev) then
if lcase(strURL) = lcase(currPath) then
%>
Pricing Strategy
<%
elseif instr(lcase(findChar),lcase(backone)) <> 0 then
%>
Pricing Strategy
<%
else
if instr(lcase(cutURL),lcase(cutPath)) <> 0 then
%>
Pricing Strategy
<%
end if
end if
else
end if
end if
case 5
if lcase(fileE) = "default.aspx" then
if lcase(cutPath) <> lcase(topLev) then
if lcase(strURL) = lcase(currPath) then
%>
Pricing Strategy
<%
else
%>
Pricing Strategy
<%
end if
else
if lcase(strURL) = lcase(currPath) and lcase(fileE) = "default.aspx" then
%>
Pricing Strategy
<%
end if
end if
end if
end select
%>
|
<%
strURL= "/DealerPricing/pricing_strategy/Pricing_diagnostic"
if instr(lcase(strURL),".aspx") = 0 then
strURL = strURL + "/default.aspx"
end if
currPath = Request.ServerVariables("URL")
cutURL = left(strURL,instrrev(strURL,"/"))
backone = left(cutURL,instrrev(cutURL,"/",len(cutURL)-1))
cutPath = left(currPath,instrrev(currPath,"/"))
topLev = left(cutURL,instr(2,cutURL,"/"))
slashcount = ubound(split(cutURL,"/"))
chkCurrPath = split(currPath,"/")
edChk = ubound(split(currPath,"/"))
if edChk > 2 then
if len(chkCurrPath(3)) <> 0 then
findChar = "/" + chkCurrPath(1) + "/" + chkCurrPath(2) + "/" + chkCurrPath(3) + "/"
elseif len(chkCurrPath(2)) <> 0 then
findChar = "/" + chkCurrPath(1) + "/" + chkCurrPath(2) + "/"
else
findChar = "/" + chkCurrPath(1) + "/"
end if
end if
fileE = mid(strURL,instrrev(strURL,"/")+1)
select case slashcount
case 2
if lcase(fileE) <> "default.aspx" then
%>
Pricing Diagnostic
<%
end if
case 3
if lcase(strURL) = lcase(currPath) and lcase(fileE) = "default.aspx" then
%>
Pricing Diagnostic
<%
else
if instr(lcase(cutPath),lcase(cutURL)) <> 0 and lcase(fileE) = "default.aspx" then
%>
Pricing Diagnostic
<%
else
if lcase(strURL) = lcase(currPath) and lcase(fileE) <> "default.aspx" then
%>
Pricing Diagnostic
<%
else
if lcase(fileE) <> "default.aspx" and lcase(left(strURL,len(findChar))) = lcase(findChar) and lcase(cutPath) <> lcase(topLev) then
%>
Pricing Diagnostic
<%
else
if lcase(fileE) <> "default.aspx" then
%>
<%
else
%>
Pricing Diagnostic
<%
end if
end if
end if
end if
end if
case 4
if lcase(fileE) = "default.aspx" then
if lcase(cutPath) <> lcase(topLev) then
if lcase(strURL) = lcase(currPath) then
%>
Pricing Diagnostic
<%
elseif instr(lcase(findChar),lcase(backone)) <> 0 then
%>
Pricing Diagnostic
<%
else
if instr(lcase(cutURL),lcase(cutPath)) <> 0 then
%>
Pricing Diagnostic
<%
end if
end if
else
end if
end if
case 5
if lcase(fileE) = "default.aspx" then
if lcase(cutPath) <> lcase(topLev) then
if lcase(strURL) = lcase(currPath) then
%>
Pricing Diagnostic
<%
else
%>
Pricing Diagnostic
<%
end if
else
if lcase(strURL) = lcase(currPath) and lcase(fileE) = "default.aspx" then
%>
Pricing Diagnostic
<%
end if
end if
end if
end select
%>
|
<%
strURL= "/DealerPricing/Implementation"
if instr(lcase(strURL),".aspx") = 0 then
strURL = strURL + "/default.aspx"
end if
currPath = Request.ServerVariables("URL")
cutURL = left(strURL,instrrev(strURL,"/"))
backone = left(cutURL,instrrev(cutURL,"/",len(cutURL)-1))
cutPath = left(currPath,instrrev(currPath,"/"))
topLev = left(cutURL,instr(2,cutURL,"/"))
slashcount = ubound(split(cutURL,"/"))
chkCurrPath = split(currPath,"/")
edChk = ubound(split(currPath,"/"))
if edChk > 2 then
if len(chkCurrPath(3)) <> 0 then
findChar = "/" + chkCurrPath(1) + "/" + chkCurrPath(2) + "/" + chkCurrPath(3) + "/"
elseif len(chkCurrPath(2)) <> 0 then
findChar = "/" + chkCurrPath(1) + "/" + chkCurrPath(2) + "/"
else
findChar = "/" + chkCurrPath(1) + "/"
end if
end if
fileE = mid(strURL,instrrev(strURL,"/")+1)
select case slashcount
case 2
if lcase(fileE) <> "default.aspx" then
%>
Implementation
<%
end if
case 3
if lcase(strURL) = lcase(currPath) and lcase(fileE) = "default.aspx" then
%>
Implementation
<%
else
if instr(lcase(cutPath),lcase(cutURL)) <> 0 and lcase(fileE) = "default.aspx" then
%>
Implementation
<%
else
if lcase(strURL) = lcase(currPath) and lcase(fileE) <> "default.aspx" then
%>
Implementation
<%
else
if lcase(fileE) <> "default.aspx" and lcase(left(strURL,len(findChar))) = lcase(findChar) and lcase(cutPath) <> lcase(topLev) then
%>
Implementation
<%
else
if lcase(fileE) <> "default.aspx" then
%>
<%
else
%>
Implementation
<%
end if
end if
end if
end if
end if
case 4
if lcase(fileE) = "default.aspx" then
if lcase(cutPath) <> lcase(topLev) then
if lcase(strURL) = lcase(currPath) then
%>
Implementation
<%
elseif instr(lcase(findChar),lcase(backone)) <> 0 then
%>
Implementation
<%
else
if instr(lcase(cutURL),lcase(cutPath)) <> 0 then
%>
Implementation
<%
end if
end if
else
end if
end if
case 5
if lcase(fileE) = "default.aspx" then
if lcase(cutPath) <> lcase(topLev) then
if lcase(strURL) = lcase(currPath) then
%>
Implementation
<%
else
%>
Implementation
<%
end if
else
if lcase(strURL) = lcase(currPath) and lcase(fileE) = "default.aspx" then
%>
Implementation
<%
end if
end if
end if
end select
%>
|
<%
strURL= "/DealerPricing/TrainingSupport"
if instr(lcase(strURL),".aspx") = 0 then
strURL = strURL + "/default.aspx"
end if
currPath = Request.ServerVariables("URL")
cutURL = left(strURL,instrrev(strURL,"/"))
backone = left(cutURL,instrrev(cutURL,"/",len(cutURL)-1))
cutPath = left(currPath,instrrev(currPath,"/"))
topLev = left(cutURL,instr(2,cutURL,"/"))
slashcount = ubound(split(cutURL,"/"))
chkCurrPath = split(currPath,"/")
edChk = ubound(split(currPath,"/"))
if edChk > 2 then
if len(chkCurrPath(3)) <> 0 then
findChar = "/" + chkCurrPath(1) + "/" + chkCurrPath(2) + "/" + chkCurrPath(3) + "/"
elseif len(chkCurrPath(2)) <> 0 then
findChar = "/" + chkCurrPath(1) + "/" + chkCurrPath(2) + "/"
else
findChar = "/" + chkCurrPath(1) + "/"
end if
end if
fileE = mid(strURL,instrrev(strURL,"/")+1)
select case slashcount
case 2
if lcase(fileE) <> "default.aspx" then
%>
Training & Support
<%
end if
case 3
if lcase(strURL) = lcase(currPath) and lcase(fileE) = "default.aspx" then
%>
Training & Support
<%
else
if instr(lcase(cutPath),lcase(cutURL)) <> 0 and lcase(fileE) = "default.aspx" then
%>
Training & Support
<%
else
if lcase(strURL) = lcase(currPath) and lcase(fileE) <> "default.aspx" then
%>
Training & Support
<%
else
if lcase(fileE) <> "default.aspx" and lcase(left(strURL,len(findChar))) = lcase(findChar) and lcase(cutPath) <> lcase(topLev) then
%>
Training & Support
<%
else
if lcase(fileE) <> "default.aspx" then
%>
<%
else
%>
Training & Support
<%
end if
end if
end if
end if
end if
case 4
if lcase(fileE) = "default.aspx" then
if lcase(cutPath) <> lcase(topLev) then
if lcase(strURL) = lcase(currPath) then
%>
Training & Support
<%
elseif instr(lcase(findChar),lcase(backone)) <> 0 then
%>
Training & Support
<%
else
if instr(lcase(cutURL),lcase(cutPath)) <> 0 then
%>
Training & Support
<%
end if
end if
else
end if
end if
case 5
if lcase(fileE) = "default.aspx" then
if lcase(cutPath) <> lcase(topLev) then
if lcase(strURL) = lcase(currPath) then
%>
Training & Support
<%
else
%>
Training & Support
<%
end if
else
if lcase(strURL) = lcase(currPath) and lcase(fileE) = "default.aspx" then
%>
Training & Support
<%
end if
end if
end if
end select
%>
|
<%
strURL= "/DealerPricing/fuels_pricing_terminology"
if instr(lcase(strURL),".aspx") = 0 then
strURL = strURL + "/default.aspx"
end if
currPath = Request.ServerVariables("URL")
cutURL = left(strURL,instrrev(strURL,"/"))
backone = left(cutURL,instrrev(cutURL,"/",len(cutURL)-1))
cutPath = left(currPath,instrrev(currPath,"/"))
topLev = left(cutURL,instr(2,cutURL,"/"))
slashcount = ubound(split(cutURL,"/"))
chkCurrPath = split(currPath,"/")
edChk = ubound(split(currPath,"/"))
if edChk > 2 then
if len(chkCurrPath(3)) <> 0 then
findChar = "/" + chkCurrPath(1) + "/" + chkCurrPath(2) + "/" + chkCurrPath(3) + "/"
elseif len(chkCurrPath(2)) <> 0 then
findChar = "/" + chkCurrPath(1) + "/" + chkCurrPath(2) + "/"
else
findChar = "/" + chkCurrPath(1) + "/"
end if
end if
fileE = mid(strURL,instrrev(strURL,"/")+1)
select case slashcount
case 2
if lcase(fileE) <> "default.aspx" then
%>
Fuels Pricing Terminology
<%
end if
case 3
if lcase(strURL) = lcase(currPath) and lcase(fileE) = "default.aspx" then
%>
Fuels Pricing Terminology
<%
else
if instr(lcase(cutPath),lcase(cutURL)) <> 0 and lcase(fileE) = "default.aspx" then
%>
Fuels Pricing Terminology
<%
else
if lcase(strURL) = lcase(currPath) and lcase(fileE) <> "default.aspx" then
%>
Fuels Pricing Terminology
<%
else
if lcase(fileE) <> "default.aspx" and lcase(left(strURL,len(findChar))) = lcase(findChar) and lcase(cutPath) <> lcase(topLev) then
%>
Fuels Pricing Terminology
<%
else
if lcase(fileE) <> "default.aspx" then
%>
<%
else
%>
Fuels Pricing Terminology
<%
end if
end if
end if
end if
end if
case 4
if lcase(fileE) = "default.aspx" then
if lcase(cutPath) <> lcase(topLev) then
if lcase(strURL) = lcase(currPath) then
%>
Fuels Pricing Terminology
<%
elseif instr(lcase(findChar),lcase(backone)) <> 0 then
%>
Fuels Pricing Terminology
<%
else
if instr(lcase(cutURL),lcase(cutPath)) <> 0 then
%>
Fuels Pricing Terminology
<%
end if
end if
else
end if
end if
case 5
if lcase(fileE) = "default.aspx" then
if lcase(cutPath) <> lcase(topLev) then
if lcase(strURL) = lcase(currPath) then
%>
Fuels Pricing Terminology
<%
else
%>
Fuels Pricing Terminology
<%
end if
else
if lcase(strURL) = lcase(currPath) and lcase(fileE) = "default.aspx" then
%>
Fuels Pricing Terminology
<%
end if
end if
end if
end select
%>