---
OK, no problem.

---
---
Simple, but tricky!
As I understand it you've now got a SPST toggle switch in the
cockpit supplying 12V to a couple of grounded nav lights and you
want to use the existing wiring (one wire) to also selectively
switch ON and OFF a couple of strobe lights located approximately
where the nav lights are. As Jim (RST Engineering) pointed out
before, (I think) you're looking at four states that you want to
implement with the toggle switch:
NAV STROBE
-----|--------
OFF OFF
ON OFF
OFF ON
ON ON
The way I'd implement it would be like this:
NAV STROBE TOGGLE
-----|--------|---------
OFF OFF DOWN(2)
ON OFF UP(1)
OFF ON DOWN(1)
ON ON UP(2)
DOWN(2) is actually the normal resting state of the toggle, and if
it were moved to the ON position from there (UP(1)) the nav lights
would go on and the strobes would stay off. Then, if the toggle
were placed in the OFF position (DOWN(1)) the nav lights would go
off and the strobes would come on. Next, if the toggle were moved
to the ON position again (UP(2)) both the nav lights and the strobe
lights would come on and, finally, if the toggle were moved to the
OFF (DOWN(2)) position, both sets of lights would go OFF, completing
the cycle. Now, if the toggle were moved to the ON position (UP(1))
the cycle would begin anew. Also, there'd be two LEDs by the
switch, one which would light when the nav lights were ON and one
which would light when the strobes were on.