% dim strPageTitle dim strPageImage dim strPageThankYouForSupport dim strPageLinkTitle ' Placed as the Page title strPageTitle = "RR Donnelley DigiMag Solution" ' URL for Company Logo strPageImage = "" ' Magazine Support strPageThankYouForSupport = "this Magazine" ' URL Link Title to open Popup strPageLinkTitle = "DigiMag" ' ////////////////////////////////////////////////////////////////// ' There should be no need to change the code below this point ' ////////////////////////////////////////////////////////////////// if strPageTitle = "" then strPageTitle = "RR Donnelley DigiMag" if strPageThankYouForSupport = "" then strPageThankYouForSupport = "RR Donnelley" if strPageLinkTitle = "" then strPageLinkTitle = "Launch DigiMag" dim strUserEmail dim strGUID dim strUserPassCode dim strUserType strUserEmail = request("userEmail") strGUID = request("SessionID") strUserPassCode = request("PassCode") strUserType = request("userType") 'if strGUID = "" then strGUID = Session.SessionID ' strFlashParams = "" ' strFlashParams = strFlashParams & "&GUID=" & strGUID ' if strUserPassCode <> "" then strFlashParams = strFlashParams & "&passCode=" & strUserPassCode ' if strUserEmail <> "" then strFlashParams = strFlashParams & "&userEmail=" & strUserEmail ' if strUserType <> "" then strFlashParams = strFlashParams & "&userType=" & strUserType %>
To view the book, you need the latest Flash player.
also Javascript must be enabled in your browsers