var PRODUCTS = new scroller("NEWS1", "width=200&height=160&background=#E4FFE4&border=dotted&align=left");

//--- Do not change the line above ---
//
// To add or modify the PRODUCTS list, follow this format:
//      PRODUCTS.add("Enter the name/title of your product",
//                   "Specify the link if you want to navigate to a page after clicking on this item",
//                   "Specify the link to the picture you want to show",
//                   "Enter a short description about your product");
// NOTE: Please note that -
//      1) first 3 lines end with a comma and the 4th/last line ends with semi-colon
//      2) every entries must be enclosed in double-quotes
//      3) there is an opening-round-bracket in first line just after the PRODUCTS.add and
//         there is a closing-round-bracket in 4th/last line just before the semi-colon
//
// To remove a product from PRODUCTS list, delete 4 lines, starting from PRODUCTS.add to the semi-colon
//------------------------------------
PRODUCTS.add("ST Series Lighting",
             "",
             "/images/products/thumbs/induction.st.square.jpg",
             "Electronic ballast: Die cast aluminum disc-shaped gear box");
PRODUCTS.add("VL Series Lighting",
             "",
             "/images/products/thumbs/induction.vl.round.jpg",
             "Electronic ballast: Die cast aluminum disc-shaped gear box");
PRODUCTS.add("Down Lighting",
             "",
             "/images/products/thumbs/induction.down.gc18.jpg",
             "Excellent for sports stadium, workshop, warehouse, airport, gas stations, entertainment field, exhibition hall and supermarket, etc");
PRODUCTS.add("Refridgerator Lighting",
             "",
             "/images/products/thumbs/induction.fridge.jpg",
             "Excellent for indoor lighting of refrigerator, gas station and warehouse, etc");
PRODUCTS.add("Garage Lighting",
             "",
             "/images/products/thumbs/induction.garage.jpg",
             "Excellent for indoor lighting of garage, gas station and warehouse, etc");
PRODUCTS.add("Home Lighting",
             "",
             "/images/products/thumbs/induction.home.mx500.jpg",
             "Excellent for home use, hotel and restaurant");
PRODUCTS.add("Tunnel Lighting",
             "",
             "/images/products/thumbs/induction.tunnel.tl8.jpg",
             "Excellent for difficult accessible area such as tunnel and roadway");
PRODUCTS.add("Wall Pack Lighting",
             "",
             "/images/products/thumbs/induction.wallpack.jpg",
             "Excellent for flood lighting of garden and building, etc");
//--- Do not change the line below ---

PRODUCTS.start();

