<% set ft = server.createobject("wwwcomm.formtools") catid = ft.getVariable("catid", "0") set ft = nothing if catid = 1 then pageheader = "bcardsheader.gif" elseif catid = 2 then pageheader = "giftcertheader.gif" else pageheader = "bcardsheader.gif" end if %> <% set template = server.createobject("wizard.template") with template .title = "Villecco Menu Service - Business Cards" .content = "Templates/commerce/default.asp" .sectionname = "Cards" .template = "templates/main.html" .pageheader = pageheader .menu = "" .onload = false .display() end with %>