If I am understanding what you wrote, I don't think so.
Basically, 'ABOUT US' is a top level navigation, and 'Warranties' 'Mission' and 'History' are the secondary navigation below this. How my code works now, if you click on 'About Us', it then displays the 3 secondary navigation points below it (indented a little), and 'About Us' is highlighted as the current page. What I am trying to do is add that same current page functionality (highlighting the current page the user is on) to the secondary navigation, but I have to still have the original if statement to let the PHP know that it still needs to display the three navigaiton points under about us (since that is the parent link). I can get it to work by writing a bunch of repetative code, but I thought there might be an easier way if I used the similar code for the secondary link that I used on the primary (the about us) with a different variable (the $secondarypage one).
So that in the end, it would say, if $thispage=about us, show the secondary navigation and show that we are on that page, and if $secondarypage=warranites, also show that link highlighted as well (and same for the the other two secondary pages).
Thanks for your help!
Nate