<% ' PAGE VARIABLES ' These variables are the folder names ' of the locations of the various components ' used to create each web page, ' list and detail pages: ' (1) photosection is the variable ' for a subfolder of a product category which ' is under the folder with all the images - img. ' (2) pagesection is the variable ' for a folder of a product category which ' holds all of the list pages for a given product. ' This folder holds all of the subfolders of the companies ' and their product detail pages for ' the corresponding product category. section = "Sx" sectionname = "Switches, Computer Access and Controls" photosection = "Sx" pagesection = "Sx" ' ---------------------------------------------------------------------------------- ' PRICE VARIABLES ' These variables are used in each company's prices asp page ' (TPPrices.asp for Turning Point products) ' to determine each item's price. sectiondiscount = 1.00 sectiondeduction = 0.00 %>