fileName = "Backgrounds/Space" numberOfImages = "11" fileExtension = ".jpg" backgroundColor = "rgb(0,0,0)" dateFont = "Bold Italic 13pt Verdana" dateColor = "rgb(255,255,255)" dateBackgroundColor = "rgb(30,30,30)" dateBorder = "3px outset rgb(100,100,100)" dateOpacity = "100" showDate = "yes" // "fileName" is the file name before the two digit number is added. This includes path information such as "c:/background/images". Only forward slashes are used in the path. // "numberOfImages" is the number of images in the series. The 1st through 9th images should have a 0 in the filename, such as 01, 02, 03, etc. If you don't want a background image set this value to "0". // "fileExtension" is the file name, including extension, after the two digit number is added. // "backgroundColor" is the background color it can be a color name such as "blue" (complete list at bottom of file), an rgb hex value ("#FFFFFF"), or an rgb decimal value ("rgb(255,255,255)"). // "dateFont" is the font of the date. It is in the format "Font Style" (Bold, Italic) "Font Size" (12pt, 15px) "Font Face" (Arial, Times New Roman). // "dateColor" is the color of the date. Same color format as described above. // "dateBackgroundColor" is the color behind the date. Set to "" for transparent. // "dateBorder" is the border around the date. It is in the format "Border Width" (2px) "Border Style" (dotted, dashed, solid, double, groove, ridge, inset, outset) "Border Color". Set to "" for none. // "dateOpacity" is the transparency of the date. 100 is not transparent and 0 is completely transparent. // "showDate" will show the date and the holiday if it is set to "yes". // Color names for "bgColor": AliceBlue, AntiqueWhite, Aqua, Aquamarine, Azure, Beige, Bisque, Black, BlanchedAlmond, Blue, BlueViolet, Brown, BurlyWood, CadetBlue, Chartreuse, Chocolate, Coral, CornFlowerBlue, Cornsilk, Crimson, Cyan, DarkBlue, DarkCyan, DarkGoldenrod, DarkGray, DarkGreen, DarkKhaki, DarkMagenta, DarkOliveGreen, DarkOrange, DarkOrchid, DarkRed, DarkSalmon, DarkSeaGreen, DarkSlateBlue, DarkSlateGray, DarkTurquoise, DarkViolet, DeepPink, DeepSkyBlue, DimGray, DodgerBlue, FireBrick, FloralWhite, ForestGreen, Fuchsia, Gainsboro, GhostWhite, Gold, Goldenrod, Gray, Green, GreenYellow, Honeydew, HotPink, IndianRed, Indigo, Ivory, Khaki, Lavender, LavenderBlush, LawnGreen, LemonChiffon, LightBlue, LightCoral, LightCyan, LightGoldenrodYellow, LightGreen, LightGrey, LightPink, LightSalmon, LightSeaGreen, LightSkyBlue, LightSlateGray, LightSteelBlue, LightYellow, Lime, LimeGreen, Linen, Magenta, Maroon, MediumAquamarine, MediumBlue, MediumOrchid, MediumPurple, MediumSeaGreen, MediumSlateBlue, MediumSpringGreen, MediumTurquoise, MediumVioletRed, MidnightBlue, MintCream, MistyRose, Moccasin, NavajoWhite, Navy, OldLace, Olive, OliveDrab, Orange, OrangeRed, Orchid, PaleGoldenrod, PaleGreen, PaleTurquoise, PaleVioletRed, PapayaWhip, PeachPuff, Peru, Pink, Plum, PowderBlue, Purple, Red, RosyBrown, RoyalBlue, SaddleBrown, Salmon, SandyBrown, SeaGreen, Seashell, Sienna, Silver, SkyBlue, SlateBlue, SlateGray, Snow, SpringGreen, SteelBlue, Tan, Teal, Thistle, Tomato, Turquoise, Violet, Wheat, White, WhiteSmoke, Yellow, YellowGreen.