//-- Seller's PayPal email address for fee payment in Winner's email $ppemail = "you@yoursite.com"; //-- Minimum Seller's Fee imposed on small sale amounts $min_fee = 2.50; //-- Seller's percentage Fee used in Fee calculations $p_fee = .05; //-- Thumbnail maximum width $max = 85; //-- Category pictures maximum width $cat_width = 37; //-- Index page Table background color $tablebg = "#EEEEEE"; //-- The following "gradient" GIF files are supplied for the navigation and table bars: //-- menubg1.gif (gradient light blue),menubg2,gif (green) //-- menubg3.gif (wine-redish),menubg4.gif (lt blue-odd one),menubg5.gif (dark blue) //-- You CAN mix and match in 3 areas below. We've used 2 of them only. //-- Be aware that your nav and tableheader bar fonts have to be a color that will be seen! //-- You can add your own images to the ROOT directory. Keep them under 25 px in height! //-- If you don't use them, program defaults to Headercolors, Tablecolors you set in admin panel. //-- Header navigation bar background image in root directory $nav_bg = "menubg5.gif"; //-- Table header titles background image in root directory $thead_bg = "menubg5.gif"; //-- Footer navigation bar background image in root directory $ft_bg = "";