Ok I think I Lytebox working for the topic popups.
On the driver2.aspx page you need to add a link to the Lytebox js and css pages
C#/VB.NET Code:
<%--#region MODIFICATION - 10/08/2010 - Adding lytebox to popup--%>
<script type="text/javascript" language="javascript" src="App_Themes/skin_1/lytebox.js"></script>
<link rel="stylesheet" href="App_Themes/skin_1/lytebox.css" type="text/css" media="screen" />
<%--#endregion--%>
Then in the shoppingcart.aspx page I changed each link like so:
C#/VB.NET Code:
<%-- Comment out the old code
<asp:Image ID="redarrow1" AlternateText="" runat="server" />*<a onclick="popuptopicwh('Shipping+Information','shipping',650,550,'yes')" href="javascript:void(0);"><asp:Literal ID="shoppingcartaspx8" runat="server"></asp:Literal></a><br />
--%>
<asp:Image ID="redarrow1" AlternateText="" runat="server" />*<a href="t2-shipping.aspx" rel="lyteframe[shipping]" title="Shipping Information"><asp:Literal ID="shoppingcartaspx8" runat="server"></asp:Literal></a><br />