var paypalEmail = "youremail@yourdomain.com";
  

addProduct('TEST_PRODUCT_1', 'Test Product 1', 'product-detail-pages/product-detail.htm', '../images/catalog/test-product1.jpg', '49.95', 'Click the "Learn More" button for details about this product.<br>Available in blue, green, silver, and red.');
addProduct('TEST_PRODUCT_2', 'Test Product 2', 'product-detail-pages/product-detail.htm', '../images/catalog/test-product2.jpg', '49.95', 'Click the "Learn More" button for details about this product.<br>Available in blue, green, silver, and red.');
addProduct('TEST_PRODUCT_3', 'Test Product 3', 'product-detail-pages/product-detail.htm', '../images/catalog/test-product3.jpg', '44.95', 'Click the "Learn More" button for details about this product.<br>Available in blue, green, silver, and red.');
addProduct('TEST_PRODUCT_4', 'Test Product 4', 'product-detail-pages/product-detail.htm', '../images/catalog/test-product4.jpg', '48.98', 'Click the "Learn More" button for details about this product.<br>Available in blue, green, silver, and red.');
addProduct('TEST_PRODUCT_5', 'Test Product 5', 'product-detail-pages/product-detail.htm', '../images/catalog/test-product5.jpg', '38.98', 'Click the "Learn More" button for details about this product.<br>Available in blue, green, silver, and red.');
addProduct('TEST_PRODUCT_6', 'Test Product 6', 'product-detail-pages/product-detail.htm', '../images/catalog/test-product6.jpg', '39.95', 'Click the "Learn More" button for details about this product.<br>Available in blue, green, silver, and red.');
addProduct('TEST_PRODUCT_7', 'Test Product 7', 'product-detail-pages/product-detail.htm', '../images/catalog/test-product7.jpg', '27.68', 'Click the "Learn More" button for details about this product.<br>Available in blue, green, silver, and red.');
addProduct('TEST_PRODUCT_8', 'Test Product 8', 'product-detail-pages/product-detail.htm', '../images/catalog/test-product8.jpg', '24.95', 'Click the "Learn More" button for details about this product.<br>Available in blue, green, silver, and red.');

addCategory('TEST_CATEGORY_1', 'Test&nbsp;Category&nbsp;1', 'products_1.htm', '../images/catalog/test-product1.jpg', '24.95-49.95', 'Check out our selection of mice, squeek squeek!<br>Put a description about your product category here.');
addCategory('TEST_CATEGORY_2', 'Test&nbsp;Category&nbsp;2', 'products_2.htm', '../images/catalog/test-product2.jpg', '24.95-49.95', 'Check out our selection of mice, squeek squeek!<br>Put a description about your product category here.');
addCategory('TEST_CATEGORY_3', 'Test&nbsp;Category&nbsp;3', 'products_3.htm', '../images/catalog/test-product3.jpg', '24.95-49.95', 'Check out our selection of mice, squeek squeek!<br>Put a description about your product category here.');
addCategory('TEST_CATEGORY_4', 'Test&nbsp;Category&nbsp;4', 'products_4.htm', '../images/catalog/test-product4.jpg', '24.95-49.95', 'Check out our selection of mice, squeek squeek!<br>Put a description about your product category here.');
