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 Board of Directors Accepting Applications For Board Appointment
Deadline to apply is April 9 at 5 p.m.
', 'pause_b' : 4,'pause_a' : 0 }, { 'file' : '', 'content' : '
New Salmon Record at Los Vaqueros
First fishing record of the year at reservoir
', 'pause_b' : 4,'pause_a' : 0 }, { 'file' : '', 'content' : '
Interim CCWD General Manager Selected by Board
AGM Jerry Brown named to interim position
', 'pause_b' : 4,'pause_a' : 0 }, { 'file' : '', 'content' : '
CCWD GM Walter J. Bishop to Leave District After 18 Years
\'Replacing Wally won\'t be an easy task,\' says Board President Joseph L. Campbell
', 'pause_b' : 4,'pause_a' : 0 }, { 'file' : '', 'content' : '
You Can Now Pay Your CCWD Water Bill Online With A Credit Card
Make sure you have your CCWD Account Number
', 'pause_b' : 4,'pause_a' : 0 }, { 'file' : '', 'content' : '
Four Exciting Spring Events at Los Vaqueros
Starts with \'Bike & Hike To The Top of the Dam" March 20
', 'pause_b' : 4,'pause_a' : 0 }, { 'file' : '', 'content' : '
CCWD Canal Loop Closed for Maintenance
Canal will return to regular operation on March 31
', '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' : '
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' : '
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 }, ];