var Tscr_LOOK = { // scroller box size: [width, height] 'size' : [360, 79], // a length of a gap between two neighboring items, pixels 'distance' : 0, 'item_w' : 360, // css classes for for item text 's_i':'TScrItem1', // css classes for for scroller box 's_b':'TScrBody1', // image for 'pause' control (autoscroll mode only) // [left, top, width, height, sorce_file, mouseover_sorce_file] 'pa' : [360, 80, 16, 16,,'tsp_files/pixel.gif'], // image for 'resume' control (autoscroll mode only) // [left, top, width, height, sorce_file, mouseover_sorce_file] 're' : [360, 80, 16, 16,,'tsp_files/pixel.gif'], // image for 'next item' control (autoscroll mode only) // [left, top, width, height, sorce_file, mouseover_sorce_file] 'nx' : [380, 80, 16, 16,,'tsp_files/pixel.gif'], // image for 'previous item' control (autoscroll mode only) // [left, top, width, height, sorce_file, mouseover_sorce_file] 'pr' : [340, 80, 16, 16,,'tsp_files/pixel.gif'] }, Tscr_BEHAVE = { // if scrolling mode is auto (true / false); 'auto' : true, // if scrolling direction is vertical (true / false, false means horisontal) 'vertical' : true, // scrolling speed, pixels per 50 miliseconds; // for auto mode use negative value to reverse scrolling direction 'speed' : 10, 'interval' : 0, 'zindex':1, // buttons visible on mouse over - true, always visible - false 'hide_buttons' : true }, // a data to build scroll window content Tscr_ITEMS = [ { // file to get content for item from; if is set 'content' property doesn't matter // only body of HTML document is taken to become scroller item content // note: external files require time for loading // it is RECOMMENDED to use content property to speed loading up // doesn't work in Opera //'file': '', // string to be displayed as item content, // is RECOMMENDED to be used as an alternative to 'file' property //'content': 'Plain Text Item', // pause duration when item top gets top of the scroller box, seconds // ignored in on-demand mode while scrolling forward //'pause_b': 1, // pause duration when item top gets top of the scroller box, seconds // ignored in on-demand mode while scrolling forward //'pause_a': 0 }, { 'file' : '', 'content' : '
CCWD Offices Will Be Closed Monday, Sept, 6 in Observance of Labor Day
Please call (925) 688-8374 if you have a water-related injury
', 'pause_b' : 4,'pause_a' : 0 }, { 'file' : '', 'content' : '
We Have Openings On Our Fall Water Facility Tour
See how your water gets to you
', 'pause_b' : 4,'pause_a' : 0 }, { 'file' : '', 'content' : '
There Are All Kinds of Ways to Pay Your CCWD Bill
Credit card, Easy Pay and more options
', 'pause_b' : 4,'pause_a' : 0 }, { 'file' : '', 'content' : '
Looking for \'Alternative\' Ways To Save Water?
We have a new page of resources for havesting rain water and grey water
', 'pause_b' : 4,'pause_a' : 0 }, { 'file' : '', 'content' : '
\'Ol Blue the Canal K-9
\'Don\'t be fooled by what you see, the canal is not safe for you or me!\'
', 'pause_b' : 4,'pause_a' : 0 }, { 'file' : '', 'content' : '
CCWD’s Valve Program Keeps Pipes Clean, Water Quality High
District resumes regular valve cleaning schedule
', 'pause_b' : 4,'pause_a' : 0 }, { 'file' : '', 'content' : '
San Miguel Pump Station & Reservoir Solar Project Initial Study/Mitigated Negative Declaration
Lots of information on this solar power project proposal
', 'pause_b' : 4,'pause_a' : 0 }, { 'file' : '', 'content' : '
Los Vaqueros Reservoir Expansion Project
Latest updates and reports available online
', 'pause_b' : 4,'pause_a' : 0 }, { 'file' : '', 'content' : '
CCWD Bid Opportunities -- Construction & General Procurement -- Available Online
You need to register to find out what CCWD construction contracts are available
', 'pause_b' : 4,'pause_a' : 0 }, { 'file' : '', 'content' : '
Notice of Exemption For Lime Ridge Reservoir Solar Project
Environmental documents for planned solar power project at Concord reservoir
', 'pause_b' : 4,'pause_a' : 0 }, { 'file' : '', 'content' : '
Notice of Exemption For Bailey Site Reservoir Solar Project
Environmental documents for solar power project near Bailey Reservoir in Concord
', 'pause_b' : 4,'pause_a' : 0 }, { 'file' : '', 'content' : '
San Miguel Pump Station Notice Public Review and Intent to Adopt
Solar project will have 948 panels
', 'pause_b' : 4,'pause_a' : 0 }, ];